IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5486


Ignore:
Timestamp:
Nov 7, 2005, 4:46:42 PM (21 years ago)
Author:
Paul Price
Message:

Changed pmFPA,pmChip,pmCell->private to hdu.

Location:
trunk/doc/modules
Files:
2 edited

Legend:

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

    r5485 r5486  
    191191    pmChip *parent;                    // Parent chip
    192192    bool valid;                        // Do we bother about reading and working with this cell?
    193     p_pmHDU *private;                  // FITS data
     193    p_pmHDU *hdu;                      // FITS data
    194194} pmCell;
    195195\end{verbatim}
     
    236236    pmFPA *parent;                     // Parent FPA
    237237    bool valid;                        // Do we bother about reading and working with this chip?
    238     p_pmHDU *private;                   // FITS data
     238    p_pmHDU *hdu;                       // FITS data
    239239} pmChip;
    240240\end{verbatim}
     
    279279    const psMetadata *camera;          // Camera configuration
    280280    psArray *chips;                    // The chips
    281     p_pmHDU *private;                  // FITS data
     281    p_pmHDU *hdu;                      // FITS data
    282282    psMetadata *phu;                   // Primary Header
    283283} pmFPA;
  • trunk/doc/modules/ChangeLogSDRS.tex

    r5485 r5486  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.39 2005-11-08 02:42:08 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.40 2005-11-08 02:46:38 price Exp $
    22
    33\subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)}
     
    171171  \code{CELL.TRIMSEC}
    172172\item Added \code{p_pmHDU}.
     173\item Changed \code{pmFPA,pmChip,pmCell->private} to \code{hdu}.
    173174\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.