Installation¶
Basic Install¶
With Optional Dependencies¶
# For grism extraction via grizli
pip install "thatch[grism]"
# For HuggingFace data access
pip install "thatch[hf]"
# Everything
pip install "thatch[all]"
# Development
pip install "thatch[dev]"
From Source¶
Dependencies¶
Required:
- Python >= 3.10
- numpy, pandas, astropy, astroquery, matplotlib, scipy, photutils
Optional:
grizli— WFC3/IR grism spectral extractionhuggingface_hub+pyarrow— dataset upload/downloadh5py— HDF5 cutout/spectra storage