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 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