Process Designer : CARIS Batch Utility : HIPS Processes : Shift HIPS Navigation
 

Shift HIPS Navigation

Description

The ShiftHIPSNavigation process shifts the HIPS data track line navigation by the amount specified.

Update

One or more HIPS track lines.

Outputs

Updated HIPS track lines and project file.

Command Line Syntax

carisbatch --run ShiftHIPSNavigation --shift <value> [options] <update>

User Interface Command

Shift Navigation

Options

The following table describes the parameters available for this process.

Parameter

 

Long

Short key

Description

Can Repeat

Notes

--shift

Shift the navigation data in an X and Y direction, using the same units. (Longitude Latitude when geographic).

<X_Longitude> - The X/Longitude shift.

<Y_Latitude> - The Y/Latitude Shift.

The offset has a maximum of 0.016667 in decimal degrees (geographic) or 1800 metres (ground).

When specifying units for a geographic shift, an angle type unit is required. Supported units: cable, ch, cm, fm, ft, in, inm, km, m, mi, mm, nm, usfm, usft, usmi, usnm, usyd, yd, deg and rad.

FALSE

Example

To use this command, refer to the following example.

Example

Objective

To shift a selected track line by a specified amount.

Description

Command Line Syntax

The data will be shifted 0.001deg X and no shifted in Y direction.

--shift 0.001deg 0deg

The updated file is named input.hips and is located at C:\temp\input\. he HIPS file URI filters for the vessel named “sample” and the day 2000-001.

C:\temp\input\

Command Line

carisbatch --run ShiftHIPSNavigation --shift 0.001deg 0deg file:///C:/temp/input/input.hips?Vessel=sample;Day=2000-001

Outcome

The selected track line or lines are shifted by the set amount.

Extra Notes

N/A