forked from dcnora/photometrypipeline
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoptions.json
91 lines (91 loc) · 1.78 KB
/
options.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"preproc": {
"choose_calib": [
{
"ftype": "bias",
"instrument": "ratir",
"workdir": "/absolute/path/to/fits/bias",
"cams": [0,1,2,3],
"auto": false,
"reject_sat": true,
"amin": 0.2,
"amax": 0.8,
"save_select": true,
"figsize": [8,5],
"noplot": false
},
{
"ftype": "dark",
"instrument": "ratir",
"workdir": "/absolute/path/to/fits/dark",
"cams": [0,1,2,3],
"auto": false,
"reject_sat": true,
"amin": 0.2,
"amax": 0.8,
"save_select": true,
"figsize": [8,5],
"noplot": false
},
{
"ftype": "flat",
"instrument": "ratir",
"workdir": "/absolute/path/to/fits/flat",
"cams": [0,1,2,3],
"auto": false,
"reject_sat": true,
"amin": 0.2,
"amax": 0.8,
"save_select": true,
"figsize": [8,5],
"noplot": false
}
],
"choose_science": {
"instrument": "ratir",
"workdir": "/absolute/path/to/fits/dir",
"targetdir": "/absolute/path/to/target/dir",
"cams": [0,1,2,3],
"auto": false,
"save_select": true,
"figsize": [10,10],
"calibrate": false,
"noplot": false
},
"mkmaster": [
{
"instrument": "ratir",
"fn_dict": "/absolute/path/to/dict/file",
"mtype": "bias",
"fmin": 5
},
{
"instrument": "ratir",
"fn_dict": "/absolute/path/to/dict/file",
"mtype": "dark",
"fmin": 5
},
{
"instrument": "ratir",
"fn_dict": "/absolute/path/to/dict/file",
"mtype": "flat",
"fmin": 5
}
]
},
"autoproc": {
"datadir": "/absolute/path/to/raw/fits/dir",
"imdir": "/aboslute/path/to/reduced/dir",
"start": "",
"stop": "",
"only": "",
"step": "",
"nocrclean": false,
"nomastersky": false,
"redo": false,
"quiet": false,
"rmifiles": false,
"customcat": "",
"customcatfilt": [""]
}
}