IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

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

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.