<?xml version="1.0" ?> <!-- $Header: /nfs/slac/g/glast/ground/cvs/calibUtil/xml/test/testHot-2002_05_02.xml,v 1.1 2002/05/02 20:56:22 jrb Exp $ --> <!-- First attempt at bad strips XML file according to badStrips.dtd --> <!DOCTYPE badStrips SYSTEM "../badStrips.dtd" [] >
<badStrips badType="hot"> |
<generic instrument="flight" timestamp="2002-5-2-12:56"
calType="badStrips" fmtVersion="1.0">
<inputSample startTime="2002-1-1-00:00" stopTime="2002-6-1-00:00"
triggers="random" mode="normal" source="stuff" >
There is no input sample in fact.
Everything is just made up for code testing.
</inputSample>
</generic> |
<cuts tight="0.5" loose="2.0" expected="0.1" />
<tower row="0" col="1">
<tray trayNum="2">
<unilayer which="top">
<bad>
<stripList strips="8 17 401" />
</bad>
</unilayer>
<unilayer which="bot">
<veryBad>
<stripSpan first="23" last="31" />
<stripSpan first="3" last="9" />
</veryBad>
</unilayer>
</tray>
<tray trayNum="7">
<unilayer which="bot">
<bad>
<stripList strips="1 2 3 9" />
<stripSpan first="100" last="123" />
</bad>
</unilayer>
</tray>
</tower>
<tower row="3" col="2">
<tray trayNum="0">
<unilayer which="top">
<bad>
<stripList strips="3 5 11 23 96" />
<stripSpan first="12" last="20" />
<stripSpan first="100" last="124" />
</bad>
</unilayer>
</tray>
</tower>
</badStrips>
|