Metadata-Version: 2.1
Name: quartical
Version: 0.1.3
Summary: Fast calibration implementation exploiting complex optimisation.
Home-page: https://github.com/JSKenyon/QuartiCal
Author: Jonathan Kenyon
Author-email: jonosken@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
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
Requires-Dist: tbump
Requires-Dist: columnar
Requires-Dist: ruamel.yaml
Requires-Dist: numpy
Requires-Dist: dask-ms[xarray,zarr]
Requires-Dist: codex-africanus[astropy,dask,python-casacore,scipy]
Requires-Dist: dask[array]
Requires-Dist: astro-tigger-lsm
Requires-Dist: loguru
Requires-Dist: numba (>=0.55.0)
Requires-Dist: distributed
Requires-Dist: requests
Requires-Dist: pytest
Requires-Dist: omegaconf
Requires-Dist: colorama
Requires-Dist: bokeh
Requires-Dist: xarray (>=0.20.0)

# 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 (documentation under construction).

## Installation

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

## Documentation

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

## Public Beta

QuartiCal is now in public beta! That means we want you to use (and break) it as much as possible. Any bugs and feature requests can be submitted via the issue tracker.
