Tutorials#
Fourteen tutorial notebooks cover the full palmwtc workflow. Each is a
thin wrapper around the library API: DataPaths.resolve() →
run_step(...) → plot → narrative. All algorithmic logic stays in the
palmwtc.* package.
Recommended starting point#
000 — Integrated end-to-end runs the full pipeline (qc → flux → windows → validation → plot) in a single notebook against the bundled synthetic sample. Markdown cells explain the scientific meaning of each step. New users should open this first before diving into the per-stage tutorials below.
Pipeline spine (run in order)#
# |
Title |
Runs on synthetic? |
|---|---|---|
Core data integration (raw → unified monthly) |
Stub (needs raw chamber files) |
|
Rule-based QC |
Stub (needs raw chamber files) |
|
CO₂ / H₂O flux cycle calculation |
Yes |
|
Calibration window selection (production) |
Yes (0 windows on toy data) |
|
Science validation against literature |
Yes (reports skip on synthetic) |
Diagnostics & audits#
Optional / opt-in#
# |
Title |
Purpose |
|---|---|---|
ML-enhanced QC (optional) |
IsolationForest contextual outliers ( |
|
Field alert HTML report |
Email-able operator report |
|
Window selection (reference) |
Methodology audit; superseded by 032 |
|
QC threshold sensitivity sweep |
Operating-point tuning |