ndcube icon indicating copy to clipboard operation
ndcube copied to clipboard

Add the serialization logic for the `WCS` wrapper classes in `ndcube`

Open ViciousEagle03 opened this issue 6 months ago • 0 comments

Write converter and design schema for the WCS wrapper classes

  • [x] ResampledLowLevelWCS
  • [x] CompoundLowLevelWCS
  • [x] ReorderedLowLevelWCS
  • [x] Update the schema and converter of NDCube to include these WCSes as the underlying wcses.

Tests

  • [x] Add tests for the roundtrip serialization of wrappers with underlying wcs as gwcs.WCS.
  • [ ] Add tests for the roundtrip serialization of wrappers with underlying wcs as astropy.wcs.WCS.

ViciousEagle03 avatar Aug 16 '24 06:08 ViciousEagle03