Plugin public API reference๏
This page collects the generated public API pages owned by official SpectroChemPy plugins.
Workflow-oriented plugin guides remain in Plugins.
NMR plugin๏
Open TopSpin Bruker NMR spectra. |
PerkinElmer plugin๏
Open PerkinElmer |
Carroucell plugin๏
Recommended public entry point:
spectrochempy.carroucell.read.
Open |
IRIS plugin๏
Integral inversion solver for spectroscopic data (IRIS). |
Tensor plugin๏
CP/PARAFAC decomposition of 3D datasets using TensorLy. |
Hypercomplex plugin๏
The recommended public API is the dataset.hyper accessor.
All hypercomplex operations are accessed through dataset.hyper:
Operation |
Example |
|---|---|
Convert to quaternion |
|
Check type |
|
Extract RR component |
|
Extract RI component |
|
Extract IR component |
|
Extract II component |
|
For workflow-oriented explanations and examples, see Hypercomplex (quaternion) plugin.