MulensModel.horizons module

class MulensModel.horizons.Horizons(file_name)

Bases: object

An Object to read and hold the standard JPL Horizons output, i.e. satellite ephemerides.

Arguments :
file_name: str
output from JPL Horizons file name

For info on preparing JPL Horizons file for import, see instructions.

time

np.ndarray

return times in TDB (reference frame depends on Horizons input)

xyz

Astropy.CartesianRepresentation

return X,Y,Z positions based on RA, DEC and distance