Changeset 5023
- Timestamp:
- Sep 12, 2005, 5:36:09 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/ModulesSDRS.tex (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ModulesSDRS.tex
r5022 r5023 1 %%% $Id: ModulesSDRS.tex,v 1.5 6 2005-09-13 03:26:45price Exp $1 %%% $Id: ModulesSDRS.tex,v 1.57 2005-09-13 03:36:09 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 200 200 it must not only specify how to translate the pixels from a FITS file 201 201 into a focal plane hierarchy (\S\ref{sec:focalplane}), but it must 202 also specify how to derive the va lues of the PS concepts202 also specify how to derive the various values the IPP needs 203 203 (\S\ref{sec:concepts}). Moreover, it must be able to do these for the 204 204 great variety of cameras in use in the astronomical community. … … 290 290 CELLS METADATA 291 291 left METADATA # Left amplifier 292 CELL.BIASSEC.SOURCE STR HEADER293 292 CELL.BIASSEC STR BIASSEC 294 CELL.TRIMSEC.SOURCE STR HEADER295 293 CELL.TRIMSEC STR DATASEC 296 294 CELL.PARITY S32 1 … … 298 296 right METADATA # Right amplifier 299 297 # This cell is read out in the opposite direction 300 CELL.BIASSEC.SOURCE STR HEADER301 298 CELL.BIASSEC STR BIASSEC 302 CELL.TRIMSEC.SOURCE STR VALUE303 299 CELL.TRIMSEC STR [1025:2048,1:2048] 304 300 CELL.PARITY S32 -1 … … 310 306 know from the \code{EXTENSIONS} is a cell, and that each extension is 311 307 associated with a chip, and has a cell type. 312 313 The \code{.SOURCE} keywords in the \code{CELLS}, explained in more314 detail in \S\ref{sec:concepts}, are necessary in order to distinguish315 a pointer to a header from an actual value.316 308 317 309 \paragraph{Deriving concept values} … … 480 472 all readouts are of the same exposure and dark time.} 481 473 482 These concepts are not always known by the same name, nor are they483 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 thefollowing order:474 For different camera systems, these concepts are not always known by 475 the same name, nor are they generally obtained in the same manner, and 476 so their source or value must be specified in the camera configuration 477 file. The value of a concept shall be found by searching in the 478 following order: 487 479 \begin{itemize} 480 \item The cell data from the \code{CELLS} metadata in the camera configuration. 488 481 \item The FITS header via the \code{TRANSLATION} table. 489 482 \item The \code{DATABASE} lookup. … … 491 484 \end{itemize} 492 485 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. 486 After ingest (performed by \code{pmFPARead}, the user may safely 487 assume that all of the above concepts exist (defined at the 488 appropriate level), is of the specified type and in the specified 489 format. 496 490 497 491 \subsubsection{Dependencies for defaults}
Note:
See TracChangeset
for help on using the changeset viewer.
