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

Поисковые слова: время
read_one_ramp.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

./

read_one_ramp.pro


This procedure reads a single fits file in multiaccum format

top source READ_ONE_RAMP

JWST Data Processing - NIRCam Cryo tests

READ_ONE_RAMP, data0

Reads a single fits file in multiaccum format

This routine is used to read a single file, identified inside (editing needed); convenient for debugging

Parameters

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

ramp datacube to be extracted

Examples

IDL> read_one_ramp, data0

Author information

Author:

M. Robberto, created 25 Apr. 201

Other attributes

Todo:

the COMMON is needed to pass the gain value: add a check on the existence of the gain parameter, if missing set gain=1

Uses:

COMMON, DETECTOR_PARAMS, gain, h, h1mask, h2mask, h3mask, h4mask

Statistics

Lines:
22 lines
McCabe complexity:
2

File attributes

Modification date: Mon Apr 29 11:03:11 2013
Lines: 45