IMCtermite icon indicating copy to clipboard operation
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

Results 7 IMCtermite issues
Sort by recently updated
recently updated
newest added

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,....