Skip to content

Commit bc2eedf

Browse files
committed
Updating readme
1 parent 76152b7 commit bc2eedf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seismic/receiver_fn/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Each of these sub-dicts is described below:
8989
"gauss_width": float # Gaussian freq domain filter width. Only required for freq-domain deconvolution
9090
"water_level": float # Water-level for freq domain spectrum. Only required for freq-domain deconvolution
9191
"spiking": float # Spiking factor (noise suppression), only required for time-domain deconvolution
92+
"iter_gwidth_factor": float # Gaussian pulse-width factor, required only for iterative deconvolution
9293
"normalize": bool # Whether to normalize RF amplitude
9394
}
9495
@@ -118,6 +119,7 @@ Default values for parameters in "filtering" and "processing", above, are drawn
118119
DEFAULT_GAUSS_WIDTH = 1.0
119120
DEFAULT_WATER_LEVEL = 0.01
120121
DEFAULT_SPIKING = 0.5
122+
DEFAULT_ITER_GWIDTH_FACTOR = 2.5
121123
DEFAULT_NORMALIZE = False
122124
```
123125

0 commit comments

Comments
 (0)