SspaConfig¶
SspaConfig ¶
Configuration for the SSP&A (kriging-based) velocity-field fitting method.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
search_radius
|
float
|
Neighbourhood search radius used when selecting
conditioning data for each kriging estimate (model units).
This only needs to span a few raster cells — typically 2–3×
the cell size of the input raster. Best practice: read the
cell size from each input raster (e.g. via |
required |
krig_offset
|
float
|
Finite-difference offset used when estimating the
kriged head gradient near the particle. Smaller values sample
the gradient more locally; larger values smooth it over a
wider distance. Default is |
0.1
|
search_radius
property
¶
Neighbourhood search radius for kriging (model units).
Should be 2–3× the raster cell size. Read the cell size from each input raster and set dynamically rather than hard-coding.