Commits

Jorge Lopez authored d7e9bf6713d
additional docstring tweaking

src/casafeather/__main__.py

Modified
18 18 # Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
19 19 #
20 20 # Correspondence concerning AIPS++ should be adressed as follows:
21 21 # Internet email: aips2-request@nrao.edu.
22 22 # Postal address: AIPS++ Project Office
23 23 # National Radio Astronomy Observatory
24 24 # 520 Edgemont Road
25 25 # Charlottesville, VA 22903-2475 USA
26 26 ###########################################################################
27 27
28 +"""Start the CASAfeather graphic interface from the unix command line by
29 +executing the ``casatablebrowser`` package:
30 +
31 +Example:
32 + The table browser GUI can be launched with a table path::
33 +
34 + $ python3 -m casafeather
35 +
36 +"""
37 +
28 38 import sys
29 39
30 40
31 41 from .casafeather import casafeather
32 42
33 43 casafeather(cleanup=False)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut