Skip to content
Snippets Groups Projects
Commit 946130df authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-497: Improved comments

parent e65e8c9b
No related branches found
No related tags found
1 merge request!204L2SS-497: Add and manage casacore measures tables
...@@ -60,9 +60,10 @@ class Beam(lofar_device): ...@@ -60,9 +60,10 @@ class Beam(lofar_device):
@DebugIt() @DebugIt()
@log_exceptions() @log_exceptions()
def download_measures(self): def download_measures(self):
""" Download new measures into /opt/IERS. """ Download new measures tables into /opt/IERS.
NOTE: This may take a while to complete. """ NOTE: This may take a while to complete. You are advised to increase
the timeout of the proxy using `my_device.set_timeout_millis(10000)`. """
return download_measures() return download_measures()
...@@ -70,7 +71,7 @@ class Beam(lofar_device): ...@@ -70,7 +71,7 @@ class Beam(lofar_device):
@DebugIt() @DebugIt()
@log_exceptions() @log_exceptions()
def use_measures(self, newdir): def use_measures(self, newdir):
""" Activate a new measures directory. """ Activate an installed set of measures tables.
NOTE: This will turn off and restart this device!! """ NOTE: This will turn off and restart this device!! """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment