Skip to content

Commit

Permalink
Rad 136 dark slope err (#324)
Browse files Browse the repository at this point in the history
* Added slopes to dark.

* Updated Changelog.

* Removed err array.

* Update changelog.
  • Loading branch information
PaulHuwe authored Oct 11, 2023
1 parent 9726fe3 commit 0eb0119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

- Added Slope and Error to Dark reference schema. [#323]

- Removed ``err`` array from dark schema. [#324]

0.17.1 (2023-08-03)
-------------------

Expand Down
15 changes: 2 additions & 13 deletions src/rad/resources/schemas/reference_files/dark-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,6 @@ properties:
tag: tag:stsci.edu:asdf/core/ndarray-1.0.0
datatype: uint32
ndim: 2
err:
title: Uncertainty in dark current array
tag: tag:stsci.edu:asdf/unit/quantity-1.1.0
properties:
value:
tag: tag:stsci.edu:asdf/core/ndarray-1.0.0
datatype: float32
ndim: 3
unit:
tag: tag:astropy.org:astropy/units/unit-1.0.0
enum: ["DN"]
dark_slope:
title: Dark current slope array
description: |
Expand All @@ -95,7 +84,7 @@ properties:
unit:
tag: tag:astropy.org:astropy/units/unit-1.0.0
enum: ["DN / s"]
required: [meta, data, dq, err]
required: [meta, data, dq]
flowStyle: block
propertyOrder: [meta, data, dq, err, dark_slope, dark_slope_error]
propertyOrder: [meta, data, dq, dark_slope, dark_slope_error]
...

0 comments on commit 0eb0119

Please sign in to comment.