You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of acquire step and glue in the hyperspectral imaging acquisition is slightly flawed. Since we use acquire step and glue the wavelength data is not strictly correct since it just interpolates using numpy linspace functionality. The fix for this is to access the wavelengths from the .spe file that the Lightfield application generates.
In the meantime, if you would like the exact wavelengths to run precise experiments you can open the file directly with a spe file reader and extract the wavelengths.
This issue will be addressed in an upcoming update
The text was updated successfully, but these errors were encountered:
The current implementation of acquire step and glue in the hyperspectral imaging acquisition is slightly flawed. Since we use acquire step and glue the wavelength data is not strictly correct since it just interpolates using numpy
linspace
functionality. The fix for this is to access the wavelengths from the.spe
file that the Lightfield application generates.In the meantime, if you would like the exact wavelengths to run precise experiments you can open the file directly with a spe file reader and extract the wavelengths.
This issue will be addressed in an upcoming update
The text was updated successfully, but these errors were encountered: