Interface IPythonCoordinatesProvider


public interface IPythonCoordinatesProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    This method takes in a julian date and outputs the coordinates in the internal cartesian system.
  • Method Details

    • getEquatorialCartesianCoordinates

      Object getEquatorialCartesianCoordinates(Object julianDate, Object out)
      This method takes in a julian date and outputs the coordinates in the internal cartesian system.
      Parameters:
      julianDate - The julian date to get the coordinates for, as a 64-bit floating point number.
      Returns:
      A 3-vector containing the XYZ values in internal cartesian coordinates, and internal units.