Changeset 28484 for branches/pap/psLib/src/fits/psFitsTable.h
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsTable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psLib/src/fits/psFitsTable.h
r24512 r28484 62 62 ); 63 63 64 /** Read all table columns. 65 * 66 * String columns are read into arrays, number columns are read into vectors. 67 */ 68 psMetadata *psFitsReadTableAllColumns(const psFits *fits // FITS file pointer 69 ); 70 71 /** Write all table columns. 72 * 73 * Uses the same format as for psFitsReadTableAllColumns. 74 */ 75 bool psFitsWriteTableAllColumns( 76 psFits *fits, // FITS file pointer 77 psMetadata *header, // Header to write, or NULL 78 const psMetadata *table, // Table to write 79 const char *extname // Extension name, or NULL 80 ); 64 81 65 82 /** Reads a whole FITS table. The current HDU type must be either
Note:
See TracChangeset
for help on using the changeset viewer.
