IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11570


Ignore:
Timestamp:
Feb 1, 2007, 6:55:38 PM (19 years ago)
Author:
Paul Price
Message:

Adding detrend constraints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/config/config.tex

    r11569 r11570  
    1 %%% $Id: config.tex,v 1.5 2007-02-02 04:46:06 price Exp $
     1%%% $Id: config.tex,v 1.6 2007-02-02 04:55:38 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    247247
    248248The Focal Plane hierarchy (\code{pmFPA, pmChip, pmCell, pmReadout}) is
    249 explained in more detail in \S\ref{sec:focalplane}.  The top level, an
    250 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.
     249explained in more detail in the psModules SDRS (PSDC-430-012).  The
     250top level, an FPA, contains one or more chips, which correspond to a
     251contiguous piece of silicon.  A chip contains one or more cells, which
     252correspond to a single amplifier.  A cell contains one or more
     253readouts, which correspond to individual reads of the detector.
    254254
    255255The purpose of the camera configuration is to define the contents of
     
    15271527  \item \code{SCALE.MAX(F32)} specifies the maximum scale.
    15281528  \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}
    15291536\end{itemize}
    15301537
     
    15991606
    16001607PHOTCODE.RULE           STR     {CAMERA}.{FILTER.ID}.{CHIP.N}
     1608 
     1609DETREND.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   
     1626END
    16011627\end{verbatim}
    16021628
Note: See TracChangeset for help on using the changeset viewer.