IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2007, 5:19:43 PM (19 years ago)
Author:
magnier
Message:

fixed pmConfigValidateCameraFormat to distinguish error and invalid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.h

    r11040 r11245  
    99/// @author Eugene Magnier, IfA
    1010///
    11 /// @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2007-01-11 22:54:56 $
     11/// @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     12/// @date $Date: 2007-01-23 03:19:43 $
    1313///
    1414/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    9797///
    9898/// Given a FITS header (the PHU header), check it against the RULE metadata contained within the camera
    99 /// format; return true if it matches.
    100 bool pmConfigValidateCameraFormat(const psMetadata *cameraFormat, ///< Camera format containing the RULE
     99/// format; return found = true if it matches. return false on serious errors
     100bool pmConfigValidateCameraFormat(bool *valid,
     101                                  const psMetadata *cameraFormat, ///< Camera format containing the RULE
    101102                                  const psMetadata *header // FITS header for the PHU
    102103                                 );
Note: See TracChangeset for help on using the changeset viewer.