Changeset 7227 for trunk/psLib/src/fits/psFitsHeader.h
- Timestamp:
- May 25, 2006, 5:24:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsHeader.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsHeader.h
r7162 r7227 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-05-2 2 22:39:07$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-26 03:24:49 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 42 42 43 43 /** Writes the values of the metadata to the current HDU header. 44 * Doesn't check if the header has to be created, so not for general public use. 45 * 46 * @return bool if TRUE, the write was successful, otherwise FALSE. 47 */ 48 bool p_psFitsWriteHeader( 49 psMetadata* output, ///< the psMetadata data in which to write 50 psFits* fits ///< the psFits object 51 ); 52 53 /** Writes the values of the metadata to an HDU header. 44 54 * 45 55 * @return bool if TRUE, the write was successful, otherwise FALSE.
Note:
See TracChangeset
for help on using the changeset viewer.
