| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| noiseplots:noise_plots [2009/12/14 14:30] – viktorh | noiseplots:noise_plots [2009/12/29 15:04] (current) – pathes changed viktorh |
|---|
| ====== Noise History ====== | ====== How to create noise plots ====== |
| ===== Available Plots ===== | See lhcb@ckm:~/noise/howToMakeNoisePlots.txt |
| All runs with VFS400_NOTP settings ever taken in 2008 and 2009 were processed using STNZSMonitor. Root files containing noise data for channels of the following TELL1 boards is available: | |
| * TELL1's: 2, 3, 5, 6, 10, 35, 46. See <code> /disk/users/viktorh/brokenBondSectors/rootFiles </code> | |
| | |
| Plots were generated for the following sectors: | |
| * TELL1 2 sector 3 | |
| * TELL1 3 sector 3 | |
| * TELL1 5 sector 1 | |
| * TELL1 5 sector 2 | |
| * TELL1 6 sector 1 | |
| * TELL1 6 sector 2 | |
| * TELL1 10 sector 3 | |
| * TELL1 35 sector 5 | |
| * TELL1 46 sector 4 | |
| | |
| See: <code> /disk/users/viktorh/brokenBondSectors/rootFiles/2008 </code> <code> /disk/users/viktorh/brokenBondSectors/rootFiles/2009 </code> | |
| | |
| | |
| | |
| ===== Process many raw data files using STNZSMonitor ===== | |
| Run the script histos.sh on lxplus. Script and more info see: | |
| <code> | |
| /disk/users/viktorh/brokenBondSectors/howToGenerateTheRootFiles.txt | |
| </code> | |
| | |
| ===== Make "history" plots ===== | |
| See /disk/users/viktorh/brokenBondSectors/howToMakeNoisePlots.txt | |
| ===Noise pattern of a Tell1 sector:=== | ===Noise pattern of a Tell1 sector:=== |
| Use the script <code> ./disk/users/viktorh/brokenBondSectors/makeNoisePlots.py </code> | Use the script <code> ~/noise/scripts/makeNoisePlots.py </code> |
| ===Noise vs time plot for a channel and noise distribution for a channel:=== | ===Noise vs time plot for a channel and noise distribution for a channel:=== |
| Use the script <code> ./disk/users/viktorh/brokenBondSectors/makeNoisePlots.py </code> | Use the script <code> ~/noise/scripts/PlotNoiseVsTime.py </code> |
| * GPS time is added to the ODIN bank on May, 15th: http://lblogbook.cern.ch/Shift/?mode=summary&reverse=0&reverse=1&npp=20&ma=1&da=1&ya=2008&mb=12&db=16&yb=2008&subtext=gps . However, gps time is not always available up to August 2008. Therefore, plot 2008 noise data against run numbers by setting the option useRunNoFor08Data == 1 (True). If option useRunNoFor08Data == 0 (False), noise is plotted as a function of the date. Only noise data with gps time information will be plotted. | * GPS time is added to the ODIN bank on May, 15th: http://lblogbook.cern.ch/Shift/?mode=summary&reverse=0&reverse=1&npp=20&ma=1&da=1&ya=2008&mb=12&db=16&yb=2008&subtext=gps . However, gps time is not always available up to August 2008. Therefore, plot 2008 noise data against run numbers by setting the option useRunNoFor08Data == 1 (True). If option useRunNoFor08Data == 0 (False), noise is plotted as a function of the date. Only noise data with gps time information will be plotted. |
| | |
| | ===== Process many raw data files using STNZSMonitor ===== |
| | Run the script histos.sh on lxplus. Script and more info see: |
| | <code>lhcb@ckm:~/noise/howToGenerateTheRootFiles.txt</code> |