.. casalogger documentation master file, created by sphinx-quickstart on Mon Mar 7 14:36:08 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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 :func:`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 ################ * :py:func:`.casalogger` * :py:mod:`casalogger.__main__`