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.
- property time¶
np.ndarray
return times in TDB (reference frame depends on Horizons input)
- property xyz¶
Astropy.CartesianRepresentation
return X,Y,Z positions based on RA, DEC and distance