ndcube
ndcube copied to clipboard
Add support for the `serialization` of the `ndcube` WCS wrappers.
This PR adds the support for the serialization of the following wrapper class:
ResampledLowLevelWCS
CompoundLowLevelWCS
ReorderedLowLevelWCS
Currently, this PR does not have tests written with underlying WCS
attributes as the astropy.wcs.WCS
and would be added after the asdf-astropy
PR https://github.com/astropy/asdf-astropy/pull/235 is merged.
Fixes: #750
Note: This PR Should be merged after #708 is merged