Skip to content

Commit

Permalink
Add Table schema keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Jan 24, 2024
1 parent b175e42 commit 1fee3b0
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 3 deletions.
74 changes: 71 additions & 3 deletions src/rad/resources/schemas/individual_image_meta-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,77 @@ title: Combined level 2 metadata

type: object
properties:
all_meta:
basic:
description: |
Table of level 2 metadata. Placeholder object.
Table of basic level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
aperture:
description: |
Table of aperture level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
cal_step:
description: |
Table of cal_step level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
coordinates:
description: |
Table of coordinates level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
ephemeris:
description: |
Table of ephemeris level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
exposure:
description: |
Table of exposure level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
guidestar:
description: |
Table of guidestar level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
instrument:
description: |
Table of instrument level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
observation:
description: |
Table of observation level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
photometry:
description: |
Table of photometry level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
pointing:
description: |
Table of pointing level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
program:
description: |
Table of program level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
ref_file:
description: |
Table of ref_file level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
target:
description: |
Table of target level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
velocity_aberration:
description: |
Table of velocity_aberration level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
visit:
description: |
Table of visit level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
wcsinfo:
description: |
Table of wcsinfo level 2 metadata.
tag: tag:astropy.org:astropy/table/table-1.1.0
flowStyle: block
propertyOrder: [all_meta]
propertyOrder: [basic, aperture, cal_step, coordinates, ephemeris,
exposure, guidestar, instrument, observation, photometry,
pointing, program, ref_file, target, velocity_aberration,
visit, wcsinfo]
...
1 change: 1 addition & 0 deletions tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def valid_tag_uris(manifest):
"tag:stsci.edu:asdf/unit/quantity-1.1.0",
"tag:stsci.edu:asdf/unit/unit-1.0.0",
"tag:astropy.org:astropy/units/unit-1.0.0",
"tag:astropy.org:astropy/table/table-1.1.0",
"tag:stsci.edu:gwcs/wcs-1.0.0",
"tag:stsci.edu:gwcs/wcs-1.1.0",
"tag:stsci.edu:gwcs/wcs-1.2.0",
Expand Down

0 comments on commit 1fee3b0

Please sign in to comment.