Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-40956: Add options to ComCam twilight flat observing block #346

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 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": "0afc7da7-c61c-4c7b-899a-e1e467356d51",
"id": "6881bdc3-5d9c-4a9a-90c9-e1a328e9c0b7",
"program": "BLOCK-T215",
"constraints": [],
"scripts": [
Expand All @@ -17,10 +17,12 @@
"distance_from_sun": "$run_distance_from_sun",
"target_el": "$run_target_el",
"max_sun_elevation": "$run_max_sun_el",
"program": "$program",
"position_telescope": "$run_position_telescope",
"ignore": "$run_ignore",
"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_position_telecope:\n description: If true, position telescope relative to sun.\n type: boolean\n default: True\n run_ignore:\n description: CSCs from the camera group to ignore in status check.\n type: array\n default: []\n"
}