Skip to content

Commit

Permalink
Reverted pass_number to pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Jan 26, 2024
1 parent 536ce7a commit d220119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/rad/resources/schemas/mosaic_basic-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ properties:
archive_catalog:
datatype: smallint
destination: [ScienceCommon.segment]
pass_number:
pass:
title: Pass number within execution plan, defined range is 1..999;
included in obs_id and visit_id as 'AA'.
type: integer
Expand Down Expand Up @@ -160,10 +160,10 @@ properties:
datatype: nvarchar(25)
destination: [ScienceCommon.product_type]
propertyOrder: [ time_first_mjd, time_last_mjd, time_mean_mjd, max_exposure_time,
mean_exposure_time, model_type, visit, segment, pass_number, program,
mean_exposure_time, model_type, visit, segment, pass, program,
survey, optical_element, instrument, telescope, location_name, product_type ]
flowStyle: block
required: [ time_first_mjd, time_last_mjd, time_mean_mjd, max_exposure_time,
mean_exposure_time, model_type, visit, segment, pass_number, program,
mean_exposure_time, model_type, visit, segment, pass, program,
survey, optical_element, instrument, telescope, location_name, product_type ]
...
6 changes: 3 additions & 3 deletions src/rad/resources/schemas/observation-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ properties:
archive_catalog:
datatype: smallint
destination: [ScienceCommon.execution_plan, GuideWindow.execution_plan]
pass_number:
pass:
title: Pass number within execution plan, defined range is 1..999; included in obs_id and
visit_id as 'AA'.
type: integer
Expand Down Expand Up @@ -171,13 +171,13 @@ properties:
datatype: nvarchar(15)
destination: [ScienceCommon.survey, GuideWindow.survey]
propertyOrder: [obs_id, visit_id, program,
execution_plan, pass_number, observation, segment,
execution_plan, pass, observation, segment,
visit, visit_file_group, visit_file_sequence,
visit_file_activity, exposure, template,
observation_label, survey]
flowStyle: block
required: [obs_id, visit_id, program,
execution_plan, pass_number, observation, segment,
execution_plan, pass, observation, segment,
visit, visit_file_group, visit_file_sequence,
visit_file_activity, exposure, template,
observation_label, survey]
Expand Down

0 comments on commit d220119

Please sign in to comment.