Skip to content

Commit 01fa8d0

Browse files
authored
Misc Updates for release 0.18. (#337)
* Updates for release. * Update Changelog.
1 parent c801a4e commit 01fa8d0

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
- Added optional dq array. [#328]
1717

18+
- Update required elements for release. [#337]
19+
1820

1921
0.17.1 (2023-08-03)
2022
-------------------

src/rad/resources/schemas/exposure-1.0.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ properties:
396396
origin: TBD
397397
archive_catalog:
398398
datatype: nchar(1)
399-
destination: [ScienceCommon.exposure_truncated, GuideWindow.exposure_truncated]
399+
destination: [ScienceCommon.exposure_truncated]
400400
propertyOrder: [id, type,
401401
start_time, mid_time, end_time,
402402
start_time_mjd, mid_time_mjd, end_time_mjd,

src/rad/resources/schemas/reference_files/dark-1.0.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ properties:
8484
unit:
8585
tag: tag:astropy.org:astropy/units/unit-1.0.0
8686
enum: ["DN / s"]
87-
required: [meta, data, dq]
87+
required: [meta, data, dq, dark_slope, dark_slope_error]
8888
flowStyle: block
8989
propertyOrder: [meta, data, dq, dark_slope, dark_slope_error]
9090
...

0 commit comments

Comments
 (0)