Skip to content

Commit

Permalink
RAD-134: Added GuideWindow db table to Basic tagged scalars. (#327)
Browse files Browse the repository at this point in the history
* Added GuideWindow db table to Basic tagged scalars.

* Update Changelog.
  • Loading branch information
PaulHuwe authored Oct 19, 2023
1 parent 2be10e8 commit cb46dd6
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@

- Updated minimum python version to 3.9. [#325]

- Added GuideWindow db table to Basic tagged scalars. [#327]

- Added optional dq array. [#328]


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sdf:
origin: TBD
archive_catalog:
datatype: nvarchar(120)
destination: [ScienceCommon.calibration_software_version]
destination: [ScienceCommon.calibration_software_version, GuideWindow.calibration_software_version]

flowStyle: block
...
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sdf:
origin: TBD
archive_catalog:
datatype: datetime2
destination: [ScienceCommon.filedate]
destination: [ScienceCommon.filedate, GuideWindow.filedate]

flowStyle: block
...
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sdf:
origin: TBD
archive_catalog:
datatype: nvarchar(120)
destination: [ScienceCommon.filename]
destination: [ScienceCommon.filename, GuideWindow.filename]

flowStyle: block
...
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sdf:
origin: TBD
archive_catalog:
datatype: nvarchar(50)
destination: [ScienceCommon.model_type]
destination: [ScienceCommon.model_type, GuideWindow.model_type]

flowStyle: block
...
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/tagged_scalars/origin-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sdf:
origin: TBD
archive_catalog:
datatype: nvarchar(15)
destination: [ScienceCommon.origin]
destination: [ScienceCommon.origin, GuideWindow.origin]

flowStyle: block
...
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sdf:
origin: TBD
archive_catalog:
datatype: nvarchar(120)
destination: [ScienceCommon.prd_software_version]
destination: [ScienceCommon.prd_software_version, GuideWindow.prd_software_version]

flowStyle: block
...
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sdf:
origin: TBD
archive_catalog:
datatype: nvarchar(120)
destination: [ScienceCommon.sdf_software_version]
destination: [ScienceCommon.sdf_software_version, GuideWindow.sdf_software_version]

flowStyle: block
...
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum: [ROMAN]

archive_catalog:
datatype: nvarchar(5)
destination: [ScienceCommon.telescope]
destination: [ScienceCommon.telescope, GuideWindow.telescope]

flowStyle: block
...

0 comments on commit cb46dd6

Please sign in to comment.