Releases: bd-j/sedpy
Releases · bd-j/sedpy
v0.3.2
- Update JWST transmission curves to flight versions (Nov. 2022)
- Make filter transmission data private so it can't be altered at runtime
- Replace WFC3/IR F125W and F140W curves with STScI versions, and add some more uncommon WFC3 filters
- add blue and red half-power points as
blue_edge
andred_edge
Filter attributes
v0.3.1
- Add module specific NIRCam filters
- Add some ground-based filters
- Documentation updates, including a formatted list of available filters (h/t @elijahmathews)
astro-sedpy v0.3.0
This version adds the smoothing
module from astro-prospector, and moves deprecated modules from the top level. It also fixes a bug in flux array shape checking for FilterSet
astro-sedpy v0.2.1
Includes support for FilterSets
which speed up filter projections for multiple filters by placing all filters on a single wavelength grid.