PerkinElmer pluginο
Introductionο
The spectrochempy-perkinelmer plugin provides a reader for PerkinElmer
.sp binary IR files.
Installationο
Install it with:
pip install spectrochempy[perkinelmer]
Recommended APIο
Use the recommended namespaced API:
import spectrochempy as scp
dataset = scp.perkinelmer.read("path/to/file.sp")
Compatibility aliasesο
Compatibility aliases are also available for older scripts:
dataset = scp.perkinelmer.read_perkinelmer("path/to/file.sp")
dataset = scp.read_perkinelmer("path/to/file.sp")
dataset = scp.read_sp("path/to/file.sp")
API Referenceο
The generated public API page for the PerkinElmer plugin is listed in
Plugin public API reference. See spectrochempy.perkinelmer.read.
Examplesο
Use the same namespaced reader shown above for ordinary PerkinElmer .sp
import workflows.
Limitationsο
Only single-spectrum
.spfiles are supported.The
.prfformat is not supported.Metadata extraction depends on the presence of standard PerkinElmer blocks; files with incomplete metadata will still load but with reduced
metainformation.