-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Save the cutout image from Pick plugin #750
Comments
The problem is that Since we are saving the picks in a FITS table in the |
The numpy cutout is saved as |
If we tack on the cutouts to existing report file, then we are locked in for FITS output only. Currently, it supports writing out both ASCII and FITS: ginga/ginga/rv/plugins/Pick.py Lines 1905 to 1906 in 6682ed7
|
Ah, good point. We could do one of the following:
|
I would vote for (3) with one modification -- Save it out to separate FITS no matter what. |
@ejeschke , there is a user who expressed interest to save the cutout image that
Pick
plugin generates back out into a FITS file. Is that already possible? If not, any advise on how to fold it into the existing GUI?If there is even a way to "pop" the cutout image into its own
datasrc
buffer, we can just useSaveImage
plugin to save it out. 🤔The text was updated successfully, but these errors were encountered: