Changeset 25027 for branches/pap/psLib/src/fits/psFitsTable.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsTable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psLib/src/fits/psFitsTable.h
r15248 r25027 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.
