-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to load 2D flux arrays in Specviz (#3229)
* Add ability to load 2D flux arrays in Specviz by splitting into separate spectra * Changelog * Handle this in file load case * Fix typo * Add test and debug * Codestyle again, whoops * Add keyword to force Specviz parser to use SpectrumList.read * Add new keyword to helper load_data * Implement suggestions from @rileythai Co-authored-by: rileythai <[email protected]> * Add more test coverage, debug * Codestyle Codestyle * Apparently need this to standardize the input label * One more label handling fix * Apply suggestions from code review Co-authored-by: P. L. Lim <[email protected]> * Add clarity to test and changelog * Add meta, debug --------- Co-authored-by: rileythai <[email protected]> Co-authored-by: P. L. Lim <[email protected]>
- Loading branch information
1 parent
0094168
commit 3c14001
Showing
4 changed files
with
98 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters