Changeset 11570
- Timestamp:
- Feb 1, 2007, 6:55:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/doc/config/config.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/config/config.tex
r11569 r11570 1 %%% $Id: config.tex,v 1. 5 2007-02-02 04:46:06price Exp $1 %%% $Id: config.tex,v 1.6 2007-02-02 04:55:38 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 247 247 248 248 The Focal Plane hierarchy (\code{pmFPA, pmChip, pmCell, pmReadout}) is 249 explained in more detail in \S\ref{sec:focalplane}. The top level, an250 FPA, contains one or more chips, which correspond to a contiguous piece 251 of silicon. A chip contains one or more cells, which correspond to a 252 single amplifier. A cell contains one or more readouts, which 253 correspond to individual reads of the detector.249 explained in more detail in the psModules SDRS (PSDC-430-012). The 250 top level, an FPA, contains one or more chips, which correspond to a 251 contiguous piece of silicon. A chip contains one or more cells, which 252 correspond to a single amplifier. A cell contains one or more 253 readouts, which correspond to individual reads of the detector. 254 254 255 255 The purpose of the camera configuration is to define the contents of … … 1527 1527 \item \code{SCALE.MAX(F32)} specifies the maximum scale. 1528 1528 \end{itemize} 1529 \item \code{DETREND.CONSTRAINTS(METADATA)} contains constraints for 1530 the detrend lookup as a function of type. Each type is a 1531 \code{METADATA} with the constraints to be used. Supported 1532 constraint names are: \code{FILTER}, \code{EXPTIME} and 1533 \code{AIRMASS}. Each is of type \code{STR} and the value is a 1534 string specifying a concept that will provide the constraint value. 1535 \label{sec:detrend-database} 1529 1536 \end{itemize} 1530 1537 … … 1599 1606 1600 1607 PHOTCODE.RULE STR {CAMERA}.{FILTER.ID}.{CHIP.N} 1608 1609 DETREND.CONSTRAINTS METADATA 1610 BIAS METADATA 1611 # NONE 1612 END 1613 DARK METADATA 1614 EXPTIME STR FPA.EXPTIME 1615 END 1616 FLAT METADATA 1617 FILTER STR FPA.FILTERID 1618 END 1619 FRINGE METADATA 1620 FILTER STR FPA.FILTERID 1621 AIRMASS STR FPA.AIRMASS 1622 END 1623 SHUTTER METADATA 1624 # NONE 1625 END 1626 END 1601 1627 \end{verbatim} 1602 1628
Note:
See TracChangeset
for help on using the changeset viewer.
