An intuitive interface for 21cm Global Signal Data.
We highly recommend using conda to create a new environment:
conda create -n pygsdata python=3.11Then install pygsdata with pip:
pip install pygsdataIf you are intending to develop pygsdata, first clone then install in developer mode:
git clone [email protected]:edges-collab/pygsdata.git
cd pygsdata
pip install -e ".[dev]"Read all the documentation at https://pygsdata.readthedocs.io/en/latest/