Differences between revisions 1 and 2
Revision 1 as of 2016-04-13 15:38:16
Size: 616
Editor: tcampb
Comment:
Revision 2 as of 2016-04-13 21:45:25
Size: 617
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
rm TESFILES1/* rm TESTFILES1/*

F3BBLOCK-5B (Fix Correlation)

cd /SPC_Test/F3B-Number/
script
date
pwd
ls -l

cd test/
ls -l

ls -l /usr/local/bin/find_nofitP
find_nofitP > log/10cm/fitP-10cm-1.log
cat log/10cm/fitP-10cm-1.log

sh support/iterateEval.sh
cp evalOut.txt log/10cm/logResults-1.txt
cp evalImg.txt log/10cm/lowImg-1.txt
cp evalLow.txt log/10cm/low-1.txt
cp redo.txt log/10cm/redo-1.txt

#Manually fix find_nofitP errors 

mkdir log/10cm/PINNOOT-1/

cp *.INN *.OOT log/10cm/PINNOOT-1/

sh rem_script.b
rm TESTFILES/*
rm TESTFILES1/*

date
exit

mv typescript typeLog/typescriptCor10a

F3BBLOCK-5B (last edited 2016-04-13 21:45:25 by tcampb)