Changeset 7229 for trunk/psLib/src/fits/psFitsHeader.h
- Timestamp:
- May 26, 2006, 3:49:22 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
r7227 r7229 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-05-2 6 03:24:49$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-27 01:49:22 $ 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.44 * Doesn't check if the header has to be created. 45 45 * 46 46 * @return bool if TRUE, the write was successful, otherwise FALSE. 47 47 */ 48 bool p _psFitsWriteHeader(48 bool psFitsWriteHeader( 49 49 psMetadata* output, ///< the psMetadata data in which to write 50 50 psFits* fits ///< the psFits object 51 51 ); 52 52 53 /** Writes the values of the metadata to an HDU header.53 /** Writes a "blank" --- a header only, with no image or table. 54 54 * 55 55 * @return bool if TRUE, the write was successful, otherwise FALSE. 56 56 */ 57 bool psFitsWrite Header(57 bool psFitsWriteBlank( 58 58 psMetadata* output, ///< the psMetadata data in which to write 59 psFits* fits ///< the psFits object59 psFits* fits ///< the psFits object 60 60 ); 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
