gbrammer/threedhst

Other issues in threedhst

Opened this issue · 0 comments

  1. Line 828 in catIO.py, in write_fits(): pyfits module (astropy.io.fits, in my case) has no attribute "new_table", tbhdu = pyfits.BinTableHDU.from_columns(coldefs) would do the job
  2. All the arguments "clobber" are gonna to be replaced by "overwrite"
    3.Line 1272 in eazyPy.py, the code do not automatically import submodule, maybe have to specify from threedhst import utils
    4.Line 902 in utils.py: the indice must be integer or boolean