Skip to content

Commit

Permalink
Addressed PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Oct 19, 2024
1 parent 3af54de commit 7e8db1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rad/resources/schemas/wcsinfo-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ properties:
Science Instrument Aperture File (SIAF) in the Science
Operations Center (SOC) Project Reference Database (PRD).
type: string
maxLength: 12
maxLength: 20
enum: ['WFI01_FULL', 'WFI02_FULL', 'WFI03_FULL', 'WFI04_FULL',
'WFI05_FULL', 'WFI06_FULL', 'WFI07_FULL', 'WFI08_FULL',
'WFI09_FULL', 'WFI10_FULL', 'WFI11_FULL', 'WFI12_FULL',
'WFI13_FULL', 'WFI14_FULL', 'WFI15_FULL', 'WFI16_FULL',
'WFI17_FULL', 'WFI18_FULL']
'WFI17_FULL', 'WFI18_FULL', 'WFI_CEN', 'BORESIGHT', 'CGI_CEN']
sdf:
special_processing: VALUE_REQUIRED
source:
origin: TBD
archive_catalog:
datatype: nvarchar(12)
datatype: nvarchar(20)
destination: [WFIExposure.aperture_name, GuideWindow.aperture_name]
pa_aperture:
title: Aperture Position Angle (deg)
Expand Down

0 comments on commit 7e8db1d

Please sign in to comment.