STScI logoSTSDAS Help Pages
sampinfo stsdas.hst_calib.nicmos sampinfo

NAME · USAGE · DESCRIPTION · PARAMETERS · EXAMPLES · BUGS · REFERENCES
SEE_ALSO

NAME

sampinfo -- print sample information for a NICMOS MultiAccum image

USAGE

sampinfo image

DESCRIPTION

Sampinfo prints information about a NICMOS MultiAccum image, including exposure time information for the individual samples (readouts). The global information listed (and the names of the header keywords from which it is retrieved) includes the total number of image extensions in the file (NEXTEND), the name of the MultiAccum exposure sample sequence (SAMP_SEQ), the total number of samples, including the "zeroth" read (NSAMP), and the total exposure time of the observation (EXPTIME). Information that is listed for each sample is the IMSET number (EXTVER), the sample number (SAMPNUM), the sample time, which is the total accumulated exposure time for a sample (SAMPTIME), and the delta time, which is the additional exposure time accumulated since the previous sample (DELTATIM).

Note that the samples of a NICMOS MultiAccum observation are stored in the FITS file in reverse time order. The initial, or "zeroth" read, appears last in the FITS file, with IMSET = NSAMP, SAMPNUM = 0, SAMPTIME = 0, and DELTATIM = 0. The final read of the observation appears first in the file and has IMSET = 1, SAMPNUM = NSAMP-1 (SAMPNUM is zero-indexed), and SAMPTIME = EXPTIME.

PARAMETERS

image [file]
Input MultiAccum image name. This should normally be either a _raw.fits or _ima.fits file, containing all samples for a MultiAccum observation.

EXAMPLES

1. Print sample information for the file n3t502cur_ima.fits:

 cl> sampinfo n3t502cur_ima.fits

BUGS

REFERENCES

Author: Mark Dickinson, Howard Bushouse, STScI

SEE ALSO

iminfo


Source Code · Package Help · Search Form · STSDAS

Maintained by the Science Software Group at STScI
This file last updated on 1 May 2009