Software for analysing Spectral- and Absortipn-Mapping.
This Software is for Absorption Maps created by SymphoTime coupled with the HydraLabX1 System.
It is also designed to work with Spectral Maps from Andor Solis Spectrometer coupled with the HydraLabX1 System.
Copy the Software to your project Computer.
Requires "sys", "os", "math", normally preinstalled and "PyQt5", "Scipy", "matplotlib" and "numpy".
Else install the requirements.txt: pip install -r /path/to/requirements.txt
- Read the ASC-Files
- Read single spectra
- Read series spectra
- SpecralMaps
- Read the DAT-Files
- Read single images
- Read series images
- AbsorptionMaps
- Single sprectra from AbsorptionMaps
Start the Software from Python.
Absorption Mapping
The function converts multiple DAT-Files into one large Absorption Map. The files should be named with the individual wavelength used.
Spectra from Absortpion Map
The function takes single Spectra from the previously created large Absorption Map. The User is able to select multiple Positions on the Map to create Spectra.
PL Spectral Mapping
The function takes a series of Spectra from the Andor Solis Software to creat one large Spectral Map. The User is able to select multiple Positions on the Map to extract the single Spectra.
For further information, please refere to the Usermanual.
In the repo you will find the "Testdata" Folder with some Examples from our Lab for Usage and Testing.