Closed cgalloni closed 4 years ago
@bregnery, this is related to the inflection point finder
I will take a look, but there is a bit more information that I need. @cgalloni What version of numpy was used during this? I have found that there are syntax changes between older and new versions of numpy that caused similar errors in the past.
Thanks @bregnery, this is the version on the machine from what I see
Python 2.7.5 (default, Jun 20 2019, 20:27:34)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.version.version
'1.16.0'
The script to analyze the root file of an sBitThresh scan taken with the GLIB fails with the error:
Brief summary of issue
The script to analyze the root file of an sBitThresh scan taken with the GLIB fails. This might be related to the fact that for VFAT 0 and 1 the rate at CFG_THR_ARM_DAC 0 is 0, reported in [#286]
Types of issue
Expected Behavior
It should produce the output files with the results of the analysis
Current Behavior
Steps to Reproduce (for bugs)
gemuser@gem904qc7daq
testConnectivity.py 2 3 0x1 --skipDACScan --skipScurve --checkCSCTrigLink
run_scans.py sbitThresh 2 3 0x01 --waitTime 2
ana_scans.py sbitThresh -i /data/bigdisk/GEM-Data-Taking/GE11_QC8///sbitRate/channelOR//2020.02.12.11.33/SBitRateData.root --chamberConfig -m 100
Possible Solution (for bugs)
Context (for feature requests)
Your Environment