Make filter value input to TemperatureResponseFundamental consistent with Sunpy #117
Labels
Code Improvement
For general improvements to the codebase without adding new features.
response
Issues related to the response subpackage
Milestone
Currently the value returned by an XRTMap object created via
import sunpy.map
xrtmap = sunpy.map.Map(filepath)
gives the filter combination as an attribute of xrtmap:
xrtmap.measurement = 'Be thin-Open'
However the format is not compatible with that accepted by XRTpy.response.temperature_response.TemperatureResponseFundamental
e.g. 'Be-thin' or 'Be_thin'
For the sake of interoperability these should be made compatible (not saying which should change).
The text was updated successfully, but these errors were encountered: