Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Apr 1, 2024
1 parent d869ddc commit daa79ad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/rad/resources/schemas/resample-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ id: asdf://stsci.edu/datamodels/roman/schemas/resample-1.0.0
title: Resample Information
type: object
properties:
good_bits:
title: Bit Mask
description: |
Bit mask used in resample.
type: string
pixel_scale_ratio:
title: Pixel Scale Ratio
description: |
Expand Down Expand Up @@ -44,7 +49,7 @@ properties:
variance map ("ivm").
type: string
enum: ["exptime", "ivm"]
propertyOrder: [members, pixel_scale_ratio, pixfrac, pointings, product_exposure_time, weight_type]
propertyOrder: [good_bits, members, pixel_scale_ratio, pixfrac, pointings, product_exposure_time, weight_type]
flowStyle: block
required: [members, pixel_scale_ratio, pixfrac, weight_type]
required: [good_bits, members, pixel_scale_ratio, pixfrac, weight_type]
...

0 comments on commit daa79ad

Please sign in to comment.