Metadata-Version: 2.2
Name: toast
Version: 3.0.2
Summary: Time Ordered Astrophysics Scalable Tools
Maintainer-Email: Theodore Kisner <tskisner.public@gmail.com>
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Project-URL: Documentation, https://hpc4cmb.github.io/toast/
Project-URL: Source, https://github.com/hpc4cmb/toast/
Project-URL: Issue Tracker, https://github.com/hpc4cmb/toast/issues
Requires-Python: >=3.10
Requires-Dist: tomlkit
Requires-Dist: traitlets
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: psutil
Requires-Dist: h5py
Requires-Dist: pshmem>=1.3.3
Requires-Dist: flacarray>=0.4.0
Requires-Dist: ruamel.yaml
Requires-Dist: astropy
Requires-Dist: healpy
Requires-Dist: ephem
Requires-Dist: wurlitzer
Provides-Extra: mpi
Requires-Dist: mpi4py>=3.0; extra == "mpi"
Provides-Extra: totalconvolve
Requires-Dist: ducc0; extra == "totalconvolve"
Provides-Extra: interactive
Requires-Dist: ipywidgets; extra == "interactive"
Requires-Dist: plotly; extra == "interactive"
Requires-Dist: plotly-resampler; extra == "interactive"
Provides-Extra: dev
Requires-Dist: uncrustify; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Description-Content-Type: text/markdown

# Time Ordered Astrophysics Scalable Tools

![Build Status](https://github.com/hpc4cmb/toast/workflows/Run%20Test%20Suite/badge.svg?branch=toast3)

[![DOI](https://zenodo.org/badge/33680104.svg)](https://zenodo.org/badge/latestdoi/33680104)

## Description

TOAST is a [software framework](https://en.wikipedia.org/wiki/Software_framework) for
simulating and processing timestream data collected by telescopes. Telescopes which
collect data as timestreams rather than images give us a unique set of analysis
challenges. Detector data usually contains noise which is correlated in time as well as
sources of correlated signal from the instrument and the environment. Large pieces of
data must often be analyzed simultaneously to extract an estimate of the sky signal.

## Documentation

See the full documentation in progress here:

https://hpc4cmb.github.io/toast
