galpy.df.StreamTrack.vT¶
- StreamTrack.vT(tp, **kwargs)[source]¶
Galactocentric cylindrical tangential velocity vT along the track.
- Parameters:
tp (float, array, or Quantity) – Curve parameter(s); Quantity inputs are parsed per
parameter_kind. Out-of-range entries returnNaN.ro (float or Quantity, optional) – Distance scale (kpc); overrides the stored value.
vo (float or Quantity, optional) – Velocity scale (km/s); overrides the stored value.
use_physical (bool, optional) – Override the object-wide physical-units default.
quantity (bool, optional) – Return an astropy
Quantityif True.
- Returns:
Cylindrical tangential velocity in km/s when physical-units output is on, in galpy internal units otherwise.
- Return type:
float, numpy.ndarray, or Quantity