No description
- Python 99.3%
- Shell 0.7%
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <noreply@opencode.ai> |
||
|---|---|---|
| labsw | ||
| scripts | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
| RELEASE.md | ||
| uv.lock | ||
labsw
Tools to load and process sorption/desorption balance data recorded by RH loggers.
Features
load_data_RH_logger: load a (optionally gzip-compressed) log file into a pandas DataFrame.process_data_RH_logger: apply median and Savitzky-Golay filters, compute derivatives, and save the result to an HDF5 file.get_exp_list: browse an experiment directory and build a summary DataFrame of the experiments metadata.
Install
With uv:
uv sync
Usage
uv run python -c "import labsw; print(labsw.__version__)"