Describe the feature
In https://github.com/sunpy/sunkit-spex/pull/202, edges was added to allow the user to evaluate the GaussianModel and StraightLineModel at energy bin edges or energy centers. This is a little clunky.
Proposed solution
This should be automated through the use of the SpectralAxis in the data container.
Describe the feature
In https://github.com/sunpy/sunkit-spex/pull/202,
edgeswas added to allow the user to evaluate theGaussianModelandStraightLineModelat energy bin edges or energy centers. This is a little clunky.Proposed solution
This should be automated through the use of the
SpectralAxisin the data container.