Skip to content
Snippets Groups Projects
  • Elizabeth Buckley-Geer's avatar
    70433a53
    Fix LOGICAL type suport in TFITSIO · 70433a53
    Elizabeth Buckley-Geer authored
    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”
    70433a53
    History
    Fix LOGICAL type suport in TFITSIO
    Elizabeth Buckley-Geer authored
    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”