Process Designer : CARIS Batch Utility : CZMIL Processes : Convert CZMIL Raw
 

Convert CZMIL Raw

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.

--time-offset 1sec

The raw data is called flightline.lraw and is located in D:\SampleData.

D:\SampleData\flightline.lraw

The converted data will be called flightline.cwf and be stored in the same location.

D:\SampleData\flightline.cwf

Command Line

carisbatch -r ConvertCZMILRAW --time-offset 1sec D:\SampleData\flightline.lraw D:\SampleData\flightline.cwf

Outcome

The raw CZMIL data is converted to the CWF format in the location specified.

Extra Notes

N/A