Skip to content

Commit

Permalink
Merge pull request #4 from stscieisenhamer/rcal-704-l3resample
Browse files Browse the repository at this point in the history
RCAL-704 Update schema for resample usage
  • Loading branch information
PaulHuwe authored Jan 29, 2024
2 parents 2064b4a + ddae14f commit debdbc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/rad/resources/schemas/mosaic_basic-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,15 @@ properties:
archive_catalog:
datatype: nvarchar(25)
destination: [ScienceCommon.product_type]
filename:
tag: asdf://stsci.edu/datamodels/roman/tags/filename-1.0.0
propertyOrder: [ time_first_mjd, time_last_mjd, time_mean_mjd, max_exposure_time,
mean_exposure_time, model_type, visit, segment, pass, program,
survey, optical_element, instrument, telescope, location_name, product_type ]
survey, optical_element, instrument, telescope, location_name, product_type,
filename ]
flowStyle: block
required: [ time_first_mjd, time_last_mjd, time_mean_mjd, max_exposure_time,
mean_exposure_time, model_type, visit, segment, pass, program,
survey, optical_element, instrument, telescope, location_name, product_type ]
survey, optical_element, instrument, telescope, location_name, product_type,
filename ]
...
4 changes: 3 additions & 1 deletion src/rad/resources/schemas/wfi_mosaic-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ properties:
anyOf:
- tag: tag:stsci.edu:gwcs/wcs-*
- type: "null"
required: [basic, program, resample, wcs]
wcsinfo:
tag: asdf://stsci.edu/datamodels/roman/tags/mosaic_wcsinfo-1.0.0
required: [basic, program, resample, wcs, wcsinfo]
data:
title: Science data, excluding border reference pixels.
tag: tag:stsci.edu:asdf/unit/quantity-1.1.0
Expand Down

0 comments on commit debdbc1

Please sign in to comment.