IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2006, 5:10:19 PM (21 years ago)
Author:
Paul Price
Message:

Reworked the \'concepts\'; altered FPA hierarchy slightly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmAstrometry.h

    r5795 r5974  
    88*  @author GLG, MHPCC
    99*
    10 *  @version $Revision: 1.5.2.1 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-12-17 03:18:38 $
     10*  @version $Revision: 1.5.2.1.2.1 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-01-14 03:10:19 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9696    psArray *cells;                     ///< The cells (referred to by name)
    9797    pmFPA *parent;                      ///< Parent FPA
    98     bool valid;                         ///< Do we bother about reading and working with this chip?
     98    bool process;                       ///< Do we bother about reading and working with this chip?
     99    bool exists;                        ///< Does the chip exist --- has it been read in?
    99100    p_pmHDU *hdu;                       ///< FITS data
    100101}
     
    125126    psArray *readouts;                  ///< The readouts (referred to by number)
    126127    pmChip *parent;                     ///< Parent chip
    127     bool valid;                         ///< Do we bother about reading and working with this cell?
     128    bool process;                       ///< Do we bother about reading and working with this cell?
     129    bool exists;                        ///< Does the cell exist --- has it been read in?
    128130    p_pmHDU *hdu;                       ///< FITS data
    129131}
Note: See TracChangeset for help on using the changeset viewer.