:orphan: :py:mod:`casafeather.casafeather` ================================= .. py:module:: casafeather.casafeather Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: casafeather.casafeather.casafeather .. py:function:: casafeather(cleanup=True) Start the casafeather application in a subprocess. For more information about casafeather, see the casafeather documentation in `CASAdocs `_. :param cleanup: If True, the subprocess will be terminated when the Python session ends. :type cleanup: bool