IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14201


Ignore:
Timestamp:
Jul 13, 2007, 5:17:18 PM (19 years ago)
Author:
magnier
Message:

dropping pmFPA.wrote_phu

Location:
trunk/psModules/src/camera
Files:
2 edited

Legend:

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

    r12838 r14201  
    279279    tmpCell->file_exists = false;       // Not yet identified
    280280    tmpCell->data_exists = false;       // Not yet read in
    281     tmpCell->wrote_phu = false;
    282281
    283282    tmpCell->concepts = psMetadataAlloc();
     
    314313    tmpChip->file_exists = false;       // Not yet identified
    315314    tmpChip->data_exists = false;       // Not yet read in
    316     tmpChip->wrote_phu = false;
    317315
    318316    tmpChip->concepts = psMetadataAlloc();
     
    341339    tmpFPA->chips = psArrayAlloc(0);
    342340    tmpFPA->hdu = NULL;
    343     tmpFPA->wrote_phu = false;
    344341
    345342    tmpFPA->concepts = psMetadataAlloc();
  • trunk/psModules/src/camera/pmFPA.h

    r12696 r14201  
    66 * @author Eugene Magnier, IfA
    77 *
    8  * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-03-30 21:12:56 $
     8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-07-14 03:17:18 $
    1010 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1111 */
     
    4141    psArray *chips;                     ///< The component chips
    4242    pmHDU *hdu;                         ///< FITS header data unit of interest, or NULL
    43     bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
    4443}
    4544pmFPA;
     
    6968    bool data_exists;                   ///< Does the data for this chip exist (read case only)?
    7069    pmHDU *hdu;                         ///< FITS header data unit of interest,
    71     bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
    7270}
    7371pmChip;
     
    102100    bool data_exists;                   ///< Does the data for this cell exist (read case only)?
    103101    pmHDU *hdu;                         ///< FITS header data unit of interest
    104     bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
    105102}
    106103pmCell;
Note: See TracChangeset for help on using the changeset viewer.