Metadata-Version: 2.1
Name: tart
Version: 1.1.0b7
Summary: Transient Array Radio Telescope Imaging and Operation Library
Home-page: http://github.com/tmolteno/TART
Author: Tim Molteno
Author-email: tim@elec.ac.nz
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Communications :: Ham Radio
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# TART: Radio-telescope operating software
    
This module is used for the operation and imaging from the open-source Transient Array Radio Telescope (TART).

For more information see the [TART Github repository](https://github.com/tmolteno/TART)

## Authors

* Tim Molteno (tim@elec.ac.nz)
* Max Scheel (max@max.ac.nz)

## Development work

If you are developing this package, this should be installed using
```
	make develop
```
in which case changes to the source-code will be immediately available to projects using it.

    
## NEWS

Changelog:

* Version 0.15.0. Python3 changes.
* Version 0.15.1. Major overhaul of tests, more python3 fixes.
* Version 0.15.5. Added EPHEMERIS_SERVER_HOST, POSTGRES_HOST, POSTGRES_USER, POSTGRES_PASSWORD environment variable.
* Version 0.15.6. Added POSTGRES_HOST, POSTGRES_USER, POSTGRES_PASSWORD environment variable.

* Version 1.0.0. Rework database stuff for empirical antennas. New tests.
* Version 1.1b.0 Add hdf5 IO
* Version 1.1b.3 Rework empirical antenna model.
* Version 1.1b.4 Fix hdf5 visibility output.
* Version 1.1b.5 Use raw docstrings for those that contain escape sequences.
* Version 1.1b.6 Save calibration gains and phases.
* Version 1.1b.7 Better dealing with h5 files, returning a dict with sufficient information to generate calibrated visibilities.


