Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Oct 31, 2024
1 parent 770d5b0 commit 3358012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scheduler/observing_blocks_maintel/BLOCK-T215.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,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"
"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 sky.\n type: boolean\n default: True\n"
}

0 comments on commit 3358012

Please sign in to comment.