Clay And Iron Mixture¶
This guide uses the extended VIS/NIR mineral-head configuration. It estimates a simple hematite/kaolinite/quartz mixture and reports which hydration bands are observable in the active scan range.
python -m lux.experiments mineral-mixture-clay-iron --json
from lux.matching import match_spectrum
from lux.pipeline import process_reflectance
processed = process_reflectance(wavelengths_nm, powder_counts, white_tile_counts, dark_counts)
matches = match_spectrum(processed.calibrated, local_mineral_library)