Skip to content

Commit

Permalink
Updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinSanders committed Jun 12, 2024
1 parent 2b2c03f commit 83a7c58
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ale/drivers/chandrayaan_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def spacecraft_name(self):
@property
def platform_name(self):
"""
Returns the name of the platform. For M3, this is reflected by the mission name.
Returns
-------
: str
Expand All @@ -63,7 +65,9 @@ def platform_name(self):
@property
def image_lines(self):
"""
Returns
Return the number of lines in the image.
Returns
-------
: int
Number of lines in the image
Expand All @@ -74,6 +78,8 @@ def image_lines(self):
@property
def image_samples(self):
"""
Return the number of samples in the image.
Returns
-------
: int
Expand Down Expand Up @@ -131,8 +137,8 @@ def ephemeris_stop_time(self):
@property
def utc_time_table(self):
"""
Return
------
Returns
-------
: str
The name of the file containing the line timing information
"""
Expand Down

0 comments on commit 83a7c58

Please sign in to comment.