Skip to content

Commit

Permalink
MTScheduler: BLOCK-T215, update twilight tlats config
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku authored and edennihy committed Nov 18, 2024
1 parent cec02a0 commit b292bc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scheduler/observing_blocks_maintel/BLOCK-T215.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BLOCK-T215",
"id": "e6d46718-6bf3-4b76-be2d-52c7143e0b8d",
"id": "445b9313-28e2-4360-bf45-ab7cb518f301",
"program": "BLOCK-T215",
"constraints": [],
"scripts": [
Expand All @@ -14,6 +14,7 @@
"n_flat": "$run_n_flats",
"dither": "$run_dither",
"max_exp_time": "$run_max_exp",
"min_exp_time": "$run_min_exp",
"distance_from_sun": "$run_distance_from_sun",
"target_el": "$run_target_el",
"target_az": "$run_target_az",
Expand All @@ -26,5 +27,5 @@
}
}
],
"configuration_schema": "$schema: http://json-schema.org/draft-07/schema#\ntitle: BLOCK-T215 configuration\ndescription: Configuration for BLOCK-T215.\ntype: object\nproperties:\n run_filter:\n description: ComCam filter to use.\n type: string\n default: \"r_03\"\n run_target_sky_counts:\n description: Target sky counts.\n type: number\n default: 15000\n run_max_counts:\n description: Max sky counts.\n type: number\n default: 80000\n run_n_flats:\n description: Target number of flats.\n type: integer\n default: 10\n run_dither:\n description: Dither distance in arcsec.\n type: number\n default: 10\n run_max_exp:\n description: Maximum exposure time allowed.\n type: number\n default: 300\n run_distance_from_sun:\n description: Distance from sun in degrees.\n type: number\n default: 179.0\n run_target_el:\n description: Target elevation for sky flats.\n type: number\n default: 45.0\n run_max_sun_el:\n description: Maximum sun elevation.\n type: number\n default: -5.0\n run_tracking:\n description: If true, track the telescope.\n type: boolean\n default: True\n run_point_directly:\n description: If true, point directly. If false, point relative to sun.\n type: boolean\n default: False\n run_target_az:\n description: Target azimuth position.\n type: number\n default: 90.0\n run_rotator_angle:\n description: Rotator angle in degrees relative to PhysicalSky.\n type: number\n default: 0\n"
"configuration_schema": "$schema: http://json-schema.org/draft-07/schema#\ntitle: BLOCK-T215 configuration\ndescription: Configuration for BLOCK-T215.\ntype: object\nproperties:\n run_filter:\n description: ComCam filter to use.\n type: string\n default: \"r_03\"\n run_target_sky_counts:\n description: Target sky counts.\n type: number\n default: 15000\n run_max_counts:\n description: Max sky counts.\n type: number\n default: 80000\n run_n_flats:\n description: Target number of flats.\n type: integer\n default: 10\n run_dither:\n description: Dither distance in arcsec.\n type: number\n default: 10\n run_max_exp:\n description: Maximum exposure time allowed.\n type: number\n default: 300\n run_min_exp:\n description: Minimum exposure time allowed.\n type: number\n default: 0.1\n run_distance_from_sun:\n description: Distance from sun in degrees.\n type: number\n default: 179.0\n run_target_el:\n description: Target elevation for sky flats.\n type: number\n default: 45.0\n run_max_sun_el:\n description: Maximum sun elevation.\n type: number\n default: -5.0\n run_tracking:\n description: If true, track the telescope.\n type: boolean\n default: True\n run_point_directly:\n description: If true, point directly. If false, point relative to sun.\n type: boolean\n default: False\n run_target_az:\n description: Target azimuth position.\n type: number\n default: 90.0\n run_rotator_angle:\n description: Rotator angle in degrees relative to PhysicalSky.\n type: number\n default: 0\n"
}

0 comments on commit b292bc0

Please sign in to comment.