Skip to content

Commit

Permalink
Define the imap_processing spice structure (#733)
Browse files Browse the repository at this point in the history
* Add files defining the structure of the spice package within imap_processing

* rename test files to test_<spice_module>.py
  • Loading branch information
subagonsouth committed Aug 7, 2024
1 parent c71368e commit cb26199
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/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/test_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_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 cb26199

Please sign in to comment.