IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2006, 12:30:33 PM (20 years ago)
Author:
Paul Price
Message:

Adding conceptsRead to FPA hierarchy components so that the user can tell what has been read (defaults, camera, database, header).

File:
1 edited

Legend:

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

    r6896 r6930  
    77*  @author GLG, MHPCC
    88*
    9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-04-19 03:24:09 $
     9*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-04-20 22:30:33 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151    // Information
    5252    psMetadata *concepts;               ///< Cache for PS concepts
     53    unsigned int conceptsRead;          ///< Which concepts have been read
    5354    psMetadata *analysis;               ///< FPA-level analysis metadata
    5455    const psMetadata *camera;           ///< Camera configuration
     
    8485    // Information
    8586    psMetadata *concepts;               ///< Cache for PS concepts
     87    unsigned int conceptsRead;          ///< Which concepts have been read
    8688    psMetadata *analysis;               ///< Chip-level analysis metadata
    8789    psArray *cells;                     ///< The cells (referred to by name)
     
    106108{
    107109    psMetadata *concepts;               ///< Cache for PS concepts
     110    unsigned int conceptsRead;          ///< Which concepts have been read
    108111    psMetadata *config;                 ///< Cell configuration info
    109112    psMetadata *analysis;               ///< Cell-level analysis metadata
Note: See TracChangeset for help on using the changeset viewer.