allow sigma_smooth to adjust photometry#227
Conversation
|
This is important for narrow-band photometry. As Elijah notes, one (difficult?) extension of this would be to include emission line morphology in the photometry when modeling spec+phot and using the marginalization scheme. |
|
Thanks for bringing this up. So this exposes some approximations used by SpecModel. Both the instrumental and physical (velocity dispersion) resolution are handled by a single call to A solution is perhaps to have an optional second As for the emission line morphologies, it's not difficult to include it in the photometry -- a call to One other thing to note is that the lines -- when added by |
|
also just to clarify I believe in the current setup photometry is always computed at the native FSPS spectral library smoothing and does not have additional 100km/s smoothing (since it based on |
Currently,
SpecModeldoes not respect the user'ssigma_smoothparameter when predicting photometry; photometry is always computed based on a smoothed spectrum withsigma_smoothset to the default of 100 km s⁻¹. This edit should allow the user'ssigma_smoothparameter to adjust the photometry as one would expect.However, it should be noted that
nebline_photometryalso does not respectsigma_smoothand that is not addressed by this edit, and thus the predicted photometry is likely incorrect in the case wherenebemlineinspec == Falseandsigma_smooth != 100.