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
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.
Hi,
I tried to read a Famos .dat file and got the following error:
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.