A collection of lightcone postprocessing tools such as calculating power spectra, plotting, and making line intensity maps.
tuesday is available on PyPI and can be installed with standard
tools like pip or uv:
$ pip install tuesday-eor
or:
$ uv pip install tuesday-eor
If you are developing tuesday, we recommend using a virtual environment.
You can create a new environment with uv:
$ uv venv --python=3.12 [env-name] $ source .venv/bin/activate $ uv pip install -e ".[dev]"
- Then use::
- $ deactivate
to exit the virtual environment.
See the documentation for more information on how to use tuesday.
Contributions are very welcome. To learn more, see the Contributor Guide.