Skip to content
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

Validate WCS Function #428

Closed
DanRyanIrish opened this issue Jun 16, 2021 · 0 comments · Fixed by #433
Closed

Validate WCS Function #428

DanRyanIrish opened this issue Jun 16, 2021 · 0 comments · Fixed by #433
Labels

Comments

@DanRyanIrish
Copy link
Member

DanRyanIrish commented Jun 16, 2021

Description

Create a function that accepts two WCS objects, target_wcs and initial_wcs, and verifies that target is the same/equivalent to initial. (Better variable names here are welcome.)

Initially, the target_wcs must describe all axes of the initial_wcs. Future versions of this function should handle invariant axes.

The use case for this function is as part of verifying the input to the future NDCube.resample method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant