From 770d5b074a23c2909e6f2e562e78724e950935af Mon Sep 17 00:00:00 2001 From: elanaku Date: Thu, 31 Oct 2024 15:41:03 -0300 Subject: [PATCH] Add tracking option to ComCam twilight block --- Scheduler/observing_blocks_maintel/BLOCK-T215.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Scheduler/observing_blocks_maintel/BLOCK-T215.json b/Scheduler/observing_blocks_maintel/BLOCK-T215.json index 8eddaa2b..e2954fcb 100644 --- a/Scheduler/observing_blocks_maintel/BLOCK-T215.json +++ b/Scheduler/observing_blocks_maintel/BLOCK-T215.json @@ -1,6 +1,6 @@ { "name": "BLOCK-T215", - "id": "0afc7da7-c61c-4c7b-899a-e1e467356d51", + "id": "99046fc2-48dd-417a-97de-345665571044", "program": "BLOCK-T215", "constraints": [], "scripts": [ @@ -17,10 +17,11 @@ "distance_from_sun": "$run_distance_from_sun", "target_el": "$run_target_el", "max_sun_elevation": "$run_max_sun_el", - "program": "$program", + "tracking": "$run_tracking", + "program": "BLOCK-T215", "reason": "comcam_twilight_flat" } } ], - "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" + "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" } \ No newline at end of file