Lightweight wrapper of LVM DRP data with an emphasis on modularity. Allows for lazy reading via dask, especially useful for fitting large models. Designed for use with spectrospatial models via spectracles but probably useful for other things too.
Feel free to contact me personally if you have any questions at all.
Easiest is from PyPI either with pip
pip install lvm-toolsor uv (recommended)
uv add lvm-toolsOr, you can clone and build from source
git clone git@github.com:TomHilder/lvm_tools.git
cd lvm_tools
pip install -e .TODO
TODO
TODO
- Relax version requirements from being strictly my environment (which is very up-to-date)
- repr for FitData
- Logging/hashing
- Cache
- OptConfig
- Testing ?