Skip to main content

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, and (https://tart.elec.ac.nz)

Authors

Installation

Default installation (includes all features):

pip install tart

For minimal installation (without scipy simulation features):

pip install tart[minimal]

For installation with plotting support:

pip install tart[plotting]

For complete installation (all optional features including networking and performance enhancements):

pip install tart[all]

Note: The [all] option includes matplotlib, pyfftw, requests, and scipy for complete functionality. Some simulation features require scipy and plotting features require matplotlib. These are optional dependencies that will provide helpful error messages if missing. The spectrum analysis feature now works in minimal installations using numpy.fft instead of scipy.fft.

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:

  • 1.4.6 Bug fixes and test improvements - Replace the abandoned jsonrpclib dependency with a built-in stdlib JSON-RPC 2.0 client (same wire format, unit tested against a local mock server). - Fix ElAz.from_pixel_indices so horizon-boundary pixels are accepted instead of raising ValueError. - Fix antennas_simp_vis crashing when given a list noise_level, and stop get_geo_delay_horizontal mutating the source's r attribute. - Fix tests that compared against incompatible reference frames: add the observer position to astropy's rotation-only AltAz transforms and compare RA/Dec in the equinox-of-date frame; relax the sun test tolerance to the approximate model accuracy. - Make the correlator and simulation tests deterministic, compare visibility magnitudes where the 1-bit correlator phase is quantized, and skip the ephemeris/GPS tests gracefully when the RPC server (localhost:8876) is not running. - Test plots are displayed briefly and close automatically so the suite can run unattended; all test dependencies are declared for both hatch and uv (tart/uv.lock).
  • 1.4.5 Keep in sync with tart_tools.
  • 1.4.3 Keep in sync with tart_tools.
  • 1.4.0 Add a to_json method to visibilty.
  • 1.3.5 Fix bugs in x,y array indices.
  • 1.3.4 Add routines for converting l,m to x,y and use them.
  • 1.3.3 Keep in sync with tart_tools.
  • 1.3.1 Added minimal dependency option excluding scipy. Spectrum analysis now uses numpy.fft for better minimal compatibility.
  • 1.3.0 Huge refactor to get tests going again.
  • 1.2.0b4 Fix up the loading of config data.
  • 1.2.0b1 TART tools update (new tart_get_archive_data super-handy tool)
  • 1.1.2b8 TART tools update
  • 1.1.2b7 Handle expiration of JWT tokens better (in tart_tools)
  • 1.1.2b6 Pass the lat and lon to catalog_url
  • 1.1.2b5 Require the python-dateutil library
  • 1.1.2b4 Require the requests library
  • 1.1.2b3 Change API of catalog_url to use lon and lat explicitly
  • 1.1.2b0 make h5 to json compatible with tart2ms json import.
  • 1.1.1b1 Make sure all get_all_uvw() return meters rather than wavelengths.
  • 1.1.0b9 Switch to new based utc class, Fix up some old tests
  • 1.1.0b8 Move to separate repository. Better tests.
  • 1.1.0b7 Better dealing with h5 files, returning a dict with sufficient information to generate calibrated visibilities.
  • 1.1.0b6 Save calibration gains and phases.
  • 1.1.0b5 Use raw docstrings for those that contain escape sequences.
  • 1.1.0b4 Fix hdf5 visibility output.
  • 1.1.0b3 Rework empirical antenna model.
  • 1.1.0b0 Add hdf5 IO
  • 0.15.5 Added EPHEMERIS_SERVER_HOST, POSTGRES_HOST, POSTGRES_USER, POSTGRES_PASSWORD environment variable.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tart-1.4.6.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tart-1.4.6-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file tart-1.4.6.tar.gz.

File metadata

  • Download URL: tart-1.4.6.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tart-1.4.6.tar.gz
Algorithm Hash digest
SHA256 2327ff73ecf1e1ab17a0e352fc4d7746f168234a08d0cf372ca15fb5331cf6d6
MD5 9b0640ca4dacd5d69fd8b32e54caad96
BLAKE2b-256 0b271757003f0394e2ca8baa21e7d7499b5efc517a19206afb0bae3b4384432d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tart-1.4.6.tar.gz:

Publisher: tart.yaml on tmolteno/tart_modules

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tart-1.4.6-py3-none-any.whl.

File metadata

  • Download URL: tart-1.4.6-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tart-1.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 263325264bbb0463a79bd878a188c7dcc9072dd362c86c9afb34003bb4f4eccc
MD5 aa19d89ce262b8aba1a110903fa34237
BLAKE2b-256 b20fdc9dc6d9094d8801eb41b2187205ad763b20ece6b3e222a6d4ff521b2a23

See more details on using hashes here.

Provenance

The following attestation bundles were made for tart-1.4.6-py3-none-any.whl:

Publisher: tart.yaml on tmolteno/tart_modules

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.4.6 This release

2 files

1.4.5

2 files

1.4.4

2 files

1.4.3

2 files

1.4.1

2 files

1.4.0

2 files

1.3.6

2 files

1.3.5

2 files

1.3.4

2 files

1.3.3

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.3

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page