IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2007, 2:51:20 PM (19 years ago)
Author:
Paul Price
Message:

Fixing issues with file formats: some formats weren't getting the PHU where required (because the create was following the open, and the open was attempting to write the blank PHU). Added pmFPAfileBlank to write a blank where required. Cleaned up the pmFPAfile stuff a little.

File:
1 edited

Legend:

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

    r11255 r11801  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 03:11:19 $
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-02-15 00:51:20 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    3333/// configuration is required in order to describe how the FPA is laid out in terms of disk files.
    3434bool pmFPAAddSourceFromView(pmFPA *fpa,   ///< The FPA
     35                            const char *fpaname, ///< FPA.NAME for the source
    3536                            const pmFPAview *phuView, ///< The view, corresponding to the PHU
    3637                            const psMetadata *format ///< Format of file
Note: See TracChangeset for help on using the changeset viewer.