IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 12:30:21 PM (19 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/pmFPAfileIO.h

    r7589 r10966  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-06-17 01:50:43 $
     9*  @version $Revision: 1.2 $ $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
     
    2222bool pmFPAfileRead (pmFPAfile *file, const pmFPAview *view, pmConfig *config);
    2323
    24 bool pmFPAfileCreate (pmFPAfile *file, const pmFPAview *view);
     24bool pmFPAfileCreate (pmFPAfile *file, const pmFPAview *view, pmConfig *config);
    2525
    2626// write to the real file corresponding to the given pmFPAfile for the current view
Note: See TracChangeset for help on using the changeset viewer.