File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Copyright (c) 2011-2025 Claudio Satriano <satriano@ipgp.fr>
56
56
57
57
### Config file
58
58
59
+ - Improved documentation for the ` win_length ` parameter
59
60
- New option ` r_power_n_segmented ` for the ` geom_spread_model ` config parameter
60
61
- New config parameters: ` geom_spread_n_exponents ` , ` geom_spread_n_distances `
61
62
- New config parameters: ` refine_theoretical_arrivals ` , ` autopick_freqmin ` ,
Original file line number Diff line number Diff line change @@ -146,7 +146,16 @@ noise_pre_time = float(min=0.01, default=6.0)
146
146
# times (see "wave_type" below)
147
147
signal_pre_time = float(default=1.0)
148
148
149
- # Length (in seconds) for both noise and signal windows
149
+ # Length (in seconds) for both noise and signal windows.
150
+ # Notes:
151
+ # 1. If the weighting mode is 'noise' (see INVERSION PARAMETERS below)
152
+ # and the trace starts too late to include the full noise window,
153
+ # the noise window will be shortened to fit the available data,
154
+ # and the signal window will be truncated to match the shortened
155
+ # noise window length.
156
+ # 2. If the weighting mode is 'inv_frequency' (see INVERSION PARAMETERS below)
157
+ # and the trace starts too late to include the full noise window,
158
+ # the noise window will be zero-padded to match the signal window length.
150
159
win_length = float(min=0, default=5.0)
151
160
# Variable window length factor (fraction of travel time):
152
161
# win_length = max(win_length, variable_win_length_factor * travel_time)
You can’t perform that action at this time.
0 commit comments