Skip to content

Commit

Permalink
Updates for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Nov 3, 2023
1 parent c801a4e commit 4d1026a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.17.2 (unreleased)
0.18.0 (2023-11-03)
-------------------

- Added Slope and Error to Dark reference schema. [#323]
Expand Down
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/exposure-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ properties:
origin: TBD
archive_catalog:
datatype: nchar(1)
destination: [ScienceCommon.exposure_truncated, GuideWindow.exposure_truncated]
destination: [ScienceCommon.exposure_truncated]
propertyOrder: [id, type,
start_time, mid_time, end_time,
start_time_mjd, mid_time_mjd, end_time_mjd,
Expand Down
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/reference_files/dark-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ properties:
unit:
tag: tag:astropy.org:astropy/units/unit-1.0.0
enum: ["DN / s"]
required: [meta, data, dq]
required: [meta, data, dq, dark_slope, dark_slope_error]
flowStyle: block
propertyOrder: [meta, data, dq, dark_slope, dark_slope_error]
...

0 comments on commit 4d1026a

Please sign in to comment.