Carroucell plugin
Introduction
The spectrochempy-carroucell plugin provides a reader for carroucell
experiment directories.
Installation
Install it directly:
pip install spectrochempy-carroucell
Recommended API
Use the recommended namespaced API:
import spectrochempy as scp
dataset = scp.carroucell.read("path/to/carroucell-directory")
Compatibility aliases
The explicit historical alias scp.carroucell.read_carroucell(...) remains
available, but new documentation and examples should prefer the shorter
scp.carroucell.read(...) form.
API Reference
The generated public API page for the Carroucell plugin is listed in
Plugin public API reference. See spectrochempy.carroucell.read.
Examples
Use the same namespaced reader shown above when importing a carroucell experiment directory.
Limitations
Currently, the user-facing documentation for this plugin focuses on directory imports for carroucell experiment workflows.