mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 17:15:36 +00:00
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user