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
Currently Sunxspex can only handle spectrograms directly from the data centre, however one can also get a spectrogram outputted by stx_convert_spectrogram IDL routine. This spectrogram contains some updated corrections and uncertainty analysis that are not yet implemented to Sunxspex. It would be good to have an option for a user to be able to load in these spectrograms as well.
Proposed solution
Simply add another function in addition to _get_spec_file_info inside stix_spec_code.py that will be able to load in these spectrograms. The loading is very similar for both the data centre and IDL spectrograms, just some minor changes to keyword formatting and time and counts loading.
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently Sunxspex can only handle spectrograms directly from the data centre, however one can also get a spectrogram outputted by stx_convert_spectrogram IDL routine. This spectrogram contains some updated corrections and uncertainty analysis that are not yet implemented to Sunxspex. It would be good to have an option for a user to be able to load in these spectrograms as well.
Proposed solution
Simply add another function in addition to
_get_spec_file_info
inside stix_spec_code.py that will be able to load in these spectrograms. The loading is very similar for both the data centre and IDL spectrograms, just some minor changes to keyword formatting and time and counts loading.The text was updated successfully, but these errors were encountered: