bd-j / sedpy

Utilities for astronomical spectral energy distributions
https://sedpy.readthedocs.io/en/latest/
MIT License
29 stars 16 forks source link

Low-res filter projections #2

Open bd-j opened 8 years ago

bd-j commented 8 years ago

When computing synthetic photometry with Filter().obj_counts, need to catch and better treat the case where the source spectrum is significantly lower resolution than the transmission curve.

In this case I think the source spectrum should be interpolated to the transmission wavelength grid. Currently the transmission spectrum is interpolated to the source wavelengths.

bd-j commented 6 years ago

Both options are now available, but there is no automated check to see which option applies.