spe2py icon indicating copy to clipboard operation
spe2py copied to clipboard

Loads Princeton Instruments LightField (SPE 3.0) files into a python environment.

Results 8 spe2py issues
Sort by recently updated
recently updated
newest added

Hi, I got the following error for loading spe file generated by LightField6.7. Could you help me check what might be the problem? Thanks! In [1]: import spe2py as spe...

Even if only `import matplotlib.pyplot as plt` without use, QtCore.QThread and multiprocessing.Process will collapses when call strat() and new a SpeFile Object. It will work better if only `import matplotlib`...

Now, the code read roi from **footer.SpeFormat.DataHistories.DataHistory.Origin.Experiment.Devices.Cameras.Camera.ReadoutControl.RegionsOfInterest.CustomRegions.RegionOfInterest** However, for LightField 6.7, if you choose Full Sensor mode, roi here is untrustworthy, like this: ``` ``` It should be `` for...

I noticed that we had a problem reading the wavelengths after doing a wavelength calibration on our pylon camera. Turns out the Wavelength field is not present but WavelengthError is...

Hi, This is a fantastic utility. Maybe i've missed an option someplace, but I don't think you're accounting for the possibility of metadata being present. In this case, the times...

It would be good to have compatibility with python 2.x I believe all that is required is having some alternatives to tkinter and switching out StringIO for ByteIO

I have worked with spe2py (more specifically with the tool-loader-split branch) for a while and noticed that for larger files, meaning files that contained a lot of frames, there would...

In some country, default encoder is not 'utf-8'.