ISIS Application Documentation
clemnircal | Standard View | TOC | Home |
Performs radiometric corrections on Clementine NIR images
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input file name |
TO | Output file name |
FFFILE | Array of flat-field coefficients |
OFFILE | Array of orbit dependent flat-field coefficients |
AFFILE | Array of empirical additive flat-field coefficients |
DCFILE | Dark current file |
BIASFILE | Bias correction file |
BPFILE | Bad pixel file |
Name | Description |
---|---|
BPFLAG | Convert bad pixels to null |
THCOR | Apply thermal background correction |
ABSCOEF | Absolute coefficient |
HISAT | High saturation value |
Specify the input file to be corrected.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
Specify the output file. The result will be the radiometrically corrected image.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
This parameter allows the user to use an alternate flat-field file. In most cases, the default should be used for this parameter to indicate the derived flat-field file is to be used.
Type | cube |
---|---|
File Mode | input |
Internal Default | Automatic |
Filter | *.cub |
The parameter allows the user to use an alternate orbit dependent flat-field file. In most cases, the default should be used for this paramter.
Type | cube |
---|---|
File Mode | input |
Internal Default | Automatic |
Filter | *.cub |
The parameter allows the user to use an alternate emperical additive flat-field file. In most cases, the default should be used for this parameter.
Type | cube |
---|---|
File Mode | input |
Internal Default | Automatic |
Filter | *.cub |
This parameter allows the user to use an alternate dark current file. In most cases, the default should be used for this parameter to indicate the derived dark file is to be used. The name of the derived dark current file is "$ISISDATA/clementine1/calibration/nir/dark_nir.cub" When InstrumentCompressionType = "CLEM-JPEG-0" the name of the derived dark current file is "$ISISDATA/clementine1/calibration/nir/dark_nir_cmp0.cub"
Type | cube |
---|---|
File Mode | input |
Internal Default | Automatic |
Filter | *.cub |
This parameter allows the user to use an alternate bias file. In most cases, the default should be used for this parameter to indicate the derived bias file is to be used. The name of the derived bias file is "$ISISDATA/clementine1/calibration/nir/bias_nir.cub" When InstrumentCompressionType = "CLEM-JPEG-0" the name of the derived bias file is "$ISISDATA/clementine1/calibration/nir/bias_nir_cmp0.cub"
Type | cube |
---|---|
File Mode | input |
Internal Default | Automatic |
Filter | *.cub |
This parameter allows the user to use an alternate bad pixel file. In most cases, the default should be used for this parameter to indicate the derived bad pixel file is to be used. The name of the derived bad pixel file is "$ISISDATA/clementine1/calibration/nir/badpix_nir.v3.cub" When InstrumentCompressionType = "CLEM-JPEG-0" the name of the derived bad pixel file is "$ISISDATA/clementine1/calibration/nir/badpix_nir_cmp0.v3.cub"
Type | cube |
---|---|
File Mode | input |
Internal Default | Automatic |
Filter | *.cub |
This option allows the user to decide whether to keep or remove known bad pixels. When enabled, DN values of 0.0 in the bad pixel cube are known bad pixels that will be set to NULL in the output.
Type | boolean |
---|---|
Default | true |
Apply thermal background correction
Type | boolean |
---|---|
Default | true |
Absolute coefficient
Type | double |
---|---|
Default | 1.0 |
DN values greater than this value in the input cube will be set to HRS.
Type | double |
---|---|
Default | 240.0 |
Calibrating a cube to radiance values using nircal
Calibrate lna3056k.cub In this example clemnircal will calibrate lna3056k.cub using the defaults. |
Image before correction
Parameter Name:
FROM This is the input image lna3056k.cub before being corrected with clemnircal. |
Image after correction
Parameter Name:
TO This is the input image lna3056k.cub after being corrected with clemnircal. There are scattered NULL pixels because BPFLAG was true, so all known bad pixels were automatically set to NULL. |
Tracie Sucharski | 1994-11-28 | Original Version (nircal.F) |
Steven Lambright & Steven Koechle | 2007-05-16 | Converted to Isis 3.0 |
Steven Koechle | 2007-06-11 | Removed unused Thermal Shape Correction Parameter. Fixed table lookup problem, and Radiometry group |
Steven Lambright | 2007-06-14 | Fixed bugs in XML file, added an example, added more data to Radiometry group. |
Christopher Austin | 2007-02-20 | Altered the output cube's BandBin group, changing the Keyword "Name" back to "FilterName". |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |