The size part of the VMP module header seems only to be 32 bit, with

32 bits remaining for a ?version number?
This commit is contained in:
Chris Kerr
2013-12-08 13:11:03 +00:00
parent 0ce9b6fb16
commit 549b9ed61b

View File

@@ -126,7 +126,8 @@ def MPTfileCSV(file_or_path):
VMPmodule_hdr = np.dtype([('shortname', 'S10'),
('longname', 'S25'),
('length', '<u8'),
('length', '<u4'),
('version', '<u4'),
('date', 'S8')])
VMPdata_dtype = np.dtype([('flags', 'u1'),
("time/s", '<f8'),