Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAD-146: Update Product Table Names #382

Merged
merged 3 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- Update titles and descriptions to those provided by INS. [#361]

- Updated product table names. [#382]

0.19.0 (2024-02-09)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions src/rad/resources/schemas/aperture-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ properties:
origin: PSS:aperture.AperName
archive_catalog:
datatype: nvarchar(40)
destination: [ScienceCommon.aperture_name, GuideWindow.aperture_name]
destination: [WFIExposure.aperture_name, GuideWindow.aperture_name]
position_angle:
title: "Position Angle of Aperture Used (deg)"
description: |
Expand All @@ -37,7 +37,7 @@ properties:
origin: TBD #v3_position_angle in baseline_prime_visits or spacecraft_parameters
archive_catalog:
datatype: float
destination: [ScienceCommon.position_angle, GuideWindow.position_angle]
destination: [WFIExposure.position_angle, GuideWindow.position_angle]
propertyOrder: [name, position_angle]
flowStyle: block
required: [name, position_angle]
Expand Down
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/coordinates-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
enum: [ICRS]
archive_catalog:
datatype: nvarchar(10)
destination: [ScienceCommon.reference_frame, GuideWindow.reference_frame]
destination: [WFIExposure.reference_frame, WFIMosaic.reference_frame, GuideWindow.reference_frame]
flowStyle: block
required: [reference_frame]
...
24 changes: 12 additions & 12 deletions src/rad/resources/schemas/ephemeris-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties:
origin: TBD
archive_catalog:
datatype: float
destination: [ScienceCommon.earth_angle, GuideWindow.earth_angle]
destination: [WFIExposure.earth_angle, GuideWindow.earth_angle]
moon_angle:
title: Moon Angle (radians)
description: |
Expand All @@ -29,7 +29,7 @@ properties:
origin: TBD
archive_catalog:
datatype: float
destination: [ScienceCommon.moon_angle, GuideWindow.moon_angle]
destination: [WFIExposure.moon_angle, GuideWindow.moon_angle]
ephemeris_reference_frame:
title: Ephemeris Reference Frame
description: |
Expand All @@ -41,7 +41,7 @@ properties:
origin: TBD
archive_catalog:
datatype: nvarchar(10)
destination: [ScienceCommon.ephemeris_reference_frame, GuideWindow.ephemeris_reference_frame]
destination: [WFIExposure.ephemeris_reference_frame, GuideWindow.ephemeris_reference_frame]
sun_angle:
title: Sun Angle (radians)
description: |
Expand All @@ -53,7 +53,7 @@ properties:
origin: TBD
archive_catalog:
datatype: float
destination: [ScienceCommon.sun_angle, GuideWindow.sun_angle]
destination: [WFIExposure.sun_angle, GuideWindow.sun_angle]
type:
title: Type of Ephemeris
description: |
Expand All @@ -66,7 +66,7 @@ properties:
origin: TBD
archive_catalog:
datatype: nvarchar(10)
destination: [ScienceCommon.ephemeris_type, GuideWindow.ephemeris_type]
destination: [WFIExposure.ephemeris_type, GuideWindow.ephemeris_type]
time:
title: UTC Time of Position and Velocity Vectors in Ephemeris (MJD)
description: |
Expand All @@ -78,7 +78,7 @@ properties:
origin: Roman Science Data Processing (RSDP)
archive_catalog:
datatype: float
destination: [ScienceCommon.ephemeris_time, GuideWindow.ephemeris_time]
destination: [WFIExposure.ephemeris_time, GuideWindow.ephemeris_time]
spatial_x:
title: X Spatial Coordinate of Roman (km)
description: |
Expand All @@ -90,7 +90,7 @@ properties:
origin: Roman Science Data Processing (RSDP)
archive_catalog:
datatype: float
destination: [ScienceCommon.spatial_x, GuideWindow.spatial_x]
destination: [WFIExposure.spatial_x, GuideWindow.spatial_x]
spatial_y:
title: Y Spatial Coordinate of Roman (km)
description: |
Expand All @@ -102,7 +102,7 @@ properties:
origin: Roman Science Data Processing (RSDP)
archive_catalog:
datatype: float
destination: [ScienceCommon.spatial_y, GuideWindow.spatial_y]
destination: [WFIExposure.spatial_y, GuideWindow.spatial_y]
spatial_z:
title: Z Spatial Coordinate of Roman (km)
description: |
Expand All @@ -114,7 +114,7 @@ properties:
origin: Roman Science Data Processing (RSDP)
archive_catalog:
datatype: float
destination: [ScienceCommon.spatial_z, GuideWindow.spatial_z]
destination: [WFIExposure.spatial_z, GuideWindow.spatial_z]
velocity_x:
title: X Component of Roman Velocity (km / s)
description: |
Expand All @@ -126,7 +126,7 @@ properties:
origin: Roman Science Data Processing (RSDP)
archive_catalog:
datatype: float
destination: [ScienceCommon.velocity_x, GuideWindow.velocity_x]
destination: [WFIExposure.velocity_x, GuideWindow.velocity_x]
velocity_y:
title: Y Component of Roman Velocity (km / s)
description: |
Expand All @@ -138,7 +138,7 @@ properties:
origin: Roman Science Data Processing (RSDP)
archive_catalog:
datatype: float
destination: [ScienceCommon.velocity_y, GuideWindow.velocity_y]
destination: [WFIExposure.velocity_y, GuideWindow.velocity_y]
velocity_z:
title: Z Component of Roman Velocity (km / s)
description: |
Expand All @@ -150,7 +150,7 @@ properties:
origin: Roman Science Data Processing (RSDP)
archive_catalog:
datatype: float
destination: [ScienceCommon.velocity_z, GuideWindow.velocity_z]
destination: [WFIExposure.velocity_z, GuideWindow.velocity_z]
propertyOrder: [earth_angle, moon_angle, sun_angle, type, time,
ephemeris_reference_frame, spatial_x, spatial_y,
spatial_z, velocity_x, velocity_y, velocity_z]
Expand Down
Loading