1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
.. pyrap documentation master file, created by sphinx-quickstart on Thu Dec 11 14:52:50 2008.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to python-casacore's documentation!
===========================================
`python-casacore <https://github.com/casacore/python-casacore>`_ is a python
binding to the `casacore <https://github.com/casacore/casacore>`_ library.
It consists of the following modules:
:mod:`casacore.util`
Common utility functions
:mod:`casacore.tables`
Relational data base like table system supporting multi-dimensional arrays.
:mod:`casacore.images` and :mod:`casacore.images.coordinates`
Access, arithmetic, and analysis on multi-dimensional images.
:mod:`casacore.functionals`
Functions with one or more dimensions
:mod:`casacore.fitting`
Fitting data to functionals.
:mod:`casacore.quanta`
Handling of values and units.
:mod:`casacore.measures`
Handling of astronomical coordinates
Contents:
.. toctree::
:maxdepth: 3
casacore_util.rst
casacore_tables.rst
casacore_images.rst
casacore_functionals.rst
casacore_fitting.rst
casacore_quanta.rst
casacore_measures.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|