IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 5:11:19 PM (19 years ago)
Author:
Paul Price
Message:

Enabling different formats for output pmFPAfiles. To do this, needed to overhaul the writing functions to generate a new FPA using the new format, and write that. To get the blank PHU, needed to do similarly for the open function (!), since it writes blanks immediately after opening the file. Tested with inputting 6 megacam split chips and writing to spliced format --- works successfully.

File:
1 edited

Legend:

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

    r11253 r11255  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:14 $
     6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-24 03:11:19 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    6161                bool concepts           ///< Print concepts?
    6262               );
     63
     64/// Return the PHU level for an FPA, given the format
     65pmFPALevel pmFPAPHULevel(const psMetadata *format);
     66
     67/// Return the Extensions level for an FPA, given the format
     68pmFPALevel pmFPAExtensionsLevel(const psMetadata *format);
     69
    6370/// @}
     71
    6472#endif
Note: See TracChangeset for help on using the changeset viewer.