CARIS HIPS and SIPS Help : CARIS Batch Utility : HIPS Processes : Move HIPS to HIPS
 

Move HIPS to HIPS

Description

The MoveHIPSToHIPS process will take a URI of HIPS track lines and move those track lines (the line folders on disk) into an empty or existing HIPS file containing data.

Update

HIPS file and folder.

Inputs

One or more HIPS track lines.

Outputs

HIPS file and folder.

Command Line Syntax

carisbatch -r MoveHIPSToHIPS

User Interface Command

Move to

Options

The following table describes the parameters available for this process.

Parameter

Long

Short key

Description

Can Repeat

Notes

--carry-over

The data contained in or linked to a HIPS file that can be carried over to a new location.

RAW_DATA: Raw data used for any import will be carried over to the destination (in the Preprocess folder) and all source attributes reset to that location.

RAW_AUXILIARY_DATA: Raw auxiliary data used for any import auxiliary process will be carried over to the destination (in the Preprocess folder) and all source attributes will be reset to that location.

VESSEL_FILE: HIPS vessel file used for selected data will be carried over to the destination (in the Vessels folder) and all source attributes reset to that location.

CRITICAL_SOUNDINGS: Critical soundings stored in the HIPS file will be carried over to the destination HIPS file.

CONTACTS: Contacts stored in the HIPS file will be carried over to the destination HIPS file.

CORRECTIONS: Any depth or refraction corrections will be carried over to the destination.

FALSE

Enumeration

To use this command, refer to the following example.

Example

Objective

To move HIPS track lines into a new HIPS file or into an existing HIPS file that already contains data.

Description

Command Line Syntax

The track line data that is to be moved. Because at least one track line must be left behind, this must be given as a HIPS file URI that specifies some but not all of the track lines.

file:///D:/Data/Demo/Demo.hips?Line=1344_20080926_202553_Voyager

The item set to carry over (in this example, the vessel file[s]).

--carry-over VESSEL_FILE

The new or existing HIPS file that the data is being moved into.

///D:/Data/DemoMoved/DemoMoved.hips

Command Line

carisbatch -r MoveHIPSToHIPS --carry-over VESSEL_FILE file:///D:/Data/Demo/Demo.hips?Line=1344_20080926_202553_Voyager file:///D:/Data/DemoMoved/DemoMoved.hips

Outcome

The selected track lines are removed from the original location and saved to a new HIPS file or to an existing HIPS file in a new location.

Extra Notes