Changeset 32228 for trunk/psLib/src/fits/psFitsTableNew.h
- Timestamp:
- Aug 30, 2011, 3:47:39 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTableNew.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTableNew.h
r32217 r32228 14 14 15 15 typedef struct { 16 /* psString name; */16 psString name; 17 17 psDataType type; 18 psDataType vectorType; // type inside if Vector 19 int elementSize; // 1 for primitives, strlen for strings 20 // vector length for vectors 18 21 // only types supported by fits tables will be implemented 19 22 union { … … 49 52 50 53 psFitsTable *psFitsReadTableNew(const psFits *fits); 51 bool psFitsWriteTableNew(psFits *fits, psFitsTable *table, const char *extname);54 bool psFitsWriteTableNew(psFits *fits, const psMetadata *header, psFitsTable *table, const char *extname); 52 55 bool psFitsTableCensor(psFitsTable *table, bool *rowMask); 53 56
Note:
See TracChangeset
for help on using the changeset viewer.
