When trying to run subframeSelector I get this warning message:
"the image contains an astrometric solution that will be removed by the geometrical transformation"
What geometric transformation? I thought subframe selector was just quantifying information about the image, not applying geometrical transforms.
I don't think I've ever seen this warning before.
Is this a bug?
[EDIT1 - additional information]: If I respond to "not proceed" to the warning message, the script terminates with this error:
*** Error [000]: /Applications/PixInsight/src/scripts/mschuster/SubframeSelector/SubframeSelector.js, line 1344: Error:
I went and looked at line 1344. It's:
crop.executeOn(imageWindow.mainView, false);
So, I suspect the geometric transformation that the warning message refers to is the cropping to provide an ROI for analysis.
If that's the case, then it doesn't make a lot of sense to warn the user about irreversible changes to the original files.