Metadata-Version: 2.4
Name: toast
Version: 3.0.0a43
Summary: Time Ordered Astrophysics Scalable Tools
Home-page: https://github.com/hpc4cmb/toast
Author: Theodore Kisner, Reijo Keskitalo
Author-email: tskisner.public@gmail.com
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: tomlkit
Requires-Dist: traitlets>=5.0
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"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
