Amplifier Saturation Metric
Description
The number of times that the 'Amplifier saturation detected' bit in the 'dq_flags' byte is set within a miniSEED file. This data quality flag is set by some dataloggers in the fixed section of the miniSEED header. The flag was intended to indicate that the preamp is being overdriven, but the exact meaning is datalogger-specific.
Please consult the Detailed Documentation
metric=amplifier_saturation
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Amplifier saturation detected Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Asl Coherence Metric
Description
This metric computes the coherence between two co-located broadband sensors using a gamma-squared coherence. Data windows for comparison are one-day and only like components are compared (e.g. vertical to vertical). The coherence values are averaged into different frequency bands. (contributed by Albuquerque Seismic Laboratory)
Please consult the Detailed Documentation
metric=asl_coherence
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
PB4to8sec=X
to retrieve only measurements with that value, or
PB4to8sec_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
PB4to8sec |
DOUBLE PRECISION | The average coherence in the 4 to 8 second period range. |
PB18to22sec |
DOUBLE PRECISION | The average coherence in the 18 to 22 second period range. |
PB90to110sec |
DOUBLE PRECISION | The average coherence in the 90 to 110 second period range. |
PB200to500sec |
DOUBLE PRECISION | The average coherence in the 200 to 500 second period range. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Calibration Signal Metric
Description
The number of times that the 'Calibration signals present' bit in the 'act_flags' byte is set within a miniSEED file. A value of 1 indicates that a calibration signal was being sent to that channel.
Please consult the Detailed Documentation
metric=calibration_signal
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Calibration signals present Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Clock Locked Metric
Description
The number of times that the 'Clock locked' bit in the 'io_flags' byte is set within a miniSEED file. This clock flag is set to 1 by some dataloggers in the fixed section of the miniSEED header to indicate that its GPS has locked with enough satellites to obtain a time/position fix.
Please consult the Detailed Documentation
metric=clock_locked
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Clock locked Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Cross Talk Metric
Description
The correlation coefficient of channel pairs from the same sensor. Data windows are defined by seismic events. Correlation coefficients near 1 may indicate cross-talk between those channels.
Please consult the Detailed Documentation
metric=cross_talk
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | The correlation coefficient of channel pairs from the same sensor. Units='Correlation Coefficient'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Data Latency Metric
Description
Data latency is the time in seconds between the acquisition of a sample in the field and the time that it was written to disk or memory at the IRIS DMC.
Please consult the Detailed Documentation
metric=data_latency
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Data latency. Units='Time (seconds)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Dc Offset Metric
Description
Metric to process a series of daily means and return a vector of likelihood that a DC shift has occurred.
Please consult the Detailed Documentation
metric=dc_offset
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | A unitless value indicating the degree of localized change in signal mean. Units='Likelihood Indicator'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Dead Channel Gsn Metric
Description
A boolean measurement providing a TRUE or FALSE indication that the channel exhibits a 5dB deviation below the NLNM in the 4 to 8s period band as measured using a McNamara PDF noise matrix. The TRUE condition is indicated with a numeric representation of '1' and the FALSE condition represented as a '0'.
Please consult the Detailed Documentation
metric=dead_channel_gsn
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
TEXT | Set to 1 if TRUE that it meets the GSN dead channel criteria, set to 0 if FALSE. Units='Boolean Indicator'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Dead Channel Lin Metric
Description
Dead channel metric - linear fit. This metric is calculated from the mean of all the PSDs generated (typically 47 for a 24 hour period). Values of the PSD mean curve over the band linLoPeriod:linHiPeriod are fit to a linear curve by a least squares linear regression of PSD mean ~ log(period). The dead_channel_lin metric is the standard deviation of the fit residuals of this regression. Lower numbers indicate a better fit and a higher likelihood that the mean PSD is linear - an indication that the sensor is not returning expected seismic energy.
Please consult the Detailed Documentation
metric=dead_channel_lin
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Standard deviation of residuals. Units='Power (dB)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Digital Filter Charging Metric
Description
The number of times that the 'A digital filter may be charging' bit in the 'dq_flags' byte is set within a miniSEED file. Data samples acquired while a datalogger is loading filter parameters - such as after a reboot - may contain a transient.
Please consult the Detailed Documentation
metric=digital_filter_charging
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | A digital filter may be charging Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Digitizer Clipping Metric
Description
The number of times that the 'Digitizer clipping detected' bit in the 'dq_flags' byte is set within a miniSEED file. This flag indicates that the input voltage has exceeded the maximum range of the ADC.
Please consult the Detailed Documentation
metric=digitizer_clipping
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Digitizer clipping detected Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Event Begin Metric
Description
The number of times that the 'Beginning of an event, station trigger' bit in the 'act_flags' byte is set within a miniSEED file. This metric can be used to quickly identify data days that may have events. It may also indicate when trigger parameters need adjusting at a station.
Please consult the Detailed Documentation
metric=event_begin
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Beginning of an event, station trigger Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Event End Metric
Description
The number of times that the 'End of an event, station detrigger' bit in the 'act_flags' byte is set within a miniSEED file. This metric can be used to quickly identify data days that may have events. It may also indicate when trigger parameters need adjusting at a station.
Please consult the Detailed Documentation
metric=event_end
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | End of an event, station detrigger Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Event In Progress Metric
Description
The number of times that the 'Event in progress' bit in the 'act_flags' byte is set within a miniSEED file. This metric can be used to quickly identify data days that may have events. It may also indicate when trigger parameters need adjusting at a station.
Please consult the Detailed Documentation
metric=event_in_progress
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Event in progress Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Feed Latency Metric
Description
Feed latency is the time in seconds since new data from a channel was last written to disk or memory at the IRIS DMC.
Please consult the Detailed Documentation
metric=feed_latency
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Feed latency. Units='Time (seconds)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Glitches Metric
Description
The number of times that the 'Glitches detected' bit in the 'dq_flags' byte is set within a miniSEED file. This metric can be used to identify data with large filled values that data users may need to handle in a way that they don't affect their research outcomes.
Please consult the Detailed Documentation
metric=glitches
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Glitches detected Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Gsn Timing Metric
Description
This metric reports the lowest timing quality as recorded by the datalogger for GSN data. The timing quality for Quanterra Q330HR digitizers is determined from miniSEED Blockette 1001, field 3 values. The timing quality for earlier dataloggers is mapped to Quanterra Q330HR conventions for consistent values across time. (contributed by Albuquerque Seismic Laboratory)
Please consult the Detailed Documentation
metric=gsn_timing
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Minimum timing quality value. Units='Percent'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Max Gap Metric
Description
Indicates the size of the largest gap encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=max_gap
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum gap length in a day. Units='Time (seconds)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Max Overlap Metric
Description
Indicates the size of the largest overlap in seconds encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=max_overlap
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum overlap in a day. Units='Time (seconds)' |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Max Range Metric
Description
This metric calculates the difference between the largest and smallest sample value in a 5 minute rolling window and returns the largest value encountered within a 24-hour timespan.
Please consult the Detailed Documentation
metric=max_range
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum range per day. Units='Digitizer Counts'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Max STA/LTA Metric
Description
The STALTAMetric function calculates the maximum of STA/LTA of the incoming seismic signal over a 24 hour period. In order to reduce computation time of the rolling averages, the averaging window is advanced in 1/2 second increments.
Please consult the Detailed Documentation
metric=max_stalta
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum of short to long-term average and the approximate time where the average occurred. Units='STA/LTA Value'. |
time |
TIMESTAMPTZ | The time index that applies to the value. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Metric Error Metric
Description
A place for storing an error code and message reported while processing a given target or set of targets. It can point to metric and time for later forensics. The entry will not be removed once the issue is resolved, so it is best to check the lddate (load date).
Please consult the Detailed Documentation
metric=metric_error
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | An error code, if applicable |
message |
TEXT | The error message |
metric |
TEXT | The metric or metric family being processed when the error occurred |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Missing Padded Data Metric
Description
The number of times that the 'Missing/padded data present' bit in the 'dq_flags' byte is set within a miniSEED file. This metric can be used to identify data with padded values that data users may need to handle in a way that they don't affect their research outcomes.
Please consult the Detailed Documentation
metric=missing_padded_data
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Missing/padded data present Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Num Gaps Metric
Description
This metric reports the number of gaps encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=num_gaps
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Number of gaps per day. Units='Gap Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Num Overlaps Metric
Description
This metric reports the number of overlaps encountered in a 24-hour window.
Please consult the Detailed Documentation
metric=num_overlaps
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Number of overlaps in a day. Units='Overlap Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Num Spikes Metric
Description
This metric uses a rolling Hampel filter, a median absolute deviation (MAD) test, to find outliers in a timeseries. The number of discrete spikes is determined after adjacent outliers have been combined into individual spikes.
NOTE: not to be confused with the spikes metric, which is an SOH flag only.
Please consult the Detailed Documentation
metric=num_spikes
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Number of spikes detected in a day. Units='Outlier Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Orientation Check Metric
Description
Determine channel orientations by rotating horizontal channels until the resulting radial component maximizes cross-correlation with the Hilbert transform of the vertical component. This metric uses Rayleigh waves from large, shallow events.
Please consult the Detailed Documentation
metric=orientation_check
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
azimuth_R=X
to retrieve only measurements with that value, or
azimuth_R_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
azimuth_R |
DOUBLE PRECISION | The azimuth of the radial component demonstrating maximum coherence. |
backAzimuth |
DOUBLE PRECISION | Back azimuth from the this station to the source event, in degrees from north. |
azimuth_Y_obs |
DOUBLE PRECISION | The observed Y horizontal component direction based on maximum coherence. |
azimuth_X_obs |
DOUBLE PRECISION | The X horizontal component direction set to 90 degrees clockwise from observed Y. |
azimuth_Y_meta |
DOUBLE PRECISION | The Y orthogonal sensor direction recorded in the metadata. |
azimuth_X_meta |
DOUBLE PRECISION | The X orthogonal sensor direction recorded in the metadata. |
max_Czr |
DOUBLE PRECISION | Normalized correlation coefficient #1 (see full documentation for details). |
max_C_zr |
DOUBLE PRECISION | Normalized correlation coefficient #2 (see full documentation for details). |
magnitude |
DOUBLE PRECISION | The magnitude of the source event. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Pct Above Nhnm Metric
Description
Percent above New High Noise Model. Percentage of Probability Density Function values that are above the New High Noise Model. This value is calculated over the entire time period.
Please consult the Detailed Documentation
metric=pct_above_nhnm
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Percent value 0-100. Units='Percent (%)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Pct Below Nlnm Metric
Description
Percent below New Low Noise Model. Percentage of Probability Density Function values that are below the New Low Noise Model. This value is calculated over the entire time period.
Please consult the Detailed Documentation
metric=pct_below_nlnm
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Percent value 0-100. Units='Percent (%)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Percent Availability Metric
Description
The portion of data available for each day is represented as a percentage. 100% data available means full coverage of data for the reported start and end time.
Please consult the Detailed Documentation
metric=percent_availability
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Data availability. Units='Percent (%)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Polarity Check Metric
Description
The signed cross-correlation peak value based on the cross-correlation of two neighboring station channels in proximity to a large earthquake signal. A negative peak close to 1.0 can indicate reversed polarity.
Please consult the Detailed Documentation
metric=polarity_check
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | The signed cross-correlation peak value. Units='Cross-Correlation Value'. |
snclq2 |
TEXT | The neighboring station with a similarly oriented sensor component |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Pressure Effects Metric
Description
The correlation coefficient of a seismic channel and an LDO pressure channel.Large correlation coefficients may indicate the presence of atmospheric effects in the seismic data.
Please consult the Detailed Documentation
metric=pressure_effects
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Cross-correlation function value at zero lag. Units='Cross-Correlation Value'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample Max Metric
Description
This metric reports largest amplitude value in counts encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=sample_max
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum sample value per day. Units='Digitizer Counts'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample Mean Metric
Description
This metric reports the average amplitude value in counts over a 24-hour window. This mean is one measure of the central tendency of the amplitudes that is calculated from every amplitude value present in the time series. The mean value itself may not occur as an amplitude value in the times series.
Please consult the Detailed Documentation
metric=sample_mean
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Mean sample value per day. Units='Digitizer Counts'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample Median Metric
Description
This metric reports the middle amplitude value in counts of sorted amplitude values from a 24-hour window. This median is one measure of the central tendency of the amplitudes in a time series when values are arranged in sorted order. The median value itself always occurs as an amplitude value in the times series.
Please consult the Detailed Documentation
metric=sample_median
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Median sample value per day. Units='Counts'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample Min Metric
Description
This metric reports smallest amplitude value in counts encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=sample_min
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Minimum sample value per day. Units='Digitizer Counts'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample Rate Channel Metric
Description
A boolean measurement that returns 0 if miniSEED and channel sample rates agree within 1%, or 1 if they disagree.
Please consult the Detailed Documentation
metric=sample_rate_channel
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
TEXT | Set to 1 if miniSEED and channel sample rates conflict. Set to 0 if sample rates agree. Units='Boolean Indicator'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample Rate Resp Metric
Description
A boolean measurement that returns 0 if miniSEED and response-derived sample rates agree within 15%, or 1 if they disagree. Response-derived sample rates assume that the high-frequency amplitude rolloff is ~85% of the Nyquist frequency.
Please consult the Detailed Documentation
metric=sample_rate_resp
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
TEXT | Set to 1 if miniSEED and response-derived sample rates conflict. Set to 0 if sample rates agree. Units='Boolean Indicator'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample RMS
Description
Displays the RMS variance of trace amplitudes within a 24-hour window.
Please consult the Detailed Documentation
metric=sample_rms
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | RMS variance. Units='Digitizer Counts'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample SNR
Description
A ratio of the RMS variance calculated from data 30 seconds before and 30 seconds following the predicted first-arriving P phase.
Please consult the Detailed Documentation
metric=sample_snr
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | The signal to noise ratio for the seismic event. Units='Signal-to-Noise Ratio'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Sample Unique Metric
Description
This metric reports the number (count) of unique values in data trace over a 24-hour window.
Please consult the Detailed Documentation
metric=sample_unique
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Count of unique values per day. Units='Unique Sample Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Spikes Metric
Description
The number of times that the 'Spikes detected' bit in the 'dq_flags' byte is set within a miniSEED file. This data quality flag is set by some dataloggers in the fixed section of the miniSEED header when short-duration spikes have been detected in the data. Because spikes have shorter duration than the natural period of most seismic sensors, spikes often indicate a problem introduced at or after the datalogger.
Please consult the Detailed Documentation
metric=spikes
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Spikes detected Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Suspect Time Tag Metric
Description
The number of times that the 'Time tag is questionable' bit in the 'dq_flags' byte is set within a miniSEED file. This metric can be used to identify stations with GPS locking problems and data days with potential timing issues.
Please consult the Detailed Documentation
metric=suspect_time_tag
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Time tag is questionable Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Telemetry Sync Error Metric
Description
The number of times that the 'Telemetry synchronization error' bit in the 'dq_flags' byte is set within a miniSEED file. This metric can be searched to determine which stations may have telemetry problems or to identify or omit gappy data from a data request.
Please consult the Detailed Documentation
metric=telemetry_sync_error
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Telemetry synchronization error Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Timing Correction Metric
Description
The number of times that the 'Time correction applied' bit in the 'act_flags' byte is set within a miniSEED file. This clock quality flag is set by the network operator in the fixed section of the miniSEED header when a timing correction stored in field 16 of the miniSEED fixed header has been applied to the data's original time stamp. A value of 0 means that no timing correction has been applied.
Please consult the Detailed Documentation
metric=timing_correction
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Time correction applied Units='Flag Count'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Timing Quality Metric
Description
Daily average of the SEED timing quality stored in miniSEED blockette 1001. This value is vendor specific and expressed as a percentage of maximum accuracy. Percentage is NULL if not present in the miniSEED.
Please consult the Detailed Documentation
metric=timing_quality
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Average timing quality. Units='Percent (%)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Total Latency Metric
Description
Total latency is the time in seconds since a channel's most recent data sample from the data center disk buffer was acquired in the field. It is the sum of the data and feed latencies. MUSTANG measures total latency every four hours. The normal operating value for total latency is largely station-dependent, so it can vary widely. Channels with lower sample rates generally have longer total latencies since it takes longer to fill a telemetry packet or SEED record.
Please consult the Detailed Documentation
metric=total_latency
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Total latency. Units='Time (seconds)'. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Transfer Function Metric
Description
Transfer function metric consisting of the gain ratio, phase difference and magnitude squared of two colocated sensors.
Please consult the Detailed Documentation
metric=transfer_function
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
gain_ratio=X
to retrieve only measurements with that value, or
gain_ratio_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
gain_ratio |
DOUBLE PRECISION | The gain transfer function ratio divided by the metadata amplitude response ratio for coincident channel pairs. |
phase_diff |
DOUBLE PRECISION | The phase transfer function difference divided by the metadata phase response difference for coincident channel pairs. |
ms_coherence |
DOUBLE PRECISION | The magnitude squared coherence between coincident channel pairs. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |
Ts Channel Continuity Metric
Description
(TS PROTOTYPE) This metric reports time durations of continuous data for the specified channel over the time extent specified by the user.
Please consult the Detailed Documentation
metric=ts_channel_continuity
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Time durations of continuous data. Units='Time (seconds)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Channel Gap List Metric
Description
(TS PROTOTYPE) This metric reports time durations of gaps in data for the specified channel over the time extent specified by the user.
Please consult the Detailed Documentation
metric=ts_channel_gap_list
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Time durations of data gaps. Units='Time (seconds)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Channel Up Time Metric
Description
(TS PROTOTYPE) This metric reports time durations of continuous data for the specified channel. The maximum time extent for this metric is a 24 hour period from midnight to midnight. Days that have contiguous data with no time breaks will have separate entries for each day here, but will be joined into a single record in the ts_channel_continuity metric, which can span multiple days.
Please consult the Detailed Documentation
metric=ts_channel_up_time
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Time duration of continuous data. Units='Time (seconds)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Gap Length Metric
Description
(TS PROTOTYPE) This metric reports the size of the sum total of data gaps encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=ts_gap_length
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Total length of all gaps in a day. Units='Time (seconds)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Gap Length Total Metric
Description
(TS PROTOTYPE) This metric reports the size of the sum total of data gaps encountered within the entire user requested time window.
Please consult the Detailed Documentation
metric=ts_gap_length_total
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Total length of all gaps in the time period. Units='Time (seconds)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Max Gap Metric
Description
(TS PROTOTYPE) This metric reports the size of the largest gap encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=ts_max_gap
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum gap length in a day. Units='Time (seconds)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Max Gap Total Metric
Description
(TS PROTOTYPE) This metric reports the size of the largest gap encountered within the user-specified time window.
Please consult the Detailed Documentation
metric=ts_max_gap_total
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum gap length in the time period. Units='Time (seconds)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Num Gaps Metric
Description
(TS PROTOTYPE) This metric reports the number of gaps encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=ts_num_gaps
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Number of gaps per day. Units='Gap Count'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Num Gaps Total Metric
Description
(TS PROTOTYPE) This metric reports the number of gaps encountered within the user specified time window.
Please consult the Detailed Documentation
metric=ts_num_gaps_total
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
INTEGER | Number of gaps in the time period. Units='Gap Count'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Percent Availability Metric
Description
(TS PROTOTYPE) The portion of data available for a 24-hour window is represented as a percentage. 100% data available means full coverage of data for the reported start and end time.
Please consult the Detailed Documentation
metric=ts_percent_availability
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Data availability per day. Units='Percent (%)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |
Ts Percent Availability Total Metric
Description
(TS PROTOTYPE) The total portion of data available for the entire requested time period, represented as a percentage. 100% data available means full coverage of data within the user requested time window.
Please consult the Detailed Documentation
metric=ts_percent_availability_total
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Data availability in the time period. Units='Percent (%)'. |
target |
VARCHAR(32) | The target of measurements for this metric - the thing that is being measured. |
start |
TIMESTAMP | The start time of a measurement for this metric. |
end |
TIMESTAMP | The end time of a measurement for this metric. |
lddate |
TIMESTAMP | The Time when this measurement was added to the database. |