diff --git a/Scheduler/observing_blocks_maintel/AOS/BLOCK-T345.json b/Scheduler/observing_blocks_maintel/AOS/BLOCK-T345.json new file mode 100644 index 00000000..e1edeefb --- /dev/null +++ b/Scheduler/observing_blocks_maintel/AOS/BLOCK-T345.json @@ -0,0 +1,78 @@ +{ + "name": "AOSSurveyMode", + "program": "BLOCK-345", + "constraints": [], + "scripts": [ + { + "name": "maintel/track_target.py", + "standard": true, + "parameters": { + "target_name": "$name", + "slew_icrs": { + "ra": "$ra", + "dec": "$dec" + }, + "rot_value": "$rot", + "rot_type": "PhysicalSky", + "az_wrap_strategy": "NOUNWRAP" + } + }, + { + "name": "maintel/close_loop_comcam.py", + "standard": true, + "parameters": { + "exposure_time": 15, + "max_iter": 1, + "gain_sequence": [ + 0.75 + ], + "mode": "FAM", + "program": "$program", + "note": "closed_loop_aos_survey_mode", + "reason": "aos_survey_mode", + "used_dofs": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 37, + 38, + 39, + 40, + 41, + 42, + 45, + 46 + ], + "apply_corrections": true, + "use_ocps": true + } + } + ], + "configuration_schema": "" +} \ No newline at end of file