Skip to content
  • Karl Wette's avatar
    FITSFileIO: fix incorrect format specifier for (U)INT4 columns · 1b6346ee
    Karl Wette authored
    - Definitely should use 'TINT' which maps to int (ffgpv() calls
      ffgpvk() if datatype == TINT) and int is probably 4 bytes long...
    - Need to adjust the output of fits_get_eqcoltype() as CFITSIO is
      getting confused between TLONG and TINT, as are we all...
    Original: 25f6899f3af184dd47b565710b371429beb3fc4e
    1b6346ee