-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
executable file
·65 lines (64 loc) · 1.34 KB
/
settings.json
File metadata and controls
executable file
·65 lines (64 loc) · 1.34 KB
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
{
"WEAVEPROTO": [
{
"id": 0,
"data_hdu" : 1,
"dummy_hdu" : 2,
"do_dummy_subtraction" : false,
"quadrants" : [
{
"id" : 0,
"pos" : "bottom_left",
"x_lo" : 1050,
"x_hi" : 1150,
"y_lo" : 380,
"y_hi" : 480,
"overscan_x_lo" : 8,
"overscan_x_hi" : 42,
"overscan_y_lo" : 8,
"overscan_y_hi" : 2051,
"is_defective" : true
},
{
"id" : 1,
"pos" : "bottom_right",
"x_lo" : 0,
"x_hi" : 0,
"y_lo" : 0,
"y_hi" : 0,
"overscan_x_lo" : 4157,
"overscan_x_hi" : 4197,
"overscan_y_lo" : 8,
"overscan_y_hi" : 2051,
"is_defective" : true
},
{
"id" : 2,
"pos" : "top_right",
"x_lo" : 3200,
"x_hi" : 3800,
"y_lo" : 2100,
"y_hi" : 2600,
"overscan_x_lo" : 4157,
"overscan_x_hi" : 4197,
"overscan_y_lo" : 2081,
"overscan_y_hi" : 4121,
"is_defective" : true
},
{
"id" : 3,
"pos" : "top_left",
"x_lo" : 450,
"x_hi" : 550,
"y_lo" : 3700,
"y_hi" : 3800,
"overscan_x_lo" : 8,
"overscan_x_hi" : 42,
"overscan_y_lo" : 2081,
"overscan_y_hi" : 4121,
"is_defective" : false
}
]
}
]
}