ejeschke
ejeschke
There is another candidate PR (#816) that I think works a little more closely to the workflow @pllim was describing. You don't need two WCSes and it doesn't use `reproject`,...
Rebased.
I think there is an interesting point here though. I suppose the transpose is instantaneous because it is lazy. But trying to find the max/min values traverses the entire structure,...
@hcferguson, how do you enable that in ds9? When I load HST images, they look the same as they do in ginga.
Just set the values to 0 for testing.
I've made one more modification to this plugin. It now has *both* Reproject and Undistort buttons. The Undistort button creates a derivative WCS from the current image without the SIP...
> Under what condition is the button usable? At the moment, only if the image contains a WCS with SIP distortion information. I tested with HST images, so I know...
> Not really. I think the transpose is going to happen sooner or later. Not sure if there is a way to avoid it. If I comment out `nanmin` and...
Rebased.
@pllim, I think this one is next off the list of delayed PRs to be merged. It seems to rebase ok and tests passing, manual check seems good. Can I...