galpy.df.quasiisothermaldf.sampleV¶
- quasiisothermaldf.sampleV(R, z, n=1, **kwargs)[source]¶
Sample a radial, azimuthal, and vertical velocity at R,z
- Parameters:
R (float or Quantity) – Galactocentric distance.
z (float or Quantity) – Height.
n (int, optional) – Number of distances to sample.
- Returns:
List of samples.
- Return type:
list
Notes
2012-12-17 - Written - Bovy (IAS@MPIA)