You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
Wrong path searched when a specific scan date is required
Types of issue
[x ] Bug report (report an issue with the code)
Feature request (request for change which adds functionality)
Expected Behavior
plotSCurveFitResults.py when called with the command plotSCurveFitResults.py --anaType=trimAna --drawLeg -i listOfScanDates_Scurve.txt --alphaLabels should create five different files. The file listOfScanDates_Scurve.txt contains the scandate we want to compare and has the following format
Here the columns are separated with \t, so do not use VIM editor to edit this file, beacuse it will substitute \t with \s.
plotSCurveFitResults.py for the scandate 2019.05.20.18.28 should look for the following path /data/bigdisk/GEM-Data-Taking/GE11_QC8/GE11-X-S-INDIA-0005/trim/2019.05.22.18.28
Current Behavior
plotSCurveFitResults.py for the scandate 2019.05.20.18.28 looks to this path /data/bigdisk/GEM-Data-Taking/GE11_QC8//GE11-X-S-INDIA-0005/trim/z4.000000//2019.05.20.18.28
Steps to Reproduce (for bugs)
login to gemuser@gem904qc8daq
attach to a screen: screen -S <nameOfTheScreenYouWant>
create the file listOfScanDates_Scurve.txt in the current directory as explained above
Brief summary of issue
Wrong path searched when a specific scan date is required
Types of issue
Expected Behavior
plotSCurveFitResults.py
when called with the commandplotSCurveFitResults.py --anaType=trimAna --drawLeg -i listOfScanDates_Scurve.txt --alphaLabels
should create five different files. The filelistOfScanDates_Scurve.txt
contains the scandate we want to compare and has the following formatHere the columns are separated with
\t
, so do not use VIM editor to edit this file, beacuse it will substitute\t
with\s
.plotSCurveFitResults.py
for the scandate2019.05.20.18.28
should look for the following path/data/bigdisk/GEM-Data-Taking/GE11_QC8/GE11-X-S-INDIA-0005/trim/2019.05.22.18.28
Current Behavior
plotSCurveFitResults.py
for the scandate2019.05.20.18.28
looks to this path/data/bigdisk/GEM-Data-Taking/GE11_QC8//GE11-X-S-INDIA-0005/trim/z4.000000//2019.05.20.18.28
Steps to Reproduce (for bugs)
screen -S <nameOfTheScreenYouWant>
listOfScanDates_Scurve.txt
in the current directory as explained aboveplotSCurveFitResults.py --anaType=trimAna --drawLeg -i listOfScanDates_Scurve.txt --alphaLabels
Possible Solution (for bugs)
A possible solution is to modify the path called in
plotSCurveFitResults.py
, removing stringz4.000000
from pathContext (for feature requests)
This bug prevents the match of scurves taken on chambers in QC8 at different scanDates
Your Environment
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
The text was updated successfully, but these errors were encountered: