pyacs.gts.Sgts_methods.read_gmt module
- pyacs.gts.Sgts_methods.read_gmt.read_gmt(self, gmt=True, verbose=False, vel=False)[source]
Read GMT psvelo file and set lon/lat (and optionally velocity) for each Gts.
- Parameters:
gmt (bool or str, optional) – True = read ‘../stat/pyacs_void.gmt’; str = path to GMT file. Default is True.
verbose (bool, optional) – Verbose mode. Default is False.
vel (bool, optional) – If True, fill .velocity from file. Default is False.
- Returns:
Modifies self in place.
- Return type:
None
Notes
Always in-place.