./
corrector.pro
This file contains the procedures to perform the reference pixel correction of NIRCam data according to the report by M. Robberto, 2014
top source corrector
JWST Data Processing - NIRCam Cryo tests
corrector, ramp, rp_cleaned, FILTER=FILTER
Performs referene pixel correction of NIRCam data
Parameters
- ramp in required type=fltarr
datacube of 2048,2048,N to be filtered
- rp_cleaned out required type=float
same datacube in input, after reference pixel correction /FILTER: in, optional, type=fltarr if set, the reference pixels are smoothed using the Kosarev and Pantos algorithm
Keywords
- FILTER
Examples
IDL> corrector, ramp, rp_cleaned, /FILTER
Author information
- Author:
- MR, February, 25, 2014
Other attributes
- Uses:
optimal_smooth_fft.pro
Statistics
Lines: | 101 lines |
McCabe complexity: | 9 |
File attributes
Modification date: | Thu Feb 27 12:54:29 2014 |
Lines: | 130 |