gbrammer / threedhst

3D-HST grism analysis software
11 stars 5 forks source link

Other issues in threedhst #7

Open JiachuanXu opened 6 years ago

JiachuanXu commented 6 years ago
  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