puhep / pudb

Purdue CMS FPix Database
0 stars 0 forks source link

dead electrical bumps missing #22

Closed jstupak closed 9 years ago

jstupak commented 9 years ago

Hello, I just uploaded a zip file with some new x-ray data. The xml file contains:

<?xml version="1.0" ?>

P-A-3-42 0 0.0 0.0 0 ... The results of the upload are here: http://www.physics.purdue.edu/cmsfpix/Submission_p/summary/summaryFull.php?name=P-A-3-42 I see the slope and offset fields are filled, but not the dead bumps. Did I use the wrong field name?
jstupak commented 9 years ago

github garbled the xml again

<?xml version="1.0" ?>
<ROOT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ROCS>
    <NAME>P-A-3-42</NAME>
    <ROC>
      <POSITION>0</POSITION>
      <XRAY_OFFSET>0.0</XRAY_OFFSET>
      <XRAY_SLOPE>0.0</XRAY_SLOPE>
      <DEAD_BUMPS_XRAY>0</DEAD_BUMPS_XRAY>
    </ROC>
khan62 commented 9 years ago

The tag name is BADBUMPS_XRAY. The electrical test one is BADBUMPS_ELEC. Also, the dead pixels one is DEAD_PIX. Other than that it looks good.

jstupak commented 9 years ago

thanks!