Description
The ExportCZMILWaveforms process exports a subset of the waveforms in a CZMIL dataset.
Input
A CZMIL waveform file (CWF).
Command Line Syntax
carisbatch --run ExportCZMILWaveforms --output-folder <value> --start-record-number <value> --number-of-records <value> [options] <input>
Options
The following table describes the parameters available for this process.
Parameter |
| |||
|---|---|---|---|---|
Long | Short | Description | Can Repeat | Notes
|
--output-folder | A folder specifying the location for clipped waveforms. | FALSE | ||
--start-record-number | A number of the first record whose waveform is to be exported. Due to how this data is stored, this value should be a multiple of 50,000. If a different number is specified, the next smaller multiple of 50,000 is used. | FALSE | ||
--number-of-records | The number of records whose waveforms are to be exported. Due to how this data is stored, this value should be a multiple of 50,000. If a different number is specified, the next smaller multiple of 50,000 is used instead. However, the minimum value is 50,000, so any smaller number results in 50,000 being used instead. | FALSE | ||