.. casafeather 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. CASAfeather, a graphic interface for feather. ============================================ This documentation describes the graphic interface for feather. Please, refer to the documentation of feather for more information in `CASA docs `_. The main function of this package is :func:`casafeather.casafeather`. It is possible to start the graphic interface from the command line with: $ python -m casafeather or from the python interpreter with: >>> import casafeather >>> casafeather.casafeather() Public Interface ################ * :py:func:`.casafeather` * :py:mod:`casafeather.__main__`