We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take for example this:
w = WCS(forward_transform=m.Tabular1D(points=np.arange(10)*u.pix, lookup_table=np.arange(10)*u.km), output_frame=frame, input_frame=cf.CoordinateFrame(1, "PIXEL", (0,), unit=(u.pix,)) ) w.world_to_pixel(0*u.km)
The w.input_frame property returns the output frame because they have the same name (defaults to the name of the class).
w.input_frame
The text was updated successfully, but these errors were encountered:
Fix test fail to work around spacetelescope#327
117b769
What would a good fix to this be? I keep running into it and it's really confusing till I remember.
Sorry, something went wrong.
No branches or pull requests
Take for example this:
The
w.input_frame
property returns the output frame because they have the same name (defaults to the name of the class).The text was updated successfully, but these errors were encountered: