-
Notifications
You must be signed in to change notification settings - Fork 0
/
night_integration_test.yaml
113 lines (94 loc) · 2.3 KB
/
night_integration_test.yaml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
class: pyobs.modules.MultiModule
shared:
world:
class: pyobs.utils.simulation.SimWorld
time: "2020-10-21 22:00:00"
modules:
cloudcover:
class: pyobs_cloudcover.application.Application
image_sender: "tester"
server:
url: "localhost"
port: 8080
measurement_log:
# This is overridden by the test module
logger:
type: "influx"
url: ""
bucket: ""
org: ""
token: ""
measurements:
cloud_zenith:
- type: "zenith"
name: "cloudcover"
altitude: 80.0
cloud_total:
- type: "total"
name: "cloudcover"
coverage:
- type: "change"
name: "coverage-change"
- type: "sun"
name: "sun-coverage"
radius: 20.0
- type: "moon"
name: "moon-coverage"
radius: 20.0
pipelines:
night:
alt_interval:
start:
end: -18
options:
world_model:
class: pyobs_cloudcover.world_model.WCSModel
file_path: "data/test_wcs.fits"
preprocessor:
mask_filepath: ""
bin_size: 2
catalog:
filepath: "data/catalog_v50.csv"
filter:
alt: 30.0
v_mag: 7.0
distance: 0.0
reverse_matcher:
sigma_threshold: 4.0
window_size: 10.0
altaz_grid:
point_number: 100000
limiting_altitude: 30
lim_mag_map:
radius: 7.0
integration_length: 1
cloud_map:
threshold: 5.5
moon_apparent_size: 10.0
comm:
class: pyobs.comm.local.LocalComm
name: "cloudcover"
tester:
class: pyobs_cloudcover.testing.TestModule
image_path: "data/test_night_image.fits"
total_fraction: 0.1
zenith_fraction: 0.0
zenith_value: False
zenith_average: 0.0
comm:
class: pyobs.comm.local.LocalComm
name: "tester"
vfs:
class: pyobs.vfs.VirtualFileSystem
roots:
cache:
class: pyobs.vfs.MemoryFile
#root: .
comm:
class: pyobs.comm.local.LocalComm
name: multi
timezone: Europe/Berlin
location:
longitude: 9.944333
latitude: 51.560583
elevation: 201.0000000008158