Skip to content

Commit

Permalink
Add files defining the structure of the spice package within imap_pro…
Browse files Browse the repository at this point in the history
…cessing
  • Loading branch information
subagonsouth committed Aug 6, 2024
1 parent b9abcb3 commit 4bd01c5
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions imap_processing/spice/geometry.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Functions for computing geometry using SPICE."""
1 change: 1 addition & 0 deletions imap_processing/spice/kernels.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Functions for furnishing and tracking SPICE kernels."""
1 change: 1 addition & 0 deletions imap_processing/spice/time.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Time conversion functions that rely on SPICE."""
Empty file.
1 change: 1 addition & 0 deletions imap_processing/tests/spice/kernels.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Tests coverage for imap_processing/spice/kernels.py"""
1 change: 1 addition & 0 deletions imap_processing/tests/spice/test_geometry.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Tests coverage for imap_processing/spice/geometry.py"""
1 change: 1 addition & 0 deletions imap_processing/tests/spice/time.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Tests coverage for imap_processing/spice/time.py"""

0 comments on commit 4bd01c5

Please sign in to comment.