Fix LOGICAL type suport in TFITSIO
Solves a bug in the TFITSIO code when reading a FITS binary table that contained a column of type LOGICAL. The code in TFISTIO:LoadHDU only had tests for column types of strings or numeric so it was failing with the error “bad binary table datatype”
Showing
- .gitattributes 1 addition, 0 deletions.gitattributes
- graf2d/fitsio/src/TFITS.cxx 76 additions, 36 deletionsgraf2d/fitsio/src/TFITS.cxx
- tutorials/fitsio/FITS_tutorial7.C 63 additions, 0 deletionstutorials/fitsio/FITS_tutorial7.C
- tutorials/fitsio/sample5.fits 0 additions, 0 deletionstutorials/fitsio/sample5.fits
Loading
Please register or sign in to comment