From 83a7c588b3ece203d5b25f18f461baca6037505c Mon Sep 17 00:00:00 2001 From: Austin Sanders Date: Wed, 12 Jun 2024 13:13:38 -0700 Subject: [PATCH] Updated docstrings --- ale/drivers/chandrayaan_drivers.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ale/drivers/chandrayaan_drivers.py b/ale/drivers/chandrayaan_drivers.py index 299d12a7a..a98f874cc 100644 --- a/ale/drivers/chandrayaan_drivers.py +++ b/ale/drivers/chandrayaan_drivers.py @@ -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 @@ -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 @@ -74,6 +78,8 @@ def image_lines(self): @property def image_samples(self): """ + Return the number of samples in the image. + Returns ------- : int @@ -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 """