Plant Pigment Extract¶
This guide simulates a plant extract in a VIS cuvette. It runs absorbance correction, baseline removal, peak picking, and pigment matching for chlorophyll a, chlorophyll b, carotenoids, and anthocyanin-like features.
python -m lux.experiments plant-pigment-extract --json
from lux.pipeline import process_absorbance
processed = process_absorbance(wavelengths_nm, sample_counts, solvent_blank_counts, dark_counts)
peak_centers = [peak.wavelength_nm for peak in processed.peaks]