IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2011, 3:47:39 PM (15 years ago)
Author:
bills
Message:

working version of psFitsReadTableNew and psFitsWriteTableNew

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsTableNew.h

    r32217 r32228  
    1414
    1515typedef struct {
    16     /* psString    name; */
     16    psString    name;
    1717    psDataType  type;
     18    psDataType  vectorType;             // type inside if Vector
     19    int         elementSize;            // 1 for primitives, strlen for strings
     20                                        // vector length for vectors
    1821    // only types supported by fits tables will be implemented
    1922    union {
     
    4952
    5053psFitsTable *psFitsReadTableNew(const psFits *fits);
    51 bool psFitsWriteTableNew(psFits *fits, psFitsTable *table, const char *extname);
     54bool psFitsWriteTableNew(psFits *fits, const psMetadata *header, psFitsTable *table, const char *extname);
    5255bool psFitsTableCensor(psFitsTable *table, bool *rowMask);
    5356
Note: See TracChangeset for help on using the changeset viewer.