obs_ra_to_cirs_ra

Astronomy.obs_ra_to_cirs_ra(obs_ra, mjd, longitude, latitude)

convert apparent RA at time of observation to CIRS RA

:param obs_ra : apparent RA at time of observation :type obs_ra : float (astropy.time.Time)

:param mjd : modified Julian date :type mjd : float

:param longitude : of the observer :type longitude : float or astropy.coordinates.Angle

:param latitude : of the observer :type latitude : float or astropy.coordinates.Angle

Returns

(hour angle)