error running VET at LLO
Created by: lauranuttall
On LLO pcdev2 I tried running VET and came across a plotting error.
I'm in /home/laura.nuttall/public_html/detchar/seismic_jess/VET/quiet/30_4kHz
gw_summary gps 1126256591 1126364087 --event-cache frames_root.lcf -f /home/laura.nuttall/public_html/detchar/seismic_jess/VET/defaults.ini -f /home/laura.nuttall/public_html/detchar/seismic_jess/VET/quiet/quiet.ini --verbose
WARNING: AstropyDeprecationWarning: Python 2.6 will no longer be supported from Astropy v1.2.0 and above [astropy]
/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
------------------------------------------------------------------------------
Welcome to the GW summary information system command-line interface
------------------------------------------------------------------------------
This is process 1019536
You have selected GPS mode.
Start time 2015-09-14 09:02:54.000 (1126256591.0)
End time: 2015-09-15 14:54:30.000 (1126364087.0)
Output directory: /mnt/home3/laura.nuttall/public_html/detchar/seismic_jess/VET/quiet/30_4kHz/1126256591-1126364087
Loading configuration...
Loaded 1 plugins:
<module 'gwvet.tabs' from '/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/gwvet/tabs.pyc'> Loaded 0 units
Loaded 0 channels
Loaded 7 states
Loaded 2 tabs [2 parents overall]
Reading trigcache from 1 files... done [3 entries]
-------------------------------------------------
Processing SNR 5.5
Downloaded 5 segments for L1:DMT-ANALYSIS_READY:1 (100.00% coverage).
States finalised [1 total]
Default state: 'Science'
Processing 'Science' state
Read 1280 segments for L1:ISI_GND_STS_HAM5_Z_DQ_CHUNK65536:1 (99.39% coverage).
Veto evaluation results:
Deadtime: 10.0216753469 %
Efficiency: 13.543251371 %
Efficiency/Deadtime: 1.35139593951
Efficiency | SNR>=5.5: 17.1761950567 %
Efficiency/Deadtime | SNR>=5.5: 1.71390455808
Efficiency | SNR>=8: 17.6965025216 %
Efficiency/Deadtime | SNR>=8: 1.76582277005
Efficiency | SNR>=10: 17.1000391433 %
Efficiency/Deadtime | SNR>=10: 1.7063054381
Efficiency | SNR>=20: 13.1642098046 %
Efficiency/Deadtime | SNR>=20: 1.31357376376
Use percentage: 39.6875 %
Loudest event by snr: 0.0 %
1 data-quality flags identified for segments
Plotting...
/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/matplotlib/patches.py:107: UserWarning: Setting the 'color' property will overridethe edgecolor or facecolor properties.
warnings.warn("Setting the 'color' property will override"
1126256591-1126364087/plots/L1-SCIENCE_D2E12D_SEGMENTS-1126256591-107496.png written
/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/matplotlib/__init__.py:892: UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.
warnings.warn(self.msg_depr % (key, alt_key))
1126256591-1126364087/plots/L1-SCIENCE_F1A457_OMICRON_TIME_PEAK_FREQUENCY_TRIGGERS-1126256591-107496.png written
/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/matplotlib/axes/_axes.py:5907: UserWarning: 2D hist input should be nsamples x nvariables;
this looks transposed (shape is 1 x 113060)
'(shape is %d x %d)' % inp.shape[::-1])
Traceback (most recent call last):
File "/mnt/home1/detchar/opt/gwpysoft/bin/gw_summary", line 678, in <module>
datafind_error=opts.on_datafind_error, **cache)
File "/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/gwsumm/tabs/data.py", line 369, in process
**stateargs)
File "/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/gwvet/tabs.py", line 317, in process_state
return super(FlagTab, self).process_state(state, *args, **kwargs)
File "/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/gwsumm/tabs/data.py", line 575, in process_state
plot.process()
File "/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/gwsumm/plot/triggers.py", line 473, in process
ax.hist(arr, label=label, weights=weights, **kwargs)
File "/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/gwpy/plotter/histogram.py", line 109, in hist
return super(HistogramAxes, self).hist(x, **kwargs)
File "/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/matplotlib/__init__.py", line 1812, in inner
return func(ax, *args, **kwargs)
File "/mnt/home1/detchar/opt/gwpysoft/lib64/python2.6/site-packages/matplotlib/axes/_axes.py", line 5970, in hist
raise ValueError('weights should have the same shape as x')
ValueError: weights should have the same shape as x