External
Below is the list of solvers that are available in external packages.
Estimation
Simulation
ImageQuilting.IQ
— TypeIQ(var₁=>param₁, var₂=>param₂, ...)
Image quilting simulation solver as described in Hoffimann et al. 2017.
Parameters
Required
trainimg
- Training image from which to extract tilestilesize
- Tuple with tile size for each dimension
Optional
overlap
- Overlap size (default to (1/6, 1/6, ..., 1/6))path
- Simulation path (:raster
(default),:dilation
, or:random
)mapping
- Data mapping method (default toNearestMapping()
)inactive
- Vector of inactive voxels (i.e.CartesianIndex
) in the gridsoft
- A pair(data,dataTI)
of geospatial data objects (default tonothing
)tol
- Initial relaxation tolerance in (0,1] (default to0.1
)
Global parameters
Optional
threads
- Number of threads in FFT (default to number of physical CPU cores)showprogress
- Whether to show or not the estimated time duration (default to false)rng
- Random number generator (default toRandom.GLOBAL_RNG
)
References
- Hoffimann et al 2017. Stochastic simulation by image quilting of process-based geological models.
- Hoffimann et al 2015. Geostatistical modeling of evolving landscapes by means of image quilting.
TuringPatterns.TPS
— TypeTPS(var₁=>param₁, var₂=>param₂, ...)
Turing pattern simulation.
Parameters
params
- basic parameters (default toPARAMS1
)blur
- blur algorithm (default toBoxBlur
)edge
- edge condition (default toClamp
)iter
- number of iterations (default to100
)
References
Turing 1952. The chemical basis of morphogenesis.
StratiGraphics.StratSim
— TypeStratSim(var₁=>param₁, var₂=>param₂, ...)
Stratigraphy simulation with Markov-Poisson sampling.
Parameters
environment
- geological environmentstate
- initial geological statestack
- stacking scheme (:erosional or :depositional)nepochs
- number of epochs (default to 10)fillbase
- fill value for the bottom layer (default toNaN
)filltop
- fill value for the top layer (default toNaN
)
References
Hoffimann 2018. Morphodynamic analysis and statistical synthesis of geormorphic data.