What this is
A small, bounded port from our legacy MATLAB calibration code to Python. The MATLAB→Python migration is the single most impactful body of work in the project right now — every ported utility unblocks downstream work for other contributors.
This issue is intentionally scoped tight: pick one utility, port it, write tests against the captured fixture data already in the repo, open a PR. That's it.
Why this matters
Until the calibration utilities are in Python, every new feature has to reach back into MATLAB. Every ported function compounds — once we're past a critical mass, the contribution barrier drops sharply for the next wave of Python developers.
What to do
- Comment on this issue to claim it. The lane lead will point you at two or three good candidate functions (small, bounded, well-suited to a first port).
- Set up a local dev environment per
CONTRIBUTING.md.
- Port the chosen function to Python, following the structure in
python-migration/ (or the most current migration branch — the lane lead will confirm).
- Write unit tests against the captured fixture data bundled with the repo.
- Open a PR against the
python-migration branch.
Definition of done
Skills
- Python (any modern version — we use 3.10+)
- Ability to read MATLAB (you don't need to write it)
- Basic familiarity with
pytest or willingness to learn
Scope estimate
4–8 hours, including environment setup the first time.
Helpful starting points
How to claim this issue
- Comment "I'd like to work on this" — we'll assign it to you.
- Open a draft PR within ~2 weeks of being assigned. (If life happens, just let us know — we'll unassign so someone else can pick it up.)
- Ask any setup questions on this issue or in our Discord
#contributing channel.
Contact: community@openwater.health
By contributing, you agree to our Contributor License Agreement. (If the CLA isn't yet live when you start, we'll handle it once the flow is up.)/
What this is
A small, bounded port from our legacy MATLAB calibration code to Python. The MATLAB→Python migration is the single most impactful body of work in the project right now — every ported utility unblocks downstream work for other contributors.
This issue is intentionally scoped tight: pick one utility, port it, write tests against the captured fixture data already in the repo, open a PR. That's it.
Why this matters
Until the calibration utilities are in Python, every new feature has to reach back into MATLAB. Every ported function compounds — once we're past a critical mass, the contribution barrier drops sharply for the next wave of Python developers.
What to do
CONTRIBUTING.md.python-migration/(or the most current migration branch — the lane lead will confirm).python-migrationbranch.Definition of done
Skills
pytestor willingness to learnScope estimate
4–8 hours, including environment setup the first time.
Helpful starting points
python-migrationbranch for the current structureCONTRIBUTING.mdfor dev environment setupHow to claim this issue
#contributingchannel.Contact: community@openwater.health
By contributing, you agree to our Contributor License Agreement. (If the CLA isn't yet live when you start, we'll handle it once the flow is up.)/