Changeset 4609
- Timestamp:
- Jul 25, 2005, 1:23:28 PM (21 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 3 edited
-
CameraImages.tex (modified) (1 diff)
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
ModulesSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/CameraImages.tex
r4563 r4609 123 123 // Information 124 124 psImage *image; // Imaging area of readout 125 psList *bias; // List of bias section (sub-)images 125 126 psMetadata *analysis; // Readout-level analysis metadata 126 127 psMetadata *concepts; // Cache for PS concepts -
trunk/doc/modules/ChangeLogSDRS.tex
r4565 r4609 1 %%% $Id: ChangeLogSDRS.tex,v 1.2 4 2005-07-15 22:03:27 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.25 2005-07-25 23:23:28 price Exp $ 2 2 3 3 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)} … … 86 86 \item Added \code{pmFPAConstruct, pmFPARead, pmFPAMorph, pmFPAWrite}. 87 87 \end{itemize} 88 89 \subsection{Changes from version 07 (15 July 2005) to present (???)} 90 91 \begin{itemize} 92 \item Added \code{bias} sections to \code{pmReadout}. 93 \item Added \code{CELL.READDIR} to specify read direction; \code{pmCellGetReaddir}. 94 \end{itemize} -
trunk/doc/modules/ModulesSDRS.tex
r4565 r4609 1 %%% $Id: ModulesSDRS.tex,v 1. 49 2005-07-15 22:03:27 eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.50 2005-07-25 23:23:28 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 433 433 \item \code{FPA.RA}: Right Ascension of boresight 434 434 \item \code{FPA.DEC}: Declination of boresight 435 \item \code{FPA.RADECSYS} : System of RA,Dec (e.g., J2000 or ICRS)436 \item \code{FPA.NAME} : An identifier (e.g., observation number) for the FPA instance437 \item \code{CHIP.NAME} : The name of the chip (unique within the FPA) --- set at FITS read438 \item \code{CELL.NAME} : The name of the cell (unique within the parent chip) --- set at FITS read435 \item \code{FPA.RADECSYS} (STR): System of RA,Dec (e.g., J2000 or ICRS) 436 \item \code{FPA.NAME} (STR): An identifier (e.g., observation number) for the FPA instance 437 \item \code{CHIP.NAME} (STR): The name of the chip (unique within the FPA) --- set at FITS read 438 \item \code{CELL.NAME} (STR): The name of the cell (unique within the parent chip) --- set at FITS read 439 439 \item \code{CELL.TIME}: Time of observation start 440 440 \item \code{CELL.TIMESYS}: Time system in use (e.g., UTC) 441 \item \code{CELL.BIASSEC}: Overscan region(s) 442 \item \code{CELL.TRIMSEC}: Trim region 443 \item \code{CELL.GAIN}: CCD gain (e/ADU) 444 \item \code{CELL.READNOISE}: CCD read noise (e) 445 \item \code{CELL.SATURATION}: CCD saturation point (ADU) 446 \item \code{CELL.BAD}: CCD bad pixel point (ADU) 441 \item \code{CELL.READDIR} (S32): Read direction: line (1) or column (2) 442 \item \code{CELL.BIASSEC} (STR): Overscan region(s) 443 \item \code{CELL.TRIMSEC} (STR): Trim region 444 \item \code{CELL.GAIN} (F32): CCD gain (e/ADU) 445 \item \code{CELL.READNOISE} (F32): CCD read noise (e) 446 \item \code{CELL.SATURATION} (F32): CCD saturation point (ADU) 447 \item \code{CELL.BAD} (F32): CCD bad pixel point (ADU) 447 448 \item \code{CELL.BINNING}: CCD Binning 448 \item \code{CELL.PARITY} : Direction of CCD readout449 \item \code{READOUT.EXPOSURE} : Exposure time of image (sec)450 \item \code{READOUT.DARKTIME} : Dark time for image (sec)449 \item \code{CELL.PARITY} (S32): Direction of CCD readout 450 \item \code{READOUT.EXPOSURE} (F32): Exposure time of image (sec) 451 \item \code{READOUT.DARKTIME} (F32): Dark time for image (sec) 451 452 \end{itemize} 452 453 … … 706 707 psList *pmCellGetBiasSec(pmCell *cell); // CELL.BIASSEC 707 708 psRegion pmCellGetTrimSec(pmCell *cell); // CELL.TRIMSEC 709 int pmCellGetReaddir(pmCell *cell); // CELL.READDIR 708 710 float pmCellGetGain(pmCell *cell); // CELL.GAIN 709 711 float pmCellGetReadNoise(pmCell *cell); // CELL.READNOISE
Note:
See TracChangeset
for help on using the changeset viewer.
