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
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.
The text was updated successfully, but these errors were encountered:
Description
Create a function that accepts two WCS objects,
target_wcs
andinitial_wcs
, and verifies thattarget
is the same/equivalent toinitial
. (Better variable names here are welcome.)Initially, the
target_wcs
must describe all axes of theinitial_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.The text was updated successfully, but these errors were encountered: