IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2005, 5:36:09 PM (21 years ago)
Author:
Paul Price
Message:

Small changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/ModulesSDRS.tex

    r5022 r5023  
    1 %%% $Id: ModulesSDRS.tex,v 1.56 2005-09-13 03:26:45 price Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.57 2005-09-13 03:36:09 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    200200it must not only specify how to translate the pixels from a FITS file
    201201into a focal plane hierarchy (\S\ref{sec:focalplane}), but it must
    202 also specify how to derive the values of the PS concepts
     202also specify how to derive the various values the IPP needs
    203203(\S\ref{sec:concepts}).  Moreover, it must be able to do these for the
    204204great variety of cameras in use in the astronomical community.
     
    290290CELLS   METADATA
    291291        left    METADATA        # Left amplifier
    292                 CELL.BIASSEC.SOURCE     STR     HEADER
    293292                CELL.BIASSEC            STR     BIASSEC
    294                 CELL.TRIMSEC.SOURCE     STR     HEADER
    295293                CELL.TRIMSEC            STR     DATASEC
    296294                CELL.PARITY             S32     1
     
    298296        right   METADATA        # Right amplifier
    299297                # This cell is read out in the opposite direction
    300                 CELL.BIASSEC.SOURCE     STR     HEADER
    301298                CELL.BIASSEC            STR     BIASSEC
    302                 CELL.TRIMSEC.SOURCE     STR     VALUE
    303299                CELL.TRIMSEC            STR     [1025:2048,1:2048]
    304300                CELL.PARITY             S32     -1
     
    310306know from the \code{EXTENSIONS} is a cell, and that each extension is
    311307associated with a chip, and has a cell type.
    312 
    313 The \code{.SOURCE} keywords in the \code{CELLS}, explained in more
    314 detail in \S\ref{sec:concepts}, are necessary in order to distinguish
    315 a pointer to a header from an actual value.
    316308
    317309\paragraph{Deriving concept values}
     
    480472all readouts are of the same exposure and dark time.}
    481473
    482 These concepts are not always known by the same name, nor are they
    483 generally obtained in the same manner, in different camera systems,
    484 and so their source or value must be specified in the camera
    485 configuration file.  The value of a concept shall be found by
    486 searching in the following order:
     474For different camera systems, these concepts are not always known by
     475the same name, nor are they generally obtained in the same manner, and
     476so their source or value must be specified in the camera configuration
     477file.  The value of a concept shall be found by searching in the
     478following order:
    487479\begin{itemize}
     480\item The cell data from the \code{CELLS} metadata in the camera configuration.
    488481\item The FITS header via the \code{TRANSLATION} table.
    489482\item The \code{DATABASE} lookup.
     
    491484\end{itemize}
    492485
    493 After ingest, the user may safely assume that all of the above
    494 concepts exist (defined at the appropriate level), is of the specified
    495 type and in the specified format.
     486After ingest (performed by \code{pmFPARead}, the user may safely
     487assume that all of the above concepts exist (defined at the
     488appropriate level), is of the specified type and in the specified
     489format.
    496490
    497491\subsubsection{Dependencies for defaults}
Note: See TracChangeset for help on using the changeset viewer.