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.