pyacs.gts.Sgts_methods.medvel module
- pyacs.gts.Sgts_methods.medvel.medvel(self, outdir=None, verbose=False)[source]
Automatic velocity estimates using median estimator (MIDAS-style, Blewitt et al., 2016).
Fills the velocity attribute of every Gts. Optionally writes results to outdir.
- Parameters:
outdir (str, optional) – Output directory for results. Default is None.
verbose (bool, optional) – Verbose mode. Default is False.
- Returns:
Modified Sgts (velocity set for each Gts).
- Return type:
References
Blewitt et al. (2016), J. Geophys. Res. Solid Earth, 121(3), 2054-2068.