Skip to content
Snippets Groups Projects
Commit 23e4e7da authored by Schneider Leo's avatar Schneider Leo
Browse files

change : absolute path for image dataset and DLLs

parent 56c5da84
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ base_path = os.getcwd()
from System import String
# sys.path.append("DLLs")
clr.AddReference(os.path.join(base_path,'pyRawMSDataReader/DLLs/ThermoFisher.CommonCore.Data"'))
clr.AddReference(os.path.join(base_path,'pyRawMSDataReader/DLLs/ThermoFisher.CommonCore.RawFileReader"'))
clr.AddReference(os.path.join(base_path,'pyRawMSDataReader/DLLs/ThermoFisher.CommonCore.Data'))
clr.AddReference(os.path.join(base_path,'pyRawMSDataReader/DLLs/ThermoFisher.CommonCore.RawFileReader'))
import ThermoFisher
from ThermoFisher.CommonCore.Data.Interfaces import IScanEventBase, IScanEvent
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment