Changeset 24512 for trunk/psLib/src/fits/psFitsTable.h
- Timestamp:
- Jun 19, 2009, 12:38:16 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsTable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap_mops (added) merged: 24221,24373,24375-24377,24392,24413,24416,24427-24430,24435-24439,24442-24452,24456-24457,24499,24501,24503-24505,24507,24509
- Property svn:mergeinfo changed
-
trunk/psLib/src/fits/psFitsTable.h
r15248 r24512 90 90 ); 91 91 92 /// Write an empty table 93 bool psFitsWriteTableEmpty( 94 psFits *fits, ///< FITS file pointer 95 const psMetadata *header, ///< Header to write 96 const psMetadata *columns, ///< Column definitions; no data used except name,type 97 const char *extname ///< Extension name for table 98 ); 99 92 100 /** Inserts a whole FITS table. A new HDU of the type BINTABLE is inserted either 93 101 * before or after, depending on the AFTER parameter, the current HDU. … … 104 112 bool after ///< TRUE if insert is done after CHDU, otherwise table is inserted before CHDU 105 113 ); 114 115 /// Insert an empty table 116 bool psFitsInsertTableEmpty( 117 psFits *fits, ///< FITS file pointer 118 const psMetadata *header, ///< Header to write 119 const psMetadata *columns, ///< Column definitions; no data used except name,type 120 const char *extname, ///< Extension name for table 121 bool after ///< Insert after current HDU? 122 ); 123 106 124 107 125 /** Updates a FITS table. The current HDU type must be either
Note:
See TracChangeset
for help on using the changeset viewer.
