From daa79ad1320a560a6376ebcd0fd494001c1cf57a Mon Sep 17 00:00:00 2001 From: PaulHuwe Date: Mon, 1 Apr 2024 17:08:07 -0400 Subject: [PATCH] Initial commit. --- src/rad/resources/schemas/resample-1.0.0.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/rad/resources/schemas/resample-1.0.0.yaml b/src/rad/resources/schemas/resample-1.0.0.yaml index 53b22f22..0bb75226 100644 --- a/src/rad/resources/schemas/resample-1.0.0.yaml +++ b/src/rad/resources/schemas/resample-1.0.0.yaml @@ -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: | @@ -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] ...