Skip to content

Commit

Permalink
add todo;
Browse files Browse the repository at this point in the history
exit
  • Loading branch information
laspsandoval committed Aug 22, 2024
1 parent 42ce81b commit d308c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/spice/kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def create_pointing_frame(pointing_frame_dir: Optional[Path] = None) -> Path:
# Get the pointing frame ID.
# https://spiceypy.readthedocs.io/en/main/documentation.html#spiceypy.spiceypy.gipool
id_imap_dps = spice.gipool("FRAME_IMAP_DPS", 0, 1)

# TODO: Figure out how to write new pointings to same CK kernel.
# Create the pointing frame kernel.
# https://spiceypy.readthedocs.io/en/main/documentation.html#spiceypy.spiceypy.ckw02
spice.ckw02(
Expand Down

0 comments on commit d308c41

Please sign in to comment.