RecordEvolution / IMCtermite

Enables extraction of measurement data from binary files with extension 'raw' used by proprietary software imcFAMOS/imcSTUDIO and facilitates its storage in open source file formats
MIT License
26 stars 8 forks source link

ydata values are wrong #20

Closed berghaeu closed 1 year ago

berghaeu commented 1 year ago

When reading in a .raw file the channel names and xdata come just as expected. When accessing the ydata of these channels it gives just random numbers for all channels: [-149.659155832, 95.820914973, 50.353051944, 95.900265519, -149.659155832, 95.820914973, 50.353051944, ...].

By opening the file with FAMOS reader the values come as expected: [21.12, 21.29, 21.11, 21.11, 21.13, 21.29, 21.11, ...].

However, there is one channel that was created in FAMOS by substracting two channels and integrating them. The values of this channel seem to come just fine.

mario-fink commented 1 year ago

@berghaeu Please check out version 2.0.7 as a fix to that issue.

berghaeu commented 1 year ago

Version 2.0.7 fixed that issue. Thank you very much.