| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
comment_id |
|
NUMERIC(8, 0) |
NO |
The comment code key of the associated Comment Description Dictionary |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
| comment_level |
|
NUMERIC(8, 0) |
NO |
The numeric value (if any) associated with the Units of comment level in the same Comment Description Dictionary. Together, this numeric value, its units, and the Description of comment of the associated Comment Description, all describe a comment for the station/channel |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
inid |
|
NUMERIC(8, 0) |
YES |
Instrument identifier. It refers to the Generic Abbreviation Dictionary, that contains a name for this instrument |
| remark |
|
VARCHAR(30) |
YES |
An optional comment given to the instrument. It can be anything, including a serial number or a notation of special modifications |
unit_signal |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the signal response of the instrument – usually the ground motion response, or something else for non-seismic devices |
unit_calib |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the units of calibration input, usually volts or amps |
| lat |
|
FLOAT |
YES |
Latitude. This attribute is the geographic latitude. Locations north of the equator have positive latitudes |
| lon |
|
FLOAT |
YES |
Longitude. This attribute is the geographic longitude. Longitudes are measured positive east of the Greenwich meridian |
| elev |
|
FLOAT |
YES |
Elevation. This attribute is the elevation of a seismic station relative to mean sea level |
| edepth |
|
FLOAT |
YES |
Emplacement depth. This attribute gives the depth at which the instrument is positioned, relative to the value of elev |
| azimuth |
|
FLOAT |
YES |
The azimuth of the instrument from north, clockwise |
| dip |
|
FLOAT |
YES |
The dip of the instrument, down from horizontal |
format_id |
|
NUMERIC(8, 0) |
NO |
A data format lookup key that refers to the Data Format Dictionary that describes the format of the data in the data section for this channel |
| record_length |
|
NUMERIC(8, 0) |
YES |
The exponent (as a power of two) of the record length for these data |
| samprate |
|
FLOAT |
NO |
Sampling rate. This attribute is the sample rate in samples/second |
| clock_drift |
|
FLOAT |
YES |
A tolerance value, measured in seconds per sample, used as a thresold for time error detection in the data. The number of samples in a record are multiplied by this value to calculate a maximum drift allowed for the time in the next record. If the difference in time is less than this drift, consider them in the same time series |
| flags |
|
VARCHAR(27) |
YES |
Channel flags |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Parent Entity |
Child Entity |
Type |
Foreign Keys |
| D_Abbreviation |
Channel_Data |
Non-Identifying |
inid |
| D_Format |
Channel_Data |
Non-Identifying |
format_id |
| D_Unit |
Channel_Data |
Non-Identifying |
unit_signal |
| D_Unit |
Channel_Data |
Non-Identifying |
unit_calib |
| Station_Data |
Channel_Data |
Identifying |
net,sta,ondate |
| Channel_Data |
Channel_Comment |
Identifying |
net,sta,seedchan,location,ondate |
| Channel_Data |
Coefficients |
Identifying |
net,sta,seedchan,location,ondate |
| Channel_Data |
Decimation |
Identifying |
net,sta,seedchan,location,ondate |
| Channel_Data |
Polynomial |
Identifying |
net,sta,seedchan,location,ondate |
| Channel_Data |
Poles_Zeros |
Identifying |
net,sta,seedchan,location,ondate |
| Channel_Data |
Sensitivity |
Identifying |
net,sta,seedchan,location,ondate |
| Channel_Data |
Simple_Response |
Identifying |
net,sta,seedchan,location,ondate |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
stage_seq |
|
NUMERIC(8, 0) |
NO |
This attribute denotes the stage number |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
dc_key |
|
NUMERIC(8, 0) |
YES |
Response (Coefficients) key |
unit_in |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the units of the incoming to this stage of the filter. This signal will usually be ground motion, volts, or counts, depending on where it is in the filter system |
unit_out |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the stage’s output signal. Analog filters usually emit volts, and digital filters usually emit counts |
| tf_type |
|
VARCHAR(1) |
YES |
A single character describing the type of stage |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
stage_seq |
|
NUMERIC(8, 0) |
NO |
This attribute denotes the stage number |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
dm_key |
|
NUMERIC(8, 0) |
NO |
Decimation key |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
key |
|
NUMERIC(8, 0) |
NO |
This attribute denotes a unique identifier for a decimation |
| name |
|
VARCHAR(80) |
YES |
Descriptive name |
| samprate |
|
FLOAT |
NO |
Sampling rate. This attribute is the sample rate in samples/second |
| factor |
|
NUMERIC(8, 0) |
NO |
The decimation factor. When this number of samples are read in, one final sample comes out. The output sample rate can be calculated by dividing samprate by the decimation factor |
| offset |
|
NUMERIC(8, 0) |
YES |
This field determines which sample is chosen for use. The value of this field has to be greater than or equal to zero, but less than the decimation factor |
| delay |
|
FLOAT |
YES |
The estimated pure delay for the stage |
| correction |
|
FLOAT |
NO |
The time shift applied to the time tag due to delay at this stage of the filter; a negative number indicating the amount of time added to the former time tag. The actual delay is difficult to estimate, and the correction applied neglects dispersion.This field allows to know how much correction was used, in case a more accurate correction is to be applied later. A zero here implies no correction was done |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
stage_seq |
|
NUMERIC(8, 0) |
NO |
This attribute denotes the stage number |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
pz_key |
|
NUMERIC(8, 0) |
NO |
Response (Poles & zeros) key |
| tf_type |
|
VARCHAR(1) |
YES |
A single character describing the type of stage |
unit_in |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the units of the incoming to this stage of the filter. This signal will usually be ground motion, volts, or counts, depending on where it is in the filter system |
unit_out |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the stage’s output signal. Analog filters usually emit volts, and digital filters usually emit counts |
| AO |
|
FLOAT |
NO |
This field is mandatory and must be set such that when the polynomial is evaluated at the reference frequency the result will be 1 |
| AF |
|
FLOAT |
YES |
Frequency fn, at which the value in field AO is normalized (if any) |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
stage_seq |
|
NUMERIC(8, 0) |
NO |
This attribute denotes the stage number |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
pn_key |
|
NUMERIC(8, 0) |
NO |
Response (Polynomial) key |
unit_in |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the units of the incoming to this stage of the filter. This signal will usually be ground motion, volts, or counts, depending on where it is in the filter system |
unit_out |
|
NUMERIC(8, 0) |
NO |
A unit lookup key that refers to the Units Abbreviation Dictionary for the stage’s output signal. Analog filters usually emit volts, and digital filters usually emit counts |
| tf_type |
|
VARCHAR(1) |
YES |
A single character describing the type of stage |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
stage_seq |
|
NUMERIC(8, 0) |
NO |
This attribute denotes the stage number |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
| sensitivity |
|
FLOAT |
NO |
The gain (Sd) at this stage, or the sensitivity (Sd) for the channel |
| frequency |
|
FLOAT |
YES |
The frequency (fs) at which the value in sensitivity is correct |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
seedchan |
|
VARCHAR(3) |
NO |
SEED channel name. The first character denotes the band code, the second for the instrument code and the third represents the component code |
location |
|
VARCHAR(2) |
NO |
Describes the individual sites on an array station, operated by the same network operator |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
| channel |
|
VARCHAR(3) |
YES |
Channel name |
| channelsrc |
|
VARCHAR(8) |
YES |
Domain for channel. This specifies what naming convention is used for the channel name (i.e. SEED, USGS, etc.) |
| natural_frequency |
|
FLOAT |
YES |
Natural frequency |
| damping_constant |
|
FLOAT |
YES |
This attribute denotes the damping constant of the system |
| gain |
|
FLOAT |
YES |
This attribute denotes the gain of the system. The units of the gain are given by the gain_units attribute |
| gain_units |
|
VARCHAR(20) |
YES |
This attribute denotes the units of the gain of the system, as given by the gain attribute |
| low_freq_corner |
|
FLOAT |
YES |
Low frequency corner |
| high_freq_corner |
|
FLOAT |
YES |
High frequency corner |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
| dlogsens |
|
NUMERIC(8, 0) |
YES |
Digitizer sensitivity |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
comment_id |
|
NUMERIC(8, 0) |
NO |
The comment code key of the associated Comment Description Dictionary |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
| comment_level |
|
NUMERIC(8, 0) |
YES |
The numeric value (if any) associated with the Units of comment level in the same Comment Description Dictionary. Together, this numeric value, its units, and the Description of comment of the associated Comment Description, all describe a comment for the station/channel |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
net |
|
VARCHAR(8) |
NO |
Unique network identifier. This character string is the name of a seismic network |
sta |
|
VARCHAR(6) |
NO |
Station code. This is the common code-name of a seismic observatory. Generally only three or four characters are used |
ondate |
|
DATE |
NO |
This attribute denotes the start date |
| lat |
|
FLOAT |
YES |
Latitude. This attribute is the geographic latitude. Locations north of the equator have positive latitudes |
| lon |
|
FLOAT |
YES |
Longitude. This attribute is the geographic longitude. Longitudes are measured positive east of the Greenwich meridian |
| elev |
|
FLOAT |
YES |
Elevation. This attribute is the elevation of a seismic station relative to mean sea level |
| staname |
|
VARCHAR(50) |
YES |
Station name/description. This is the full name of the station whose code-name is in sta |
net_id |
|
NUMERIC(8, 0) |
YES |
The abbreviation lookup code from the Generic Abbreviation Dictionary, that refers to the network to which the station belongs |
| word_32 |
|
NUMERIC(8, 0) |
NO |
The swap order in which 32-bit quantities are specified in the data headers |
| word_16 |
|
NUMERIC(8, 0) |
NO |
16-bit quantity byte swapping order, for the data headers only |
| offdate |
|
DATE |
YES |
This attribute denotes the end date |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |