diff --git a/src/rad/resources/schemas/cal_step-1.0.0.yaml b/src/rad/resources/schemas/cal_step-1.0.0.yaml index bdd377c9..28a60f35 100644 --- a/src/rad/resources/schemas/cal_step-1.0.0.yaml +++ b/src/rad/resources/schemas/cal_step-1.0.0.yaml @@ -12,105 +12,105 @@ properties: enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_assign_wcs, GuideWindow.s_assign_wcs] + destination: [ScienceRefData.s_assign_wcs, GuideWindow.s_assign_wcs, WFICommon.s_assign_wcs] flat_field: title: Flat Field Step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_flat_field, GuideWindow.s_flat_field] + destination: [ScienceRefData.s_flat_field, GuideWindow.s_flat_field, WFICommon.s_flat_field] dark: title: Dark Subtraction type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_dark, GuideWindow.s_dark] + destination: [ScienceRefData.s_dark, GuideWindow.s_dark, WFICommon.s_dark] dq_init: title: Data Quality Mask Step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_dq_init, GuideWindow.s_dq_init] + destination: [ScienceRefData.s_dq_init, GuideWindow.s_dq_init, WFICommon.s_dq_init] jump: title: Jump Detection Step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_jump, GuideWindow.s_jump] + destination: [ScienceRefData.s_jump, GuideWindow.s_jump, WFICommon.s_jump] linearity: title: Linearity Correction type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_linearity, GuideWindow.s_linearity] + destination: [ScienceRefData.s_linearity, GuideWindow.s_linearity, WFICommon.s_linearity] photom: title: Photometry Step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_photom, GuideWindow.s_photom] + destination: [ScienceRefData.s_photom, GuideWindow.s_photom, WFICommon.s_photom] source_detection: title: Source Detection Step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_source_detection, GuideWindow.s_source_detection] + destination: [ScienceRefData.s_source_detection, GuideWindow.s_source_detection, WFICommon.s_source_detection] ramp_fit: title: Ramp Fitting type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_ramp_fit, GuideWindow.s_ramp_fit] + destination: [ScienceRefData.s_ramp_fit, GuideWindow.s_ramp_fit, WFICommon.s_ramp_fit] refpix: title: Reference Pixel Correction type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_refpix, GuideWindow.s_refpix] + destination: [ScienceRefData.s_refpix, GuideWindow.s_refpix, WFICommon.s_refpix] saturation: title: Saturation Checking type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_saturation, GuideWindow.s_saturation] + destination: [ScienceRefData.s_saturation, GuideWindow.s_saturation, WFICommon.s_saturation] outlier_detection: title: outlier_detection type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_outlier_detection, GuideWindow.s_outlier_detection] + destination: [ScienceRefData.s_outlier_detection, GuideWindow.s_outlier_detection, WFICommon.s_outlier_detection] tweakreg: title: Tweakreg step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_tweakreg, GuideWindow.s_tweakreg] + destination: [ScienceRefData.s_tweakreg, GuideWindow.s_tweakreg, WFICommon.s_tweakreg] skymatch: title: Sky Match step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_skymatch, GuideWindow.s_skymatch] + destination: [ScienceRefData.s_skymatch, GuideWindow.s_skymatch, WFICommon.s_skymatch] resample: title: Resample Step type: string enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE'] archive_catalog: datatype: nvarchar(15) - destination: [ScienceRefData.s_resample, GuideWindow.s_resample] + destination: [ScienceRefData.s_resample, GuideWindow.s_resample, WFICommon.s_resample] propertyOrder: [assign_wcs, flat_field, dark, dq_init, jump, linearity, photom, source_detection, outlier_detection, ramp_fit, refpix, saturation, skymatch, tweakreg, resample] flowStyle: block required: [assign_wcs, flat_field, dark, dq_init, jump, linearity, outlier_detection, photom, source_detection, ramp_fit, refpix, resample, saturation, skymatch, tweakreg] diff --git a/src/rad/resources/schemas/ground_exposure-1.0.0.yaml b/src/rad/resources/schemas/ground_exposure-1.0.0.yaml index 2a4950ba..c806632d 100644 --- a/src/rad/resources/schemas/ground_exposure-1.0.0.yaml +++ b/src/rad/resources/schemas/ground_exposure-1.0.0.yaml @@ -17,7 +17,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(25) - destination: [ScienceCommon.exposure_type, GuideWindow.exposure_type] + destination: [ScienceCommon.exposure_type, GuideWindow.exposure_type, WFICommon.exposure_type] start_time: title: UTC exposure start time description: | @@ -30,7 +30,7 @@ properties: origin: TBD archive_catalog: datatype: datetime2 - destination: [ScienceCommon.exposure_start_time, GuideWindow.exposure_start_time] + destination: [ScienceCommon.exposure_start_time, GuideWindow.exposure_start_time, WFICommon.exposure_start_time] ngroups: title: Number of groups in integration description: | @@ -44,7 +44,7 @@ properties: origin: TBD archive_catalog: datatype: int - destination: [ScienceCommon.exposure_ngroups, GuideWindow.exposure_ngroups] + destination: [ScienceCommon.exposure_ngroups, GuideWindow.exposure_ngroups, WFICommon.exposure_ngroups] nframes: title: Number of frames per group description: | @@ -57,7 +57,7 @@ properties: origin: TBD archive_catalog: datatype: int - destination: [ScienceCommon.exposure_nframes, GuideWindow.exposure_nframes] + destination: [ScienceCommon.exposure_nframes, GuideWindow.exposure_nframes, WFICommon.exposure_nframes] data_problem: title: Science telemetry indicated a problem description: | @@ -70,7 +70,7 @@ properties: origin: TBD archive_catalog: datatype: nchar(1) - destination: [ScienceCommon.exposure_data_problem, GuideWindow.exposure_data_problem] + destination: [ScienceCommon.exposure_data_problem, GuideWindow.exposure_data_problem, WFICommon.exposure_data_problem] frame_divisor: title: Divisor applied to frame-averaged groups description: | @@ -83,7 +83,7 @@ properties: origin: TBD archive_catalog: datatype: int - destination: [ScienceCommon.exposure_frame_divisor, GuideWindow.exposure_frame_divisor] + destination: [ScienceCommon.exposure_frame_divisor, GuideWindow.exposure_frame_divisor, WFICommon.exposure_frame_divisor] groupgap: title: Number of frames dropped between groups description: This is the number of reads that are "dropped" and not used in the resultant. @@ -94,7 +94,7 @@ properties: origin: TBD archive_catalog: datatype: int - destination: [ScienceCommon.exposure_groupgap, GuideWindow.exposure_groupgap] + destination: [ScienceCommon.exposure_groupgap, GuideWindow.exposure_groupgap, WFICommon.exposure_groupgap] frame_time: title: "[s] Time between frames" description: | @@ -107,7 +107,7 @@ properties: origin: TBD archive_catalog: datatype: float - destination: [ScienceCommon.exposure_frame_time, GuideWindow.exposure_frame_time] + destination: [ScienceCommon.exposure_frame_time, GuideWindow.exposure_frame_time, WFICommon.exposure_frame_time] group_time: title: "[s] Time between groups" description: | @@ -120,7 +120,7 @@ properties: origin: TBD archive_catalog: datatype: float - destination: [ScienceCommon.exposure_group_time, GuideWindow.exposure_group_time] + destination: [ScienceCommon.exposure_group_time, GuideWindow.exposure_group_time, WFICommon.exposure_group_time] exposure_time: title: "[s] exposure time" description: | @@ -133,7 +133,7 @@ properties: origin: TBD archive_catalog: datatype: float - destination: [ScienceCommon.exposure_time, GuideWindow.exposure_time] + destination: [ScienceCommon.exposure_time, GuideWindow.exposure_time, WFICommon.exposure_time] ma_table_name: title: Identifier for the multi-accumulation table used description: | @@ -146,7 +146,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(50) - destination: [ScienceCommon.ma_table_name, GuideWindow.ma_table_name] + destination: [ScienceCommon.ma_table_name, GuideWindow.ma_table_name, WFICommon.ma_table_name] ma_table_number: title: Numerical identifier for the multi-accumulation table used description: | @@ -160,7 +160,7 @@ properties: origin: TBD archive_catalog: datatype: smallint - destination: [ScienceCommon.ma_table_number, GuideWindow.ma_table_number] + destination: [ScienceCommon.ma_table_number, GuideWindow.ma_table_number, WFICommon.ma_table_number] read_pattern: title: Pattern of reads description: | @@ -177,7 +177,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(3500) - destination: [ScienceCommon.read_pattern, GuideWindow.read_pattern] + destination: [ScienceCommon.read_pattern, GuideWindow.read_pattern, WFICommon.read_pattern] propertyOrder: [type, start_time, ngroups, nframes, data_problem, frame_divisor, groupgap, frame_time, group_time, exposure_time, diff --git a/src/rad/resources/schemas/ground_guidestar-1.0.0.yaml b/src/rad/resources/schemas/ground_guidestar-1.0.0.yaml index 40c89f2b..d0c8160e 100644 --- a/src/rad/resources/schemas/ground_guidestar-1.0.0.yaml +++ b/src/rad/resources/schemas/ground_guidestar-1.0.0.yaml @@ -15,7 +15,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(20) - destination: [ScienceCommon.gw_id, GuideWindow.gw_id] + destination: [ScienceCommon.gw_id, GuideWindow.gw_id, WFICommon.gw_id] gw_fgs_mode: $ref: asdf://stsci.edu/datamodels/roman/schemas/guidewindow_modes-1.0.0 sdf: @@ -24,7 +24,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(18) - destination: [ScienceCommon.gw_fgs_mode, GuideWindow.gw_fgs_mode] + destination: [ScienceCommon.gw_fgs_mode, GuideWindow.gw_fgs_mode, WFICommon.gw_fgs_mode] data_start: title: MJD start time of guider data within this file type: number @@ -34,7 +34,7 @@ properties: origin: TBD archive_catalog: datatype: float - destination: [ScienceCommon.data_start, GuideWindow.data_start] + destination: [ScienceCommon.data_start, GuideWindow.data_start, WFICommon.data_start] data_end: title: MJD end time of guider data within this file type: number @@ -44,7 +44,7 @@ properties: origin: TBD archive_catalog: datatype: float - destination: [ScienceCommon.data_end, GuideWindow.data_end] + destination: [ScienceCommon.data_end, GuideWindow.data_end, WFICommon.data_end] gw_window_xstart: title: Guide window x start position on the detector type: integer @@ -54,7 +54,7 @@ properties: origin: Science Data Formatting archive_catalog: datatype: int - destination: [ScienceCommon.gw_window_xstart] + destination: [ScienceCommon.gw_window_xstart, WFICommon.gw_window_xstart] gw_window_ystart: title: Guide window y start position on the detector type: integer @@ -64,7 +64,7 @@ properties: origin: Science Data Formatting archive_catalog: datatype: int - destination: [ScienceCommon.gw_window_ystart] + destination: [ScienceCommon.gw_window_ystart, WFICommon.gw_window_ystart] gw_window_xstop: title: Guide window x stop position on the detector type: integer @@ -74,7 +74,7 @@ properties: origin: Science Data Formatting archive_catalog: datatype: int - destination: [ScienceCommon.gw_window_xstop] + destination: [ScienceCommon.gw_window_xstop, WFICommon.gw_window_xstop] gw_window_ystop: title: Guide window y stop position on the detector type: integer @@ -84,7 +84,7 @@ properties: origin: Science Data Formatting archive_catalog: datatype: int - destination: [ScienceCommon.gw_window_ystop] + destination: [ScienceCommon.gw_window_ystop, WFICommon.gw_window_ystop] gw_window_xsize: title: Guide window size in the x direction in detector coordinates type: integer @@ -94,7 +94,7 @@ properties: origin: Science Data Formatting archive_catalog: datatype: int - destination: [ScienceCommon.gw_window_xsize] + destination: [ScienceCommon.gw_window_xsize, WFICommon.gw_window_xsize] gw_window_ysize: title: Guide window size in the y direction in detector coordinates type: integer @@ -104,7 +104,7 @@ properties: origin: Science Data Formatting archive_catalog: datatype: int - destination: [ScienceCommon.gw_window_ysize] + destination: [ScienceCommon.gw_window_ysize, WFICommon.gw_window_ysize] propertyOrder: [gw_id, gw_fgs_mode, data_start, data_end, gw_window_xstart, gw_window_ystart, gw_window_xstop, gw_window_ystop, gw_window_xsize, diff --git a/src/rad/resources/schemas/groundtest-1.0.0.yaml b/src/rad/resources/schemas/groundtest-1.0.0.yaml index 944a2a36..d0005dd3 100644 --- a/src/rad/resources/schemas/groundtest-1.0.0.yaml +++ b/src/rad/resources/schemas/groundtest-1.0.0.yaml @@ -11,79 +11,79 @@ properties: type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.test_name] + destination: [WFICommon.test_name] test_phase: title: I&T Testing Phase type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.test_phase] + destination: [WFICommon.test_phase] test_environment: title: I&T Testing Environment type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.test_environment] + destination: [WFICommon.test_environment] test_script: title: Name of Testing Script Run type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.test_script] + destination: [WFICommon.test_script] product_date: title: Source File Creation Time tag: tag:stsci.edu:asdf/time/time-1.* archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.product_date] + destination: [WFICommon.product_date] product_version: title: I&T Software Used to Generate Source File type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.product_version] + destination: [WFICommon.product_version] conversion_date: title: HDF5 to ASDF Conversion Date tag: tag:stsci.edu:asdf/time/time-1.* archive_catalog: datatype: datetime2 - destination: [TableTBA.conversion_date] + destination: [WFICommon.conversion_date] conversion_version: title: HDF5 to ASDF Converter Version type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.conversion_version] + destination: [WFICommon.conversion_version] filename_pnt5: title: L0.5 File Name type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.filename_pnt5] + destination: [WFICommon.filename_pnt5] filepath_level_pnt5: title: L0.5 File Path type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.filepath_level_pnt5] + destination: [WFICommon.filepath_level_pnt5] filename_l1a: title: L1A File Name type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.filename_l1a] + destination: [WFICommon.filename_l1a] detector_id: title: SCA Identifier type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.detector_id] + destination: [WFICommon.detector_id] detector_temp: title: Mean Detector Temperature (Kelvin) type: number archive_catalog: datatype: float - destination: [TableTBA.detector_temp] + destination: [WFICommon.detector_temp] frames_temp: title: Interpolated Temperature of Frames (Kelvin) tag: tag:stsci.edu:asdf/core/ndarray-1.* @@ -95,19 +95,19 @@ properties: type: number archive_catalog: datatype: float - destination: [TableTBA.ota_temp] + destination: [WFICommon.ota_temp] rcs_on: title: RCS On/Off type: boolean archive_catalog: datatype: int - destination: [TableTBA.rcs_on] + destination: [WFICommon.rcs_on] readout_col_num: title: Number of Readout Columns type: integer archive_catalog: datatype: int - destination: [TableTBA.readout_col_num] + destination: [WFICommon.readout_col_num] detector_pixel_size: title: Pixel Size (cm) tag: tag:stsci.edu:asdf/unit/quantity-1.* diff --git a/src/rad/resources/schemas/ref_file-1.0.0.yaml b/src/rad/resources/schemas/ref_file-1.0.0.yaml index 4b7fc9c9..534526c4 100644 --- a/src/rad/resources/schemas/ref_file-1.0.0.yaml +++ b/src/rad/resources/schemas/ref_file-1.0.0.yaml @@ -21,7 +21,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(120) - destination: [ScienceCommon.crds_software_version, GuideWindow.crds_software_version] + destination: [ScienceCommon.crds_software_version, GuideWindow.crds_software_version, WFICommon.crds_software_version] context_used: title: CRDS context (.pmap) used to select ref files @@ -32,67 +32,67 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(120) - destination: [ScienceCommon.crds_context_used, GuideWindow.crds_context_used] + destination: [ScienceCommon.crds_context_used, GuideWindow.crds_context_used, WFICommon.crds_context_used] dark: title: Dark reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_dark, GuideWindow.r_dark] + destination: [ScienceRefData.r_dark, GuideWindow.r_dark, WFICommon.r_dark] distortion: title: Distortion reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_distortion, GuideWindow.r_distortion] + destination: [ScienceRefData.r_distortion, GuideWindow.r_distortion, WFICommon.r_distortion] mask: title: Mask reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_mask, GuideWindow.r_mask] + destination: [ScienceRefData.r_mask, GuideWindow.r_mask, WFICommon.r_mask] flat: title: Flat reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_flat, GuideWindow.r_flat] + destination: [ScienceRefData.r_flat, GuideWindow.r_flat, WFICommon.r_flat] gain: title: Gain reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_gain, GuideWindow.r_gain] + destination: [ScienceRefData.r_gain, GuideWindow.r_gain, WFICommon.r_gain] readnoise: title: Read noise reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_readnoise, GuideWindow.r_readnoise] + destination: [ScienceRefData.r_readnoise, GuideWindow.r_readnoise, WFICommon.r_readnoise] linearity: title: Linearity reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_linearity, GuideWindow.r_linearity] + destination: [ScienceRefData.r_linearity, GuideWindow.r_linearity, WFICommon.r_linearity] photom: title: Photometry reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_photom, GuideWindow.r_photom] + destination: [ScienceRefData.r_photom, GuideWindow.r_photom, WFICommon.r_photom] area: title: Area reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_area, GuideWindow.r_area] + destination: [ScienceRefData.r_area, GuideWindow.r_area, WFICommon.r_area] saturation: title: Saturation reference file information type: string archive_catalog: datatype: nvarchar(120) - destination: [ScienceRefData.r_saturation, GuideWindow.r_saturation] + destination: [ScienceRefData.r_saturation, GuideWindow.r_saturation, WFICommon.r_saturation] flowStyle: block ... diff --git a/src/rad/resources/schemas/tvac_groundtest-1.0.0.yaml b/src/rad/resources/schemas/tvac_groundtest-1.0.0.yaml index 8f622629..210710aa 100644 --- a/src/rad/resources/schemas/tvac_groundtest-1.0.0.yaml +++ b/src/rad/resources/schemas/tvac_groundtest-1.0.0.yaml @@ -13,7 +13,7 @@ allOf: type: integer archive_catalog: datatype: int - destination: [TableTBA.activity_number] + destination: [WFITvac.activity_number] led_bank1_band_number_on: title: Band number of LED illuminating in the sRCS in bank 1 type: array @@ -53,13 +53,13 @@ allOf: type: number archive_catalog: datatype: float - destination: [TableTBA.srcs_pd_voltage] + destination: [WFITvac.srcs_pd_voltage] srcs_led_flux: title: Target flux for the sRCS LEDs type: number archive_catalog: datatype: float - destination: [TableTBA.srcs_led_flux] + destination: [WFITvac.srcs_led_flux] wfi_mce_srcs_bank1_led_i: title: | Commanded current for the SRCS -> GSFC will send us the flux @@ -72,7 +72,7 @@ allOf: enum: ["A"] archive_catalog: datatype: float - destination: [TableTBA.wfi_mce_srcs_bank1_led_i] + destination: [WFITvac.wfi_mce_srcs_bank1_led_i] wfi_mce_srcs_bank1_led_range: title: | Commanded range for the SRCS -> GSFC will send us the flux in @@ -81,7 +81,7 @@ allOf: # enum: [] add enum values archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.wfi_mce_srcs_bank1_led_range] + destination: [WFITvac.wfi_mce_srcs_bank1_led_range] wfi_mce_srcs_bank2_led_i: title: | Commanded current for the SRCS -> GSFC will send us the flux @@ -94,7 +94,7 @@ allOf: enum: ["A"] archive_catalog: datatype: float - destination: [TableTBA.wfi_mce_srcs_bank2_led_i] + destination: [WFITvac.wfi_mce_srcs_bank2_led_i] wfi_mce_srcs_bank2_led_range: title: | Commanded range for the SRCS -> GSFC will send us the flux in @@ -103,13 +103,13 @@ allOf: # enum: [] add enum values archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.wfi_mce_srcs_bank2_led_range] + destination: [WFITvac.wfi_mce_srcs_bank2_led_range] srcs_led_current: title: Input LED current set point type: number archive_catalog: datatype: float - destination: [TableTBA.srcs_led_current] + destination: [WFITvac.srcs_led_current] wfi_opt_targettype: title: WFI-team defined target types type: string @@ -119,64 +119,64 @@ allOf: PHARET-FF-PRISM, PHARET-FF-W146, POINT-SOURCE-GW, STRAY LIGHT] archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.wfi_opt_targettype] + destination: [WFITvac.wfi_opt_targettype] analysis_tag: title: WFI-team defined tags for data aggregation/analysis type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.analysis_tag] + destination: [WFITvac.analysis_tag] gsorc_pose_mode: title: SORC pose mode type: string # enum: [] add enum values archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.gsorc_pose_mode] + destination: [WFITvac.gsorc_pose_mode] gsorc_pose_target: title: SORC pose target type: string # enum: [] add enum values archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.gsorc_pose_target] + destination: [WFITvac.gsorc_pose_target] gsorc_sds_active_atten: title: Attenuation from SDS type: number archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.gsorc_sds_active_atten] + destination: [WFITvac.gsorc_sds_active_atten] gsorc_sds_lltfir_wave: title: Commanded wavelength for the LLTF type: number archive_catalog: datatype: float - destination: [TableTBA.gsorc_sds_lltfir_wave] + destination: [WFITvac.gsorc_sds_lltfir_wave] gsorc_sds_sorc_on: title: SORC on/off type: boolean archive_catalog: datatype: int - destination: [TableTBA.gsorc_sds_sorc_on] + destination: [WFITvac.gsorc_sds_sorc_on] gsorc_sds_sorc_wlen: title: SORC wavelength type: number archive_catalog: datatype: float - destination: [TableTBA.gsorc_sds_sorc_wlen] + destination: [WFITvac.gsorc_sds_sorc_wlen] gsorc_sds_active_source: title: Laser name type: string archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.gsorc_sds_active_source] + destination: [WFITvac.gsorc_sds_active_source] gsorc_sds_dq_pulse: title: whether the source is pulsing or not type: string enum: [pulse, cw] archive_catalog: datatype: nvarchar(max) - destination: [TableTBA.gsorc_sds_dq_pulse] + destination: [WFITvac.gsorc_sds_dq_pulse] gsorc_sds_daq_pw: title: pulse width – originally in HDF5 file is in units of 0.1 ms tag: tag:stsci.edu:asdf/unit/quantity-1.* @@ -187,20 +187,20 @@ allOf: enum: [ms] archive_catalog: datatype: float - destination: [TableTBA.gsorc_sds_daq_pw] + destination: [WFITvac.gsorc_sds_daq_pw] gsorc_heater1_setpt: title: SORC temperature set point type: number archive_catalog: datatype: float - destination: [TableTBA.gsorc_heater1_setpt] + destination: [WFITvac.gsorc_heater1_setpt] wfi_otp_wfi_ewa: title: Element Wheel position type: string # enum: [] add enum values archive_catalog: datatype: float - destination: [TableTBA.wfi_otp_wfi_ewa] + destination: [WFITvac.wfi_otp_wfi_ewa] sca_temp: title: SCE temperature tag: tag:stsci.edu:asdf/unit/quantity-1.* @@ -211,7 +211,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.sca_temp] + destination: [WFITvac.sca_temp] mpa_temp: title: MPA temperature tag: tag:stsci.edu:asdf/unit/quantity-1.* @@ -222,7 +222,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.mpa_temp] + destination: [WFITvac.mpa_temp] ewa_temp: title: ewa temp ish (there's no actual temperature sensor inside) tag: tag:stsci.edu:asdf/unit/quantity-1.* @@ -233,7 +233,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.ewa_temp] + destination: [WFITvac.ewa_temp] ewta_outer_heater_temp: title: ewa_outer temperature sensor tag: tag:stsci.edu:asdf/unit/quantity-1.* @@ -244,7 +244,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.ewta_outer_heater_temp] + destination: [WFITvac.ewta_outer_heater_temp] ewta_inner_heater_temp: title: ewa_inner temperature sensor tag: tag:stsci.edu:asdf/unit/quantity-1.* @@ -255,7 +255,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.ewta_inner_heater_temp] + destination: [WFITvac.ewta_inner_heater_temp] coba_temp_near_ewta: tag: tag:stsci.edu:asdf/unit/quantity-1.* properties: @@ -265,7 +265,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.coba_temp_near_ewta] + destination: [WFITvac.coba_temp_near_ewta] scea_temp: tag: tag:stsci.edu:asdf/unit/quantity-1.* properties: @@ -275,7 +275,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.scea_temp] + destination: [WFITvac.scea_temp] wfi_sce_1_vbiasgate_v: tag: tag:stsci.edu:asdf/unit/quantity-1.* properties: @@ -285,7 +285,7 @@ allOf: enum: [V] archive_catalog: datatype: float - destination: [TableTBA.wfi_sce_1_vbiasgate_v] + destination: [WFITvac.wfi_sce_1_vbiasgate_v] wfi_sce_1_vbiaspwr_i: tag: tag:stsci.edu:asdf/unit/quantity-1.* properties: @@ -295,7 +295,7 @@ allOf: enum: [A] archive_catalog: datatype: float - destination: [TableTBA.wfi_sce_1_vbiaspwr_i] + destination: [WFITvac.wfi_sce_1_vbiaspwr_i] wfi_sce_1_vbiaspwr_v: tag: tag:stsci.edu:asdf/unit/quantity-1.* properties: @@ -305,7 +305,7 @@ allOf: enum: [V] archive_catalog: datatype: float - destination: [TableTBA.wfi_sce_1_vbiaspwr_v] + destination: [WFITvac.wfi_sce_1_vbiaspwr_v] wfi_sce_1_vreset_v: tag: tag:stsci.edu:asdf/unit/quantity-1.* properties: @@ -315,7 +315,7 @@ allOf: enum: [V] archive_catalog: datatype: float - destination: [TableTBA.wfi_sce_1_vreset_v] + destination: [WFITvac.wfi_sce_1_vreset_v] wfi_sce_1_vreset_i: tag: tag:stsci.edu:asdf/unit/quantity-1.* properties: @@ -325,7 +325,7 @@ allOf: enum: [A] archive_catalog: datatype: float - destination: [TableTBA.wfi_sce_1_vreset_i] + destination: [WFITvac.wfi_sce_1_vreset_i] wfi_mcu_a_offs_csense_fpssen: title: temperature in eng units -> will change for TVAC2. tag: tag:stsci.edu:asdf/unit/quantity-1.* @@ -336,7 +336,7 @@ allOf: enum: [K] archive_catalog: datatype: float - destination: [TableTBA.wfi_mcu_a_offs_csense_fpssen] + destination: [WFITvac.wfi_mcu_a_offs_csense_fpssen] flowStyle: block ... diff --git a/src/rad/resources/schemas/wfi_mode-1.0.0.yaml b/src/rad/resources/schemas/wfi_mode-1.0.0.yaml index 7b4f5d5d..c9fa70b3 100644 --- a/src/rad/resources/schemas/wfi_mode-1.0.0.yaml +++ b/src/rad/resources/schemas/wfi_mode-1.0.0.yaml @@ -18,7 +18,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(5) - destination: [ScienceCommon.instrument_name, GuideWindow.instrument_name] + destination: [ScienceCommon.instrument_name, GuideWindow.instrument_name, WFICommon.instrument_name] detector: $ref: wfi_detector-1.0.0 sdf: @@ -27,7 +27,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(10) - destination: [ScienceCommon.detector, GuideWindow.detector] + destination: [ScienceCommon.detector, GuideWindow.detector, WFICommon.detector] optical_element: $ref: wfi_optical_element-1.0.0 sdf: @@ -36,7 +36,7 @@ properties: origin: TBD archive_catalog: datatype: nvarchar(20) - destination: [ScienceCommon.optical_element, GuideWindow.optical_element] + destination: [ScienceCommon.optical_element, GuideWindow.optical_element, WFICommon.optical_element] propertyOrder: [detector, optical_element, name] flowStyle: block required: [detector, optical_element, name]