Description
The UpdateSVPPositions process analyzes sound velocity profiles to determine if there are any profiles that have no position value recorded. Using positions from HIPS and SIPS track lines, it then updates the SVP files with position values nearest to the time of the profile.
Inputs
One or more HIPS track lines.
Update
Updated SVP positions.
Command Line Syntax
carisbatch --run UpdateSVPpositions [options] <update>
User Interface Command
N/A
Options
The following table describes the parameters available for this process.
Parameter |
| |||
|---|---|---|---|---|
Long | Short key | Description | Can Repeat | Notes
|
--svp | If set, the sound velocity profiles in the file(s) or folders will be updated. If not set, the SVP already loaded in the HIPS data for the track lines passed to the process will be updated. | TRUE | ||
Example
To use this command, refer to the following example.
Example | ||
|---|---|---|
Objective | To update sound velocity profiles that do not contain a position | |
Description | Command Line Syntax | |
|
| |
Command Line | carisbatch -r UpdateSVPPositions --svp C:\temp\SVP_Folder\ --svp C:\temp\SVP_Folder_too\test.svp file:///D:/Data/DemoCopy/DemoCopy.hips | |
Outcome | Profiles with no position data are updated using position values nearest to the time of the profile, using navigation positions from the HIPS file. | |
Extra Notes | N/A | |