-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_config.json
70 lines (70 loc) · 1.76 KB
/
example_config.json
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
70
{
"Night":{
"telescope_name":"Nordic Optical Telescope",
"observer_lat":-17.884999999999998,
"observer_long":28.7569444,
"observer_elevation":2383,
"observer_timezone":"GMT",
"obs_start":"2023-08-07 21:26:00",
"obs_end":"2023-08-08 05:10:00",
"block_start_times":[
"2023-08-07 21:30:00",
"2023-08-07 23:25:00",
"2023-08-08 01:20:00",
"2023-08-08 03:15:00"
],
"block_end_times":[
"2023-08-07 23:25:00",
"2023-08-08 01:20:00",
"2023-08-08 03:15:00",
"2023-08-08 05:10:00"
],
"block_colors":[
"xkcd:green",
"xkcd:blue",
"xkcd:red",
"xkcd:orange"
]
},
"Targets":[
"NGC6302",
"M102",
"Vega"
],
"Config":{
"PDF":{
"theme":"light"
},
"all_sky_map":{
"do_stars":true,
"do_asterisms":true,
"do_constellations":false,
"do_moon":true,
"move_moon":false,
"do_time_text":false,
"do_xticks":false,
"do_yticks":true,
"do_title":false,
"do_legend":false,
"do_target_colors":true,
"mag_limit":8.5,
"star_marker":"o",
"target_marker":"*",
"sky_culture":"rey"
},
"local_sky":{
"do_moon":false,
"do_grid":true
},
"airmass":{
"do_moon":true,
"do_moon_labels":true
},
"finder_images":{
"survey":"DSS",
"log":false,
"grid":false,
"reticle":true
}
}
}