Previous topic

galpy.orbit.Orbit.helioX

Next topic

galpy.orbit.Orbit.helioZ

This Page

galpy.orbit.Orbit.helioY

Orbit.helioY(*args, **kwargs)

NAME:

helioY

PURPOSE:

return Heliocentric Galactic rectangular y-coordinate (aka “Y”)

INPUT:

t - (optional) time at which to get Y

obs=[X,Y,Z] - (optional) position and velocity of observer
(in kpc and km/s) (default=[8.5,0.,0.,0.,235.,0.]) OR Orbit object that corresponds to the orbit of the observer

ro= distance in kpc corresponding to R=1. (default: 8.5)

OUTPUT:

helioY(t)

HISTORY:

2011-02-24 - Written - Bovy (NYU)