Skip to content

Leaf Chlorophyll Proxy

This guide simulates chlorophyll loss in a nutrient-stressed leaf. It uses reflectance correction, red-edge position, chlorophyll band ratios, and a small plant library search. Replace the synthetic scan with paired control and treatment leaves before making crop-specific thresholds.

python -m lux.experiments leaf-nitrogen-chlorophyll --json
from lux.modules.plants import plant_metrics
from lux.pipeline import process_reflectance

processed = process_reflectance(wavelengths_nm, sample_counts, white_counts, dark_counts)
metrics = plant_metrics(processed.calibrated)