Note
Go to the end to download the full example code.
Loading Bruker OPUS files
Here we load an experimental Bruker OPUS files and plot it.
Read and display OPUS files
import spectrochempy as scp
Z = scp.read_opus(
["test.0000", "test.0001", "test.0002", "test.0003"], directory="irdata/OPUS"
)
Z

Uncomment the following line to display all figures when running the script directly with Python.
# scp.show()
Total running time of the script: (0 minutes 0.134 seconds)