diff --git a/galvani/BioLogic.py b/galvani/BioLogic.py index c6a3dbd..946f3cb 100644 --- a/galvani/BioLogic.py +++ b/galvani/BioLogic.py @@ -36,8 +36,6 @@ def fieldname_to_dtype(fieldname): "|Ewe|/V", "|I|/A", "Phase(Z)/deg", "|Z|/Ohm", "Re(Z)/Ohm", "-Im(Z)/Ohm"): return (fieldname, np.float_) - # N.B. I'm not sure what 'Ns' is as in the only file I have with that - # header it never has any value other than '0' elif fieldname in ("cycle number", "I Range", "Ns", "half cycle"): return (fieldname, np.int_) elif fieldname in ("dq/mA.h", "dQ/mA.h"): @@ -167,10 +165,6 @@ def VMPdata_dtype_from_colIDs(colIDs): flags_dict['counter inc.'] = (np.uint8(0x80), np.bool_) else: raise NotImplementedError("flag %d not implemented" % colID) - elif colID in (131,): - dtype_dict['flags2'] = '