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
27 stars 9 forks source link

Unsupported/unknown datatype10 (ASCII Timestamp) #28

Open JulianWgs opened 1 year ago

JulianWgs commented 1 year ago

Hi,

I tried to read a Famos .dat file and got the following error:

RuntimeError: unsupported/unknown datatype10

The responsible code can be found here.

It seams like the datatype10 corresponds to an ASCII timestamp, according to this code. The file does contain timestamps.

It would be great to be able to parse timestamp signals either as a UNIX timestamp or as a fixed length string. A workaround could be to give the user the option to skip certain datatypes.