Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Nov 15, 2023
1 parent 9ca5158 commit a92ea5c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tools/spice/spice_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@


class SpiceKernelManager:
"""
Manages the loading and handling of SPICE kernels.
"""Manages the loading and handling of SPICE kernels.
Parameters
----------
Expand Down Expand Up @@ -53,8 +52,7 @@ def clear(self):


def ls_kernels(extensions=None) -> list:
"""
List furnished spice kernels, optionally filtered by specific extensions.
"""List furnished spice kernels, optionally filtered by specific extensions.
Parameters
----------
Expand Down Expand Up @@ -82,8 +80,7 @@ def ls_kernels(extensions=None) -> list:


def ls_spice_constants() -> dict:
"""
List all constants in the Spice constant pool.
"""List all constants in the Spice constant pool.
Returns
-------
Expand Down Expand Up @@ -116,8 +113,7 @@ def ls_spice_constants() -> dict:


def ls_attitude_coverage(custom_pattern=None) -> tuple:
"""
Process attitude kernels to extract and convert dates to UTC format.
"""Process attitude kernels to extract and convert dates to UTC format.
Parameters
----------
Expand Down

0 comments on commit a92ea5c

Please sign in to comment.