Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2016-02-26 12:06:32
Size: 615
Editor: tcampb
Comment:
Revision 7 as of 2016-03-01 14:42:40
Size: 837
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= F3CBLOCK-6A (Tile 5cm) = = F3CBLOCK-10A (Tile 5cm) =
Line 24: Line 24:
ln -s scripts/make_scriptT05 make_scriptT.in ls -l /usr/local/bin/map_coverage
map_coverage
TILE05
0 0.00005

ls -l /usr/local/bin/make_tilfile
echo "N" | make_tilefile > out
sed -i '' '1d' out

echo "XXXXXX" > make_scriptT.in
echo "scripts/XXX005.seed" >> make_scriptT.in
cat out >> make_scriptT.in

F3CBLOCK-10A (Tile 5cm)

Adapted from DL

cd /SPC_Test/F3C-Quality/
script
date
pwd
ls -l

cd test/
ls -l

ls -l scripts/
ls -l support/

cat support/TILE05.in

ls -l /usr/local/bin/bigmap
bigmap < support/TILE05.in
cp MAPFILES/TILE05.MAP MAPFILES/XXXXXX.MAP

ls -l /usr/local/bin/map_coverage
map_coverage
TILE05
0 0.00005

ls -l /usr/local/bin/make_tilfile
echo "N" | make_tilefile > out
sed -i '' '1d' out

echo "XXXXXX" > make_scriptT.in
echo "scripts/XXX005.seed" >> make_scriptT.in
cat out >> make_scriptT.in
cat make_scriptT.in

rm -f LMRKLIST1.TXT

ls -l /usr/local/bin/make_scriptT
make_scriptT
ls -l

cat INIT_LITHOS.TXT
lithos -v

nohup sh run_script.b &

mkdir log/5cm/

cp run_script.b log/5cm/

date
exit

mv typescript typeLog/typescriptTile5

F3CBLOCK-10A (last edited 2016-03-17 13:35:36 by tcampb)