I am using Catman Easy 3.1.11 and this importer DOES work for new versions, but you need to make the following modifications to catman_read.m:
Change line 88:
dataoffset=fread(fid,1,'long'); % Offset in Byte from start of file for Data Area
to:
a1.dataoffset=fread(fid,1,'long');
Add line 195:
fseek(fid,a1.dataoffset,'bof'); % Jump file pointer to data area
I can't test it with data files from older versions of Catman, so can anyone verify that it works? I've contacted HMB and asked them to check as well. The author's email address at HBM appears to no longer be active.