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/pmFPAfileIO.h

    r11253 r11801  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:14 $
     6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-02-15 00:51:20 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    2121bool pmFPAfileRead (pmFPAfile *file, const pmFPAview *view, pmConfig *config);
    2222
    23 bool pmFPAfileCreate (pmFPAfile *file, const pmFPAview *view, pmConfig *config);
     23bool pmFPAfileCreate (pmFPAfile *file, const pmFPAview *view, const pmConfig *config);
    2424
    2525// write to the real file corresponding to the given pmFPAfile for the current view
Note: See TracChangeset for help on using the changeset viewer.