Description
The ConvertCZMILRAW process converts CZMIL data from RAW to CWF format.
Inputs
A CZMIL flight line in RAW format.
Outputs
A CZMIL flight line in CWF format.
Command Line Syntax
carisbatch --run ConvertCZMILRAW [options] <input> <output>
User Interface Command
Convert CZMIL Raw
Options
The following table describes the parameters available for this process.
Parameter |
| |||
|---|---|---|---|---|
Long | Short | Description | Can Repeat | Notes
|
--time-offset | A number specifying the time offset. The default value is 0. Supported units: sec, min, hour, day, week. | FALSE | ||
Example
To use this command refer to the following example.
Example | ||
|---|---|---|
Objective | You need to convert CZMIL data from RAW to CWF. | |
Description | Command Line Syntax | |
An offset of 1 second will be used for the conversion. |
| |
The raw data is called flightline.lraw and is located in D:\SampleData. |
| |
The converted data will be called flightline.cwf and be stored in the same location. |
| |
Command Line |
| |
Outcome | The raw CZMIL data is converted to the CWF format in the location specified. | |
Extra Notes | N/A | |