data.process.ingest.raw_clap3w
data.process.ingest.raw_clap3w takes raw data generated by the CLAP-3W and creates CPD2 style “a”, “m” and “n” records from it. Creates “a” records every minute, “m” records every 15 minutes, and “n” records after a spot change.
Command Line Usage
data.process.ingest.raw_clap3w [--input=CPD2|starttime|linetime] [--output=A11] [--station=NIL] [--change-on-reset] [--stablity-min=30] [--stablity-max=60] [--stablity-rsd=0.0005] [--spots=1.7814E-5,...1.7814E-5] [--force-spot=N] [--a=1,...] [--b=0,...] [--interval-a=60] [--interval-b=900] [file|-]
Arguments
--input=CPD2
Select the input data format.
- CPD2 - CPD2 Style raw data logger output.
- starttime - A single start timestamp (currently only P3 format, “5/10/2010 6:34:58 PM” is supported).
- linetime - A timestamp as the first field of every time. Any convertable time format is accepted.
--output=A11
Instrument to output for, defaulting to A11.
--station=NIL
Set the station to output records as, defaulting to NIL.
--change-on-reset
Trigger a filter change whenever the uptime decreases (CLAP reset) instead of just when the filter and/or spot ID changes.
--stablity-min
Minimum number of points required for spot stability.
--stablity-max
Maximum number of points for spot stability.
--stablity-rsd
Minimum RSD for spot stability.
--spots=1.7814E-5,...1.7814E-5
List of spot sizes in m^2.
--force-spot=N
Force the spot to always be a given number, ignoring the instrument reported value.
--a=1,... --b=0,...
List of digital filter coefficients, starting at a0 and b1 for each parameter. The filter is disabled during spot normalization and reset after it.
--interval-a
Set the interval between “a” records in seconds. Defaults to 60. Zero disables.
--interval-m
Set the interval between “m” records in seconds. Defaults to 900. Zero disables.
file|-
Filename to read, or “-” for standard input. Defaults to standard input.
Example Usage
data.get sfb XA13r 2010-04-19 2010-04-20 | data.process.ingest.raw_clap3w