cirs_ra_to_obs_ra

Astronomy.cirs_ra_to_obs_ra(cirs_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 (not 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)