Getting these errors indicating that the methods don't exist in the Bruker DLL? Is this a versioning issue?
Exception has occurred: AttributeError
function 'tims_read_pasef_profile_msms' not found
File "C:\Git\tdf2mzml-master\tdf2mzml-master\timsdata.py", line 33, in
dll.tims_read_pasef_profile_msms.argtypes = [ c_uint64, POINTER(c_int64), c_uint32, MSMS_PROFILE_SPECTRUM_FUNCTOR ]
File "C:\Git\tdf2mzml-master\tdf2mzml-master\tdf2mzml.py", line 26, in
import timsdata as timsdata
Getting these errors indicating that the methods don't exist in the Bruker DLL? Is this a versioning issue?
Exception has occurred: AttributeError function 'tims_read_pasef_profile_msms' not found File "C:\Git\tdf2mzml-master\tdf2mzml-master\timsdata.py", line 33, in
dll.tims_read_pasef_profile_msms.argtypes = [ c_uint64, POINTER(c_int64), c_uint32, MSMS_PROFILE_SPECTRUM_FUNCTOR ]
File "C:\Git\tdf2mzml-master\tdf2mzml-master\tdf2mzml.py", line 26, in
import timsdata as timsdata