pyacs.gts.Sgts_methods.save_velocity module

pyacs.gts.Sgts_methods.save_velocity.save_velocity(self, vel_file='../stat/vel', en=True, up=True)[source]

Save horizontal and up velocities in GMT psvelo format from .velocity attributes.

Parameters:
  • vel_file (str, optional) – Output basename (e.g. ‘../stat/vel’ -> _en.gmt, _up.gmt). Default is ‘../stat/vel’.

  • en (bool, optional) – If True, write East & North velocity. Default is True.

  • up (bool, optional) – If True, write Up velocity. Default is True.

Returns:

self.

Return type:

Sgts