pylupnt.compute_occultation¶
- pylupnt.compute_occultation(*args, **kwargs)¶
Overloaded function.
compute_occultation(epoch: float, r1: numpy.ndarray[numpy.float64[3, 1]], r2: numpy.ndarray[numpy.float64[3, 1]], cs1: pylupnt._pylupnt.Frame, cs2: pylupnt._pylupnt.Frame, bodies: list[pylupnt._pylupnt.NaifId], atm_h: numpy.ndarray[numpy.float64[m, 1]]) -> dict[str, bool]
Compute occultation between two points
compute_occultation(epoch: float, r1: numpy.ndarray[numpy.float64[m, 3]], r2: numpy.ndarray[numpy.float64[m, 3]], cs1: pylupnt._pylupnt.Frame, cs2: pylupnt._pylupnt.Frame, bodies: list[pylupnt._pylupnt.NaifId], atm_h: numpy.ndarray[numpy.float64[m, 1]]) -> list[dict[str, bool]]
Compute occultation between two points
compute_occultation(epoch: numpy.ndarray[numpy.float64[m, 1]], r1: numpy.ndarray[numpy.float64[m, 3]], r2: numpy.ndarray[numpy.float64[m, 3]], cs1: pylupnt._pylupnt.Frame, cs2: pylupnt._pylupnt.Frame, bodies: list[pylupnt._pylupnt.NaifId], atm_h: numpy.ndarray[numpy.float64[m, 1]]) -> list[dict[str, bool]]
Compute occultation between two points