IRIS analysis extension for SpectroChemPy
Project description
spectrochempy-iris
IRIS analysis plugin for SpectroChemPy.
Provides IRIS analysis objects, batch workflows, kernel comparison helpers, visualisation helpers, and dataset-bound accessors.
Installation
pip install spectrochempy[iris]
Usage
import spectrochempy as scp
# Package-level plugin APIs are available under scp.iris after installation.
results = scp.iris.batch_iris([dataset], kernel_type="langmuir", q=[-6, 1, 6])
report = scp.iris.iris_report(results[0]["iris"])
# Operations on an existing dataset are exposed through dataset accessors.
kernel = dataset.iris.kernel_matrix(kernel_type="langmuir", q=[-6, 1, 6])
The legacy flat accessor dataset.iris_kernel_matrix(...) is kept for
compatibility.
Development
pip install -e .
pip install -e plugins/spectrochempy-iris
cd plugins/spectrochempy-iris
python -m pytest tests/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spectrochempy_iris-0.1.3.tar.gz.
File metadata
- Download URL: spectrochempy_iris-0.1.3.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a128c2fadca65d43333298a6355ed969d89a1d1dc50e51c8cce9bd62c334124
|
|
| MD5 |
bbb95f9428f2664bdce6ce55f62614b8
|
|
| BLAKE2b-256 |
5dd527b7f79cfd255ab12c4fe49b71c120de5c8f4f7751afa5d96408bb0a9a37
|
File details
Details for the file spectrochempy_iris-0.1.3-py3-none-any.whl.
File metadata
- Download URL: spectrochempy_iris-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c62596ec1038c5995a991a0539d289e9f36d9c95e6cd13de562e234a22e50c
|
|
| MD5 |
7d3332e439708bdefc9e2e68b4d5ce66
|
|
| BLAKE2b-256 |
001cbd6cdf63070e01738dd2d289f13b3ee5ff8f541a6e4ee8164244d1addc83
|