You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built-in Vega is probably suitable for most imaginable "vegamag" needs, but for some kinds of precision work, some people may care about using a particular vega spectrum (especially given the modern suspicion that it's at least mildly variable).
So it would be useful if there were a programmatic way to provide a favorite Vega. The easiest thing might be to tell users they have to give it as a specutils.Spectrum1D, since then synphot doesn't need to worry about I/O or anything, just that it fits into the Spectrum1D API.
The text was updated successfully, but these errors were encountered:
With #243 merged, you can already pass in whatever Spectrum1D you want (even Vega). Does that mean this issue can be closed without further action now?
The built-in Vega is probably suitable for most imaginable "vegamag" needs, but for some kinds of precision work, some people may care about using a particular vega spectrum (especially given the modern suspicion that it's at least mildly variable).
So it would be useful if there were a programmatic way to provide a favorite Vega. The easiest thing might be to tell users they have to give it as a
specutils.Spectrum1D
, since thensynphot
doesn't need to worry about I/O or anything, just that it fits into theSpectrum1D
API.The text was updated successfully, but these errors were encountered: