forked from spacetelescope/jdaviz
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data export functionality (spacetelescope#2770)
* Add data export functionality * Fix code style * Add a change log * Select dataset format from a dropdown * Add a test to export data * codestyle * Test to unable export data when unsupported units * Update jdaviz/configs/default/plugins/export/export.py Co-authored-by: Kyle Conroy <[email protected]> * Disable export for NDdata obj * Update jdaviz/configs/default/plugins/export/export.py Co-authored-by: Kyle Conroy <[email protected]> * Fix code style * Fix test * Disable export for non plugin generated data * fix codestyle * Fix test export data * Check invalid msg in test * Codestyle --------- Co-authored-by: Kyle Conroy <[email protected]>
- Loading branch information
1 parent
77c9d44
commit c31424d
Showing
4 changed files
with
89 additions
and
7 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