SuperKEKB XRM system |
Not logged in |
 |
|
Message ID: 3
Entry time: Tue May 3 08:11:06 2016
|
Author: |
M. Andrew |
Type: |
documentation |
Subject: |
what was done in January 2016 |
|
|
Here is a data dump of everything that happened on the asus laptop while getting the laste 2015 / early 2016 incarnation of the XRM tested before being delivered to KEK on the weekend of January 24th. Everything was done in bash and the firmware only addressed one carrier at a time, so the purpose of this elog entry is simply to archive the information. |
|
|
|
|
|
|
# 2016-01-23 mza for XRM
plot "data/carrier0.asic0.pedestals" using ($0):($4)
pause -1
plot "data/carrier0.asic1.pedestals" using ($0):($4)
pause -1
plot "data/carrier0.asic2.pedestals" using ($0):($4)
pause -1
plot "data/carrier0.asic3.pedestals" using ($0):($4)
pause -1
plot "data/carrier1.asic0.pedestals" using ($0):($4)
pause -1
plot "data/carrier1.asic1.pedestals" using ($0):($4)
pause -1
plot "data/carrier1.asic2.pedestals" using ($0):($4)
pause -1
plot "data/carrier1.asic3.pedestals" using ($0):($4)
pause -1
plot "data/carrier2.asic0.pedestals" using ($0):($4)
pause -1
plot "data/carrier2.asic1.pedestals" using ($0):($4)
pause -1
plot "data/carrier2.asic2.pedestals" using ($0):($4)
pause -1
plot "data/carrier2.asic3.pedestals" using ($0):($4)
pause -1
|
|
|
|
|
|
|
|
|
|
|
|
|
|