CARIS BASE Editor : CARIS Batch Utility : HIPS Processes : Update Raster CUBE Disambiguation
 

Update Raster CUBE Disambiguation

Description

The UpdateRasterCUBEDisambiguation process will change the disambiguation method used in CUBE surfaces.

Update

CUBE raster surface in CSAR format.

Outputs

Updated CUBE raster surface in CSAR format.

Command Line Syntax

carisbatch --run UpdateRasterCUBEDisambiguation [options] <update>

User Interface Command

Update CUBE Disambiguation Method

Options

The following table describes the parameters available for this process.

Parameter

 

Long

Short key

Description

Can Repeat

Notes

 

--disambiguation-method

The method used to select a hypothesis from a set.

DENSITY: Density - Disambiguate by number of samples.

LOCALE: Locale - Disambiguate by surrounding nodes.

DENSITY_LOCALE: Density and Locale - Disambiguate by a combination of sample count and surrounding nodes.

The default value is DENSITY_LOCALE.

FALSE

Example

To use this command, refer to the following example.

Example

Objective

To change the disambiguation method used in a HIPS raster CUBE surface.

Description

Command Line Syntax

The disambiguation engine to use is DENSITY.

--disambiguation-method DENSITY

The updated file is named input_CUBE_surface.csar and is located at C:\temp\input\.

C:\temp\input_CUBE_surface.csar

Command Line

carisbatch --run UpdateRasterCUBEDismbiguation --disambiguation-method DENSITY C:\temp\input_CUBE_surface.csar

Outcome

The CUBE surface is updated using an alternate disambiguation method

Extra Notes

N/A