Fast cameras inventory March, 27

From #44293 to #44325

ShotNoBasic diagnosticsFast camerasMotion detection (south)Motion detection (north)
44293
24-03-27
08:27:23
44294

44295
24-03-27
08:40:03
44296
24-03-27
09:10:24
44297
24-03-27
09:18:19
44298
24-03-27
09:27:43
44299
24-03-27
09:30:31
44300
24-03-27
09:33:30
44301
24-03-27
09:36:10
44302
24-03-27
09:38:55
44303
24-03-27
09:41:25
44304
24-03-27
09:44:33
44305
24-03-27
09:47:15
44306
24-03-27
09:50:34
44307
24-03-27
09:53:42
44308
24-03-27
09:56:14
44309
24-03-27
09:59:19
44310
24-03-27
10:02:06
44311
24-03-27
10:05:18
44312
24-03-27
10:08:18
44313
24-03-27
10:11:11
44314
24-03-27
10:13:56
44315
24-03-27
10:17:12
44316
24-03-27
10:20:09
44317
24-03-27
10:23:14
44318
24-03-27
10:26:05
44319
24-03-27
10:29:10
44320
24-03-27
10:32:10
44321
24-03-27
10:35:07
44322
24-03-27
10:37:59
44323
24-03-27
10:40:59
44324
24-03-27
10:43:48
44325
24-03-27
10:46:37
Alltogether 33 discharges

For generation bash script used

from=44293
to=44325
soubor=index.html; 
url=https://golem.fjfi.cvut.cz/shots/
t_plasma_duration_limit=7
title='Fast cameras inventory March, 27'
#url=/shots

echo "<html><body>
<h1>$title</h1>
<h2>From #$from to #$to </h2>
<table>" > $soubor;
echo "<tr><th>ShotNo</th><th>Basic diagnostics</th><th>Fast cameras</th><th>Motion detection (south)</th><th>Motion detection (north)</th></tr>" >> $soubor;
Counter=0
for i in `seq $from $to`; do echo -ne '*'$i:; 
    let Counter++ #increment
    echo -ne yes';'
    echo "<tr>
    <td><a href=$url/$i>$i</a><br>`cat /golem/shots/$i/shot_date`<br>`cat /golem/shots/$i/shot_time`</td>
    <td><img src=$url/$i/Diagnostics/BasicDiagnostics/graph.png></td>
    <td><img src=$url/$i/Devices/AVs/PhotronMiniUX100-a/rawdata.jpg></td>
    <td><img src=$url/$i/Diagnostics/FastCameras/Camera_South/1s.jpeg width=120></td>
    <td><img src=$url/$i/Diagnostics/FastCameras/Camera_North/1s.jpeg width=120></td>
    </tr>" >> $soubor;
done
echo "</table>Alltogether $Counter discharges<hr/>
<h2>For generation bash script used</h2>
<pre>
`cat script.bash|sed 's/</\</g'|sed 's/>/\>/g'`
</pre></body></html>" >> $soubor;