IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2009, 9:34:53 AM (16 years ago)
Author:
bills
Message:

If cfitsio type is TLONGLONG save as a psS64. It was falling through
to psS32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsTable.c

    r24512 r26481  
    162162
    163163        switch (typecode) {
     164           // TBYTE and TSHORT fall though to read into psS32
    164165          case TBYTE:
    165166          case TSHORT:
    166           case TLONGLONG:
    167167            READ_TABLE_ROW_CASE(TLONG, long, S32, S32);
     168            READ_TABLE_ROW_CASE(TLONGLONG, long, S64, S64);
    168169            READ_TABLE_ROW_CASE(TFLOAT, float, F32, F32);
    169170            READ_TABLE_ROW_CASE(TDOUBLE, double, F64, F64);
Note: See TracChangeset for help on using the changeset viewer.