Closed alchem0x2A closed 4 years ago
The current code seems to output mapped spectra data with wrong row and column order.
The problem comes from function WDFReader._reshape_spectra
WDFReader._reshape_spectra
Proposed solution:
spectra.shape == (counts, pps)
w == 1
h == 1
spectra.shape == (h, w, pps)
The current code seems to output mapped spectra data with wrong row and column order.