Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions

Public Release
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


hyb2oncal

Printer Friendly View | TOC | Home

Calibrates Hayabusa 2 ONC-T images. Calibration includes bias and dark current correction as well as flat-field correction. No smear or point spread is being currently corrected (lack of models to correct for this currently). Also, since no radiance calibration paramters could not be determined for the individual filters, the output will be DNs (not radiance or I/F). The wide-angle instruments, ONC-W1 and ONC-W2, do not have flat-field correction.

Overview Parameters

Description

This program calibrates images from the Hayabusa 2 ONC-T instrument. The input image is corrected for the following, in order, during calibration:

Step 1: Bias and dark current removal.

The signal level of ONC-T is determined by a combination of an electronic offset which defines the "zero" level of the analog-to-digital converter (the bias) as well as any additional signal due to thermal electrons (the dark current). With this instrument, the bias level depends largely on the electronics package (ONC-AE) and is only slightly affected by the instrument's CCD temperature. Therefore, the bias correction has been modeled as a function of the ONC-AE temperature. The dark current is modeled as a function of the ONC-T CCD temperature.
BIAS(t) = B0 + B1*t + B2*t2, where t the ONC-AE temparature in degrees Celsius.
The constants B0, B1 and B2 were determined by fitting a quadratic polynomial to the data provided in Fig. 3 Bias level and AE temperature on page 22 of Preflight Calibration (S. Kameda et al.)
Variable Value
B0 289.9
B1 -1.5847
B2 0.01211

Step 2: Flat-field correction:

Performs a correction for pixel-to-pixel variation in CCD response and vignetting (reduction of image brightness near the periphery compared with the center). Flat-field images for all filters were acquired from JAXA's DARTS. The correction is accomplished by dividing each pixel of the output image by the corresponding pixel in the flat-field image.

Notes

  1. Smear correction is not currently provided, as we do not have the readout time (charge-transfer period) for the instrument.
  2. Similarly, since no radiance values could be found for the instrument filters, the output cannot be correctly converted to radiance or I/F.

References:

  1. S. Kameda et al. "Preflight Calibration Test Results for Optical Navigation Camera Telescope (ONC-T) Onboard the Hayabusa2 Spacecraft". Space Sci Rev (2017) 208:17-31.


Categories


Related Objects and Documents

Applications


History

Ian Humphrey and Kaj Williams2017-07-27 Original version. Adapted from amicacal.

Parameter Groups

Files

Name Description
FROM Input cube
TO Corrected Output cube
CONFIG Input ONC-T calibration config file
X

Files: FROM


Description

This is the ISIS cube to be calibrated.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: TO


Description

This is the output file. The output cube will be a calibrated version of the input cube.

Type cube
File Mode output
Pixel Type real
Filter *.cub
Close Window
X

Files: CONFIG


Description

This is the PVL file containing the input configuration parameters for the hyb2onccal program. Users can modify the parameters as needed.

Type filename
File Mode input
Default $hayabusa2/calibration/onc/hyb2oncCalibration????.trn
Filter *.trn
Close Window