-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ini
executable file
·40 lines (36 loc) · 1.44 KB
/
config.ini
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
[paths]
path: default # [default]
input_dir: data_in/ # [data_in/]
prod_dir: data_products/ # [data_products/]
model_dir: models/ # [models/]
[input]
input_fn: user # [user]
subcube: False # [False]
subcube_bounds: [10, 14, 10, 14] # [[10, 14, 10, 14]]
[processing]
parallel: True # [True]
nproc: 4 # [4]
[fitting]
rmschan: 25 # [25]
snrlim: 10 # [10]
N_max: 3 # [3]
delbic: 20 # [20]
fwhm_guess: 0.5 # [0.5]
tau_guess: 0.2 # [0.2]
fwhm_limits: [0.1, 10] # [0.1, 10]
tau_limits: [0.1, 30] # [0.1, 30]
v_guess_tolerance: 20 # [20]
line_model: n2h+_1-0 # [n2h+_1-0]
min_dv: 0.4 # [0.4]
constrain_fits: True # [True]
method: leastsq # [leastsq]
verbose: False # [False]
cleaniter: 10 # [10]
refrad: 2 # [2]
use_integ_res: False # [False]
[output]
save_products: True # [True]
do_summary_figures: True # [True]
do_plots: False # [False]
save_figures: True # [True]
save_table: True # [True]