Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2019-11-22 14:26:05
Size: 915
Editor: EricPalmer
Comment:
Revision 8 as of 2019-12-12 11:57:23
Size: 978
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 47: Line 47:
finished import-$ID-$Res_is_complete #finished import-$ID-$Res_is_complete
Line 53: Line 53:
grep A00001 LMRKLIST.TXT
Line 59: Line 60:
sh rem_script.b
rm TESTFILES*/*

Do this for every tar file that is created for the nftLandmarks in nftConfig

Clear everything

murphy
rm -r NEW_FILES NEWLIST.TXT
sh rem_script.b
rm -f ./TESTFILES/*
rm -f ./TESTFILES1/*

Remember to set the variables * ID=00000 * Res=0

Get files ready (only let Kristina do this)

logP=log/$ID$Res
mkdir -p $logP


echo nft=$ID > config/nftID
echo res=$Res >> config/nftID

checkVar $ID $Res $logP

echo "Importing $ID $Res" | tee -a notes
tar -xvf nftConfig/nftLandmarks-${ID}$Res.tar

IMPORT
/bin/mv -f NEWLIST.TXT make_script.in

relink.sh support/importScript.seed make_scriptF.seed

make_scriptF

Run me

nohup sh run_script.b 
#finished import-$ID-$Res_is_complete

Check and finish

grep A00001 LMRKLIST.TXT
find_nofit | tee fit
grep Comments *.OOT | cut -c 12-17 > nftConfig/postImport-${ID}$Res.txt

nftBlockFinish.sh nft.$ID


sh rem_script.b
rm TESTFILES*/*

NFT-7-import (last edited 2019-12-12 11:57:23 by JohnWeirich)