Description
The AddToSIPSMosaic process adds HIPS sources to an existing raster mosaic using the process parameters.
Update
The SIPS mosaic to update.
Inputs
One or more HIPS track lines.
Outputs
An updated SIPS mosaic.
Command Line Syntax
carisbatch --run AddToSIPSMosaic
Options
The following table describes the parameters available for this process.
Example
To use this command refer to the following example.
Example | ||
Objective | To add sources to an existing SIPS Mosaic. | |
Description | Command Line Syntax | |
The mosaic engine used is SIPS side scan. | --mosaic-engine SIPS_SS | |
Both channels will be processed. | --channel BOTH | |
The intensity will be filtered to +/-200 dB. | --intensity -200.0dB 200.0dB | |
The input files is Demo.hips located at D:\Data. The HIPS file URI filters for the vessel named “Voyager” and day 2015-044 and line 1344_20080926_202553_Voyager. | file:///D:/Data/Demo.hips?Vessel=Voyager;Day=2015-044;Line=1344_20080926_202553_Voyager | |
The output file will be named ss_mosaic.csar located at D:\BatchSample. | D:\BatchSample\ss_mosaic.csar | |
Command Line |
| |
Outcome | Line 1344_20080926_202553_Voyager is added to the existing mosaic. | |
Extra Notes | N/A | |