Changeset 11245 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Jan 22, 2007, 5:19:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r11040 r11245 9 9 /// @author Eugene Magnier, IfA 10 10 /// 11 /// @version $Revision: 1.2 4$ $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 $ 13 13 /// 14 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 97 97 /// 98 98 /// 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 100 bool pmConfigValidateCameraFormat(bool *valid, 101 const psMetadata *cameraFormat, ///< Camera format containing the RULE 101 102 const psMetadata *header // FITS header for the PHU 102 103 );
Note:
See TracChangeset
for help on using the changeset viewer.
