Changeset 15175
- Timestamp:
- Oct 3, 2007, 10:19:01 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_070920/psLib/src/fits/psFitsHeader.h
r15168 r15175 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.10.14. 2$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-10-03 03:01:45$6 * @version $Revision: 1.10.14.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-03 20:19:01 $ 8 8 * 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 28 28 bool psFitsCheckSingleCompressedImagePHU(const psFits *fits, ///< FITS file pointer 29 29 const psMetadata *header ///< Header, or NULL 30 ); 31 32 /// Parse a string read from the FITS header. 33 34 /// Removes the quotes, and any trailing spaces. NOTE: the returned string is NOT on the psLib memory system 35 /// --- it's simply a hacked version of the input string. Note also that the input string is MODIFIED. 36 char *p_psFitsHeaderParseString(char *string ///< String to parse 30 37 ); 31 38
Note:
See TracChangeset
for help on using the changeset viewer.
