IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 1:42:41 PM (19 years ago)
Author:
magnier
Message:

added formatName to pmFPAfile (needed in some cases)
dropped const from pmConfig argument to pmFPAfileBindFromArgs
changed instances of psErrorStackPrint to psError (should only be used if we abort)
changed API names for pmPSFmodel I/O functions to put pmPSFmodel at front

File:
1 edited

Legend:

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

    r14202 r14647  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-07-14 03:17:44 $
     6 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-08-23 23:42:41 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    9191    psMetadata *camera;                 // Camera configuration
    9292    psMetadata *format;                 // Camera format
     93    char *formatName;                   // name of the camera format
    9394}
    9495pmFPAfile;
Note: See TracChangeset for help on using the changeset viewer.