-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.toml
33 lines (29 loc) · 1.08 KB
/
example_config.toml
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
[paths]
overlappogram = "./data/ECCCO_speedtest_runs/combined_ECCCO_trim_sw_lw_s_i_scaled.fits"
weights = "data/ECCCO_speedtest_runs/combined_ECCCO_weights_trim_sw_lw_s_i_scaled.fits" # optional, omit keyword to skip
#mask = "no example" # mask has been commented out since we do not use it in this example
response = "data/ECCCO_speedtest_runs/D27Feb2024_eccco_response_feldman_m_el_with_tables_trim_sw_lw_s_i_scaled.fits"
gnt = "data/ECCCO_speedtest_runs/master_gnt_eccco_inphotons_cm3persperpix_with_tables.fits"
[output]
prefix = "test"
make_spectral = true
directory = "output/example/"
overwrite = true
[inversion]
solution_fov_width = 2
detector_row_range = [0, 500]
field_angle_range = [-1227, 1227]
response_dependency_name = "logt"
response_dependency_list = [5.7, 5.8, 5.9, 6.0 , 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8]
smooth_over = 'dependence'
[model]
alphas = [3E-5, 4E-5, 0.1, 0.2, 0.1, 0.01, 0.005]
rhos = [0.1]
warm_start = false
tol = 1E-2
max_iter = 1_000
selection = 'cyclic'
[execution]
num_threads = 32
mode_switch_thread_count = 0 # only used in hybrid mode
mode = "row"