./
ramp_plot_4histo.pro
This function
top source RAMP_PLOT_4HISTO
JWST Data Processing - NIRCam Cryo tests
RAMP_PLOT_4HISTO, frame, frame_4AVERAGES, MASK [, fileinfo]
gaussfit_results is a datacube with gaussfit results [5,2]:
intercept => [*,0]
slope => [*,1]aa[0]= the height of the Gaussian:
Parameters
- frame in required type=fltarr(2048,2048)
frame to be plotted
- frame_4AVERAGES out required type=fltarr(5,4)
the results of the gaussian fit
- MASK out required type=fltarr(2048,2048)
the map of the bad pixels (>4sigma)
- fileinfo in optional type=strarr(2)
String array containing the PATH name [0], the directory name [1] and the filebasename [2] for postcript output
Examples
IDL> RAMP_PLOT_4HISTO,frame,frame_4AVERAGES, MASK, file
Author information
- Author:
- Original from R. Arendt, adapted by M. Robberto, 25 Apr. 2013
Statistics
| Lines: | 94 lines |
| McCabe complexity: | 9 |
File attributes
| Modification date: | Fri May 3 15:52:42 2013 |
| Lines: | 134 |
![[attach.png]](idldoc-resources/attach.png)