spacetelescope / stsynphot_refactor

Synthetic photometry using Astropy for HST and JWST
http://stsynphot.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Interface: Rethink JWST and HST support #5

Closed pllim closed 10 years ago

pllim commented 11 years ago

This was spacetelescope/pysynphot#16.

From @chanley:

Need to rethink how to support HST and JWST simultaneously. When doing a brain dead import, the default behavior reverts to defaulting to selection of tmg/tmc file by file name. Not necessarily the desired behavior (example cdbs.3000.dev will default to JWST).

From @vglaidler:

Modules that should stay in stpysynphot:

Modules that should besplit into two, so one can go into the core and the other stays in stpysynphot:

Modules that are used for extinction, so they might stay or might go or might need to be split depending on how this is handled:

Everything else should be core.

p/s: Also needs TEAL interface.

pllim commented 10 years ago

Fixed in #11 , except TEAL interface. Will open new issue for TEAL if there is really a need for that.