vgsr_to_vhel¶
-
gala.coordinates.vgsr_to_vhel(coordinate, vgsr, vcirc=<Quantity 220.0 km / s>, vlsr=<Quantity [ 10., 5.25, 7.17] km / s>)[source]¶ Convert a radial velocity in the Galactic standard of rest (GSR) to a barycentric radial velocity.
Parameters: coordinate :
SkyCoordAn Astropy SkyCoord object or anything object that can be passed to the SkyCoord initializer.
vgsr :
QuantityGSR line-of-sight velocity.
vcirc :
QuantityCircular velocity of the Sun.
vlsr :
QuantityVelocity of the Sun relative to the local standard of rest (LSR).
Returns: vhel :
QuantityRadial velocity in a barycentric rest frame.