all: echo "Golem No: `cat ../ShotNo`

Golem shot: `cat ../ShotNo`

`stat -c '%y' usbscopes |awk '{print $$1}'` - `cat ../starttime`

" > index.html; chmod o+w index.html; chmod o+w index.html; echo "
" >> index.html; echo "Basic parameters:
    " >> index.html; echo "
  • Chamber pressure pchamber : `cat ../Initial_PfeifferMerkaVakua`->`cat ../Aktual_PfeifferMerkaVakua` mPa (request: `cat ../pressure_setting_mPa` mPa)
  • " >> index.html; echo "
  • Chamber temperature: `cat ../Aktual_TermoclanekNaKomore` grad C
  • " >> index.html; pool=`grep TororoidalMagneticFieldCapacitorValue /home/svoboda/Fuze/GOLEM/operation/parameters.pl`;pol=$${pool##\$$TororoidalMagneticFieldCapacitorValue=};value=$${pol%;*};echo "
  • CBt capacitors ($$value mF) charged to: `cat ../nabijeni/Ub_limit` V
  • " >> index.html; pool=`grep BreakDownElectricFieldCapacitorValue /home/svoboda/Fuze/GOLEM/operation/parameters.pl`;pol=$${pool##\$$BreakDownElectricFieldCapacitorValue=};value=$${pol%;*};echo "
  • CBD capacitors ($$value mF) charged to: `cat ../nabijeni/Ubd_limit` V, triggered `cat ../Tbd_aktual|awk '{printf "%3.1f",$$1/1000}'` ms after Bt
  • " >> index.html; pool=`grep CurrentDriveElectricFieldCapacitorValue /home/svoboda/Fuze/GOLEM/operation/parameters.pl`;pol=$${pool##\$$CurrentDriveElectricFieldCapacitorValue=};value=$${pol%;*};echo "
  • CCD capacitors ($$value mF) charged to: `cat ../nabijeni/Ue_limit` V, triggered `cat ../Te_aktual|awk '{printf "%3.1f",$$1/1000}'` ms after Bt
  • " >> index.html; echo "
  • charging log: t, UCB, UCBD, UCCD, UCDS, pchamber
  • " >> index.html; echo "
  • Time since session beginning: `cat ../Aktual_Time` s
  • " >> index.html; echo "
" >> index.html; echo "Data (sampling interval Ts=100 kHz):" >> index.html; echo "
" >> index.html; if [ -f PlasmaStart -a -f PlasmaEnd ]; then\ echo "Plasma parameters:
    " >> index.html; \ echo "
  • Plasma life from `cat PlasmaStart` over `cat PlasmaTimeLength` to `cat PlasmaEnd` [ms]
  • " >> index.html; \ echo "
  • Mean toroidal magnetic field Bt: `cat MeanBt` T
  • " >> index.html; \ echo "
  • Mean plasma current: `cat MeanPlasmaCurrent` kA
  • " >> index.html; \ echo "
  • Mean Uloop: `cat MeanUloop` V
  • " >> index.html; \ echo "
  • Break down voltage: `cat BreakDownVoltage` V" >> index.html; \ echo "
  • Plasma total charge: `cat PlasmaTotalCharge` C
  • " >> index.html; \ echo "
  • Ohmic heating power: `cat OhmicHeatingPower` kW
  • " >> index.html; \ echo "
  • Q edge: `cat Qedge`
  • " >> index.html; \ echo "
  • Central electron temperature: `cat ElectronTemperature` eV
  • " >> index.html; \ #echo "
  • Electron density (from State eq.): `cat StateEqElectronDensity` /m3
  • " >> index.html; \ #echo "
  • Electron confinement time (first approx.): `cat ElectronConfinementTimeFirstApprox` ms
  • " >> index.html; \ echo "
" >> index.html; \ fi #echo "Comments:
    " >> index.html; \ #echo "
  • Pre: `cat ../shotprecomment`" >> index.html; \ #echo "
  • Post: `cat ../shotpostcomment`" >> index.html; \ #echo "
" >> index.html; \ echo "
" >> index.html; echo "" >> index.html; echo "
Thanks to the specific help and " >> index.html; echo "" >> index.html; cp index.html ../ ln -fs ../nabijeni . ln -fs ../basicdiagn . cp /srv/www/svoboda/web/tmp/graph.png chamber.png SHOTNO=`cat ../ShotNo` access: echo "Golem No: $(SHOTNO)

Golem shot: $(SHOTNO)

" > access.html; chmod o+w access.html; chmod o+w access.html; echo "

Basic parameters:

" >> access.html; echo "

Diagnostics:

" >> access.html; if [ -f PlasmaStart -a -f PlasmaEnd ]; then \ echo "

Plasma created!


Comments:" >> access.html; zmb: echo "" >> access.html; if [ -f PlasmaStart -a -f PlasmaEnd ]; then\ echo "Plasma parameters:" >> access.html; \ fi #echo "Comments:" >> access.html; \ echo "" >> access.html; echo "" >> access.html; echo "
Thanks to the specific help and " >> access.html; echo "" >> access.html; cp access.html ../ ln -fs ../nabijeni . ln -fs ../basicdiagn . cp /srv/www/svoboda/web/tmp/graph.png chamber.png