-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update README, changelog, and install docs. - Fix MANIFEST.in and clean up setup.py
- Loading branch information
Showing
10 changed files
with
160 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
include README.md | ||
include AUTHORS | ||
include LICENSE | ||
include src | ||
include CMakeLists.txt | ||
include tutorial | ||
include example | ||
include platforms | ||
include cmake | ||
include docs | ||
recursive-include src * | ||
recursive-include pipelines * | ||
recursive-include tutorial * | ||
recursive-include examples * | ||
prune examples/job* | ||
prune examples/data | ||
recursive-include platforms * | ||
recursive-include cmake * | ||
recursive-include docs * | ||
prune docs/_build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# Time Ordered Astrophysics Scalable Tools | ||
|
||
![Build Status](https://github.com/hpc4cmb/toast/workflows/Run%20Test%20Suite/badge.svg?branch=master) | ||
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 here: | ||
|
||
https://toast-cmb.readthedocs.io/en/latest/ | ||
|
||
![Build Status](https://github.com/hpc4cmb/toast/workflows/Run%20Test%20Suite/badge.svg?branch=master) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.