Skip to content

Commit

Permalink
tools update
Browse files Browse the repository at this point in the history
  • Loading branch information
daralynnrhode committed Aug 6, 2024
1 parent e642dca commit 4ce4036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/spice/spice_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import logging

import numpy as np
import numpy.typing as npt
import spiceypy as spice

# Logger setup
Expand Down Expand Up @@ -68,7 +69,7 @@ def get_attitude_timerange(ck_kernel: str, id: int) -> tuple:

def _get_particle_velocity(
direct_events: dict,
) -> np.ndarray:
) -> npt.NDArray:
"""
Get the particle velocity in the heliosphere frame.
Expand Down

0 comments on commit 4ce4036

Please sign in to comment.