all: awk '{print $$2"\t"$$3"\t"$$4"\t"$$5}' ../../../DAS/0311NI.ONN/Nidatap.lvm > usbscopes cp -f /home/svoboda/Fuze/GOLEM/operation/parameters.pl . make -iB basicevaluations make -iBf makefile.gp all make -iB access basicevaluations: sed 's/\./,/g' usbscopes > usbscopes_dc echo "O" > Plasma make DataGeneration DATA=Btoroidal make DataGeneration DATA=Uloop make DataGeneration DATA=Irogowski make DataGeneration DATA=Iplasma make DataGeneration DATA=Photod perl TotalCharge.pl; perl PlasmaDetect.pl; if [ -f PlasmaStart -a -f PlasmaEnd ]; then\ perl MeanBt.pl;\ perl MeanPhotod.pl;\ perl PlasmaTotalCharge.pl;\ perl UloopPlasma.pl;\ perl OhmicHeatingPower.pl;\ perl Qedge.pl;\ perl ElectronTemperature.pl;\ perl BreakDownVoltage.pl;\ perl StateEqElectronDensity.pl;\ perl ElectronConfinementTimeFirstApprox.pl;\ else \ echo "O" > Plasma;\ fi perl ChamberResistance.pl perl Failures.pl; DataGeneration: perl $(DATA).pl sed 's/\./,/g' $(DATA)_dp.csv > $(DATA)_cp.csv acquisition: cp /home/svoboda/Fuze/GOLEM/operation/parameters.pl . make get make all #make plots get: awk '{print $$1"\t"$$2"\t"$$3"\t"$$4"\t"$$5}' /mnt/NI/Nidata.lvm > Nidata.lvm sed 's/,/\./g' Nidata.lvm > Nidatap.lvm awk '{print $$2"\t"$$3"\t"$$4"\t"$$5}' Nidatap.lvm > usbscopes arming: #echo "NULL" > /mnt/NI/Nidata.lvm rm -f /mnt/NI/Nidata.lvm sleep 1s echo ahoj|telnet NIbasicDAS 5020 > /dev/null 2>/dev/null & edit: emacs *.pl *.gp makefile makefile.* & test: make DataGeneration DATA=SummaryRow;cat SummaryRow_dp.csv gp: make -i -f makefile.gp all www: make -i -f makefile.www all links: ln -fs /home/svoboda/Fuze/GOLEM/analyzy/0210DAS/makefile . ln -fs /home/svoboda/Fuze/GOLEM/analyzy/0210DAS/*.pl . ln -fs /home/svoboda/Fuze/GOLEM/analyzy/0210DAS/makefile.www . ln -fs /home/svoboda/Fuze/GOLEM/analyzy/0210DAS/makefile.gp . clean: rm graph*.* *.csv PlasmaStart PlasmaEnd SHOTNO=`cat ../../../ShotNo` access: # echo "Golem No: $(SHOTNO) echo "

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; bla: make all make -i test