-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scheduler.conf
69 lines (64 loc) · 1.29 KB
/
Scheduler.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Example input file for Scheduler
[main]
file = 170817_E1S_tile.csv
# month/day/year
date = 02/12/2019
total_prob_goal = 0.5
airmass_max = 3
#required_tile_coverage = 0.98
[swope]
slew_time_per_deg = 1
plate_scale = 0.435
detector_width_npix = 4096
detector_height_npix = 4112
lat = -29.0182
lon = -70.6915
elevation = 2402
gw_exptime = 60
overhead_sec = 30
obs_filter = r
# timezone for astroplan, from pytz module
# (https://stackoverflow.com/questions/13866926/is-there-a-list-of-pytz-timezones)
timezone = Chile/Continental
# compute targets for this telescope?
use = 1
# what about RA, Dec limits?
[nickel]
slew_time_per_deg = 1
plate_scale = 0.368
detector_width_npix = 2048
detector_height_npix = 2048
lat = 37.3414
lon = -121.6429
elevation = 1283
gw_exptime = 60
overhead_sec = 30
obs_filter = r
timezone = US/Pacific
use = 1
[ctio]
slew_time_per_deg = 1
plate_scale = 0.276
detector_width_npix = 1024
detector_height_npix = 1024
lat = -30.16744722
lon = -70.80500000
elevation = 2165
gw_exptime = 60
overhead_sec = 30
obs_filter = r
timezone = Chile/Continental
use = 1
[thacher]
slew_time_per_deg = 1
plate_scale = 0.608
detector_width_npix = 2048
detector_height_npix = 2048
lat = 34.4647
lon = 119.1808
elevation = 250
gw_exptime = 60
overhead_sec = 30
obs_filter = r
timezone = US/Pacific
use = 1