Metadata-Version: 2.1
Name: quartical
Version: 0.1.0
Summary: Fast calibration implementation exploiting complex optimisation.
Home-page: https://github.com/JSKenyon/QuartiCal
Author: Jonathan Kenyon
Author-email: jonosken@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# QuartiCal

QuartiCal is the successor to CubiCal. It implements a suite of fast radio interferometric calibration routines exploiting complex optimisation. Unlike CubiCal, QuartiCal allows for any available Jones terms to be combined. It can also be deployed on a cluster (more information to follow).

## Installation

QuartiCal can be installed using pip: `pip install quartical`.

## Documentation

Documentation is available on [readthedocs](http://quartical.readthedocs.io).


