Skip to content
Snippets Groups Projects
Commit 5aa9ee4c authored by Tooba Ali's avatar Tooba Ali
Browse files

fix typo

parent a245add6
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !202. Comments created here will be created in the context of that merge request.
...@@ -26,7 +26,7 @@ r_path = args.results_path #Path for output figures and file. ...@@ -26,7 +26,7 @@ r_path = args.results_path #Path for output figures and file.
Dconfig = 'epic' + args.config.split('_epic')[1].strip() #Detector config Dconfig = 'epic' + args.config.split('_epic')[1].strip() #Detector config
config = args.config.split('_epic')[0].strip() config = args.config.split('_epic')[0].strip()
minq2 = int(config.split('=')[1].strip()[0]) minq2 = int(config.split('=')[1].strip()[0])
k = int(config.split('x')[0].strip()) #ebeam Electron beam energy k = int(config.split('x')[0].split('_')[1].strip()) #ebeam Electron beam energy
p = int(config.split('x')[1].split('_')[0].strip()) #pbeam Proton (or ion) beam energy p = int(config.split('x')[1].split('_')[0].strip()) #pbeam Proton (or ion) beam energy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment