Casalogger

This documentation describes basic usage of the casalogger package.

Please, refer to CASA docs. for more detailed information.

The main function of this package is casalogger.casalogger(). It is possible to start the graphic interface from the command line with:

$ python -m casalogger

or from the python interpreter with:

>>> import casalogger
>>> casalogger.casalogger()

Public Interface