Description
The DeleteBand process permanently deletes band information from a CSAR file.
Inputs
A coverage in CSAR format.
Outputs
An updated coverage in CSAR format.
Command Line Syntax
carisbatch --run DeleteBand --input-band <value> [options] <update>
User Interface Command
Delete Band
Options
The following table describes the parameters available for this process.
Parameter |
| |||
|---|---|---|---|---|
Long | Short | Description | Can Repeat | Notes
|
--input-band | i | A string specifying the name of the input band. | FALSE | |
Example
To use this command refer to the following example.
Example | ||
|---|---|---|
Objective | You want to remove a temporary band that was added during processing but is no longer needed. | |
Description | Command Line Syntax | |
The Temp band will be deleted. | --input-band Temp | |
The band is to be deleted from the Seafloor.csar file, which is located at D:\SampleData | D:\SampleData\Seafloor.csar | |
Command Line |
| |
Outcome | The Seafloor.csar file is updated to no longer have a Temp band. | |
Extra Notes | N/A | |