Metadata-Version: 2.1
Name: quartical
Version: 0.0.2
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
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 (more information to follow).

## Installation

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

## Documentation

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


