IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 12:30:21 PM (20 years ago)
Author:
Paul Price
Message:

Changes to support automatically generated mosaicked camera configurations. Added pmFPAfileDefineChipMosaic and ...FPAMosaic that define fpa files using the new mosaicked camera configurations. Added mosaicLevel to pmFPAfile to prevent the mosaicked files being written out at too low a level. Changes to concept reads so that all concepts are read as available.

File:
1 edited

Legend:

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

    r10918 r10966  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2007-01-05 20:17:21 $
     9*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-01-08 22:30:21 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    6363    pmFPAfileState state;  // have we opened the file, etc?
    6464
     65    // Desired levels, set by the user
    6566    pmFPALevel fileLevel;  // what level in the FPA hierarchy represents a unique file?
    6667    pmFPALevel dataLevel;  // at what level do we read/write the data segment?
    6768    pmFPALevel freeLevel;  // at what level do we free the data segment?
     69    pmFPALevel mosaicLevel;             // at what level is the mosaic?
    6870
    6971    pmFPA *fpa;    // for I/O files, we carry a pointer to the complete fpa
Note: See TracChangeset for help on using the changeset viewer.