We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e861d41 commit 47bd317Copy full SHA for 47bd317
asdf_astropy/resources/schemas/wcs/slicedwcs-1.1.0.yaml
@@ -17,8 +17,16 @@ allOf:
17
properties:
18
wcs:
19
anyOf:
20
+ # Known WCS objects
21
- tag: "tag:astropy.org:astropy/wcs/wcs-1*"
22
- tag: "tag:stsci.edu:gwcs/wcs-*"
23
+ - tag: "tag:astropy.org:astropy/wcs/slicedwcs-*"
24
+ - tag: "tag:sunpy.org:ndcube/resampledwcs-*"
25
+ - tag: "tag:sunpy.org:ndcube/ndcubesequence-*"
26
+ - tag: "tag:sunpy.org:ndcube/reorderedwcs-*"
27
+ - tag: "tag:sunpy.org:ndcube/compoundwcs-*"
28
+ # Allow anything else because any APE-14 compliant object is valid
29
+ - {}
30
31
slices_array:
32
type: array
0 commit comments