Skip to content

Commit

Permalink
MTScheduler: Add BLOCK-T345 json for science program
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Dec 9, 2024
1 parent 5c9f7df commit 8e50404
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions Scheduler/observing_blocks_maintel/AOS/BLOCK-T345.json
Original file line number Diff line number Diff line change
@@ -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": ""
}

0 comments on commit 8e50404

Please sign in to comment.