IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 10:49:57 AM (19 years ago)
Author:
magnier
Message:

added wrote_phu to pmFPA, etc; added test in WritePHU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA.h

    r11253 r12603  
    66 * @author Eugene Magnier, IfA
    77 *
    8  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-01-24 02:54:14 $
     8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-03-27 20:49:57 $
    1010 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1111 */
     
    4444    psArray *chips;                     ///< The component chips
    4545    pmHDU *hdu;                         ///< FITS header data unit of interest, or NULL
     46    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
    4647}
    4748pmFPA;
     
    7172    bool data_exists;                   ///< Does the data for this chip exist (read case only)?
    7273    pmHDU *hdu;                         ///< FITS header data unit of interest,
     74    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
    7375}
    7476pmChip;
     
    103105    bool data_exists;                   ///< Does the data for this cell exist (read case only)?
    104106    pmHDU *hdu;                         ///< FITS header data unit of interest
     107    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
    105108}
    106109pmCell;
Note: See TracChangeset for help on using the changeset viewer.