JWST Pipeline routines in IDL

A collection mantained by M. Robberto

single page | use frames     summary     class     fields     routine details     file attributes

./

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]
Let us remember the 5 values returned by gaussfit,array,aa:
aa = coefficients of the Gaussian fit: Height, mean, sigma,...

aa[0]= the height of the Gaussian:

aa[1]= the mean:
aa[2]= the standard deviation:
aa[3]= the half-width of the 95% conf. interval of the mean:
aa[4]= 1/(N-1)*total( (y-mean)/sigma)^2 ) = a measure of normality

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