ISIS 3 Application Documentation
amicacal | Standard View | TOC | Home |
Calibrates Hayabusa 1 AMICA images
Description
Categories
Groups
History
| Variable | Value |
| B0 | 3.18x10E02 |
| B1 | -4.12x10E-03 |
| B2 | 2.00x10E-05 |
| Variable | Value | Description |
| Ioutput | The observed intensity of the input. | |
| Iinput | 1000 DN - 3500 DN | The actual intensity of the input. |
| c | 1-5.0x10E-08 | The power index of the output signal. |
| L0 | -4.87x10E-11 | Linearity correction term determined empirically. |
| L1 | 5.09x10E-03 | Correction for the nonlinearity around the saturation limit (Iinput > 3800 DN) |
| Line | Sample | Dark Rate (DN/s) |
| 407 | 300 |
|
| 599 | 408 |
|
| 820 | 14 |
|
| 930 | 624 |
|
| 897 | 716 |
|
| Variable | Description |
| Ismear | The read-out smear. |
| Iraw | The intensity of the raw data taken with exposure time texp. |
| Isky | The sum of the bias and the dark current (~300 DN). |
| tVCT | The vertical charge-transfer period (0.012288 microseconds). |
| texp | The exposure time (in microseconds). |
| Nv | The number of pixels along the V-direction (1024). |
| H | The line number of the pixel. |
| L | The sample number of the pixel. |
| B | The binning number. |
| Variable | Description |
| Raw | The raw DN value. |
| IoF | The IoF units of the raw DN value. |
| Rs | The distance in Astronomical Units (AU) between the Sun and the target body. |
| F | The solar flux at the target body. |
| Filter | alpha |
| ul | 1.26 |
| b | 1.28 |
| v | 1.41 |
| w | 1.85 |
| x | 1.85 |
| p | 1.60 |
| zs | 1.48 |
| Band | A1 | A2 | A3 | A4 | A5 | A6 |
| ul | 12.0 | 8.0 | 1.2 | 1.0 | 0.8 | 0.7 |
| b | 10.0 | 1.5 | 0.3 | 0.4 | 0.4 | 0.5 |
| v | 10.0 | 1.5 | 0.3 | 0.4 | 0.4 | 0.5 |
| w | 10.0 | 1.5 | 0.6 | 0.8 | 0.7 | 0.6 |
| x | 9.0 | 3.5 | 2.0 | 2.7 | 2.2 | 0.5 |
| p | 10.0 | 5.0 | 8.3 | 4.0 | 6.4 | 1.8 |
| zs | 50.0 | 16.0 | 6.0 | 9.0 | 9.5 | 4.5 |
| sigma1 | sigma2 | sigma3 | sigma4 | sigma5 | sigma6 | |
| All bands | 8 | 16 | 32 | 64 | 110 | 710 |
| Name | Description |
|---|---|
| FROM | Input cube |
| TO | Non-PSF Corrected Output cube |
| CONFIG | Input AMICA calibration config file |
| Name | Description |
|---|---|
| APPLYPSF | Apply PSF correction |
| APPLYSMEAR | Apply smear correction |
| NULLPOLARPIX | Set polarized pixels to ISIS::Null. |
| UNITS | Convert to specified output calibrated units. |
| KERNEL_SIZE |
This is the ISIS cube to be calibrated.
| Type | cube |
|---|---|
| File Mode | input |
| Filter | *.cub |
This is the output file. The output cube will be a calibrated version of the input cube (without PSF correction).
| Type | cube |
|---|---|
| File Mode | output |
| Pixel Type | real |
| Filter | *.cub |
This is the PVL file containing the input configuration parameters for the amicacal program. Users can modify the parameters as needed.
| Type | filename |
|---|---|
| File Mode | input |
| Default | $hayabusa/calibration/amica/amicaCalibration????.trn |
| Filter | *.trn |
| Type | boolean |
|---|---|
| Default | False |
| Type | boolean |
|---|---|
| Default | False |
Four position angle glass polarizers (of dimension 200 x 200 pixels each) are attached to the upper left of the CCD chip. This option sets those pixels to Null in the calibrated image by default.
| Type | boolean |
|---|---|
| Default | True |
| Type | string | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Default | IOF | ||||||||||||
| Option List: |
|
| Type | string |
|---|---|
| Default | 23 |
| Kris Becker | 2016-01-24 | Original version |
| Tyler Wilson | 2016-07-08 | Added calibration correction routines for linearity, PSF, smear removal for binned and unbinned images, and converting to I/F units. Also added hot pixel removal. Updated the application documentation. Added routines for converting a single-band ISIS cube to an OpenCV::OpenMat matrix and vice versa for the purpose of translating and scaling flat-field images so their dimensions match some AMICA images which have been cropped. Fixes #3880. |
| Kris Becker | 2016-08-25 | Determined the LOSSY compression images must be scaled by a factor of 16 to match the LOSSLESS mode for proper calibration. Added the UNIT option to specify output calibration units as DN, RADIANCE or I/F. This parameter replaces the IOF parameter. Added option to allow user to determine to apply PSF correction. Added CONFIG parameter that user can provide a version of the calibration parameters to apply in amicacal. |
| Tyler Wilson | 2016-11-02 | Added the "APPLYSMEAR" option which will force the smear correction calibration to be applied, and a new test for smear correction. The default is for this option to not be applied except in the case where an image is being processed for which on-board smear correction was not applied. Also made the applyPSF boolean parameter into a global variable for consistency with the applySmear global variable. |