No description
  • Python 99.3%
  • Shell 0.7%
Find a file
François Boulogne e4cf5476d3 build: migrate to uv dependency management
🤖 Generated with [OpenCode](https://opencode.ai)

Co-Authored-By: OpenCode <noreply@opencode.ai>
2026-08-14 21:45:13 +02:00
labsw build: migrate to uv dependency management 2026-08-14 21:45:13 +02:00
scripts build: migrate to uv dependency management 2026-08-14 21:45:13 +02:00
.gitignore init 2024-07-23 10:22:45 +02:00
pyproject.toml build: migrate to uv dependency management 2026-08-14 21:45:13 +02:00
README.md build: migrate to uv dependency management 2026-08-14 21:45:13 +02:00
RELEASE.md build: migrate to uv dependency management 2026-08-14 21:45:13 +02:00
uv.lock build: migrate to uv dependency management 2026-08-14 21:45:13 +02:00

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__)"