Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/~robberto/Main/Software/IDL4pipeline/ramp_getron.html
Дата изменения: Thu Feb 27 21:56:50 2014
Дата индексирования: Sun Mar 2 09:06:02 2014
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п
ramp_getron.pro (JWST Pipeline routines in IDL)

JWST Pipeline routines in IDL

A collection mantained by M. Robberto

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

./

ramp_getron.pro


This procedure creates a 2-D RON map by subtracting from a dark current ramp the linear fit, and estimating the residuals stdev for each pixel

top source RAMP_GETRON

JWST Data Processing - NIRCam Cryo tests

RAMP_GETRON, data0, fit_params, RON

Creates a RON map subtracting from a dark current ramp the linear fit and estimating the residuals stdev for each pixel

Parameters

data0 in required type=fltarr(2048,2048,Ngroup)

ramp datacube to be analyzed

fit_params in required type=fltarr(2048,2048,2)

Two arrays with the intercept and slope derived from the linear fit

RON out required type=fltarr(2048,2048)

2-D array with thre RON map :File Comments: Given a ramp, this procedure removes, for each pixel, the intercept/slope value from the linear fit. This makes the ramp, for each pixel, a zero average stack. In other words, one subtracts bias and dark current from the signal. Then take the stdev of the zero average ramp to get the RON

Examples

IDL> RAMP_GETRON,data0,fit_params,RON

Author information

Author:

M. Robberto, created 25 Apr. 201

Statistics

Lines:
29 lines
McCabe complexity:
3

File attributes

Modification date: Fri May 3 17:15:22 2013
Lines: 55