You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert to having "pixels" -> "rectified" -> "distortion_corrected" as the frame order
This is required in case the distortion correction only has a single line to work with, in which case it will only be a function of position in the slit so the slit *must* be vertical (since the model is defined as a function of pixel). This should work now because the transformation is calculated *after* transforming the input *and* output coordinated via the rectification model.
Also add a check in transferDistortionModel() that the previous CoordinateFrame has the same name in both the donor and recipient WCSs.
0 commit comments