IMCtermite
IMCtermite copied to clipboard
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
Hi, I tried to read a Famos .dat file and got the following error: ```python-traceback RuntimeError: unsupported/unknown datatype10 ``` The responsible code can be found [here](https://github.com/RecordEvolution/IMCtermite/blob/effeee105cb767cea34b01b4e9d9840574d9ed86/lib/imc_channel.hpp#L475C20-L475C33). It seams like the...
Hello, I'm getting an error while trying to open Famos dat file. I also tried to Famos own test data, same problem is occurring. Do you have any idea about...
Hi there, In Windows the following code snippet works without any error: ``` import IMCtermite def main(): imcraw = IMCtermite.imctermite(b"/export/home/scratch/P31424_500h.raw") if __name__ == '__main__': main() ``` However in Ubuntu, I...
- Updating IMCtermite to V2.0.7 - Converting raw-file with version imc STUDIO 5.2 R22 (28.07.2021) works fine. - Converting raw-file with version imc STUDIO 2022 R3 (03.10.2022) does not work....
Hello, as mentioned in the "README.md incorrect" issue, I have a problem with importing a dataset of an imc cronos measurement. I get an JSONDecode Error (s. below). In the...
Hi, it looks like you do not support the imc BUS format. Instead it is the imc2 DATA format. The extension .raw is almost the same as .dat with 2...
printing channel data into files via `print_channel()` takes a suspiciously long time: maybe potential for improving performance by e.g. manual buffering, precision manipulation, fixed point,....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
What an awesome library! You know what would it make even better? The ability to load single channels with data without loading all channels. I know I can load data...
Thanks for this library which helped me to a lot through python. I noticed an issue when xdata which is time element for when xoffset : '0.005' xdata is subject...