⇤ ← Revision 1 as of 2016-02-26 08:35:23
Size: 1396
Comment:
|
Size: 1397
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 65: | Line 65: |
sh support/logEvalP.sh | sh lsupport/logEvalP.sh |
1 Setup Iteration
script cd test date pwd ls -l cat support/TAG100.in ls -l /usr/local/bin/bigmap /usr/local/bin/bigmap < support/TAG100.in cp USED_MAPS.TXT LIST.TXT duplicates cat make_script.in ls -l /usr/local/bin/MAKE_LMRKLISTX MAKE_LMRKLISTX ln -s scripts/make_scriptP.seed make_scriptP.seed cat make_scriptP.seed make_scriptP | tee run.sh ls -l # Invoke batch iteration cat INIT_LITHOS.TXT lithosP -v nohup sh run.sh & #since this will take awhile exit #copy typescript file somewhere... #when finished iterating #clean landmarks script cd test date pwd ls -l # Check results find_nofitP | tee log-fitP sh support/logEvalP.sh cat logResults.txt cat lowImg.txt cat redo.txt # Fix uncorrelated images # Manual correlation as required
2 User input prior to saving
gsd=XX #Enter ground sample distance in cm (ex. 20 for 20cm, 05 for 5cm) Itnum=XX #Enter iteration number
3 Save files
#Save files mkdir log/${gsd}cmIt${Itnum} #need to change XX as appropriate to gsd and iteration number find_nofitP | tee log/${gsd}cmIt${Itnum}/log-fit sh lsupport/logEvalP.sh cat logResults.txt cat lowImg.txt cat redo.txt cp *INN *OOT run_script*.b log/${gsd}cmIt${Itnum} # Clean directory sh rem_script.b rm TESTFILES/* rm TESTFILES1/* #copy typescript somewhere