Block 5 - Iterate V2
Description
This block iterates a set of landmarks specified by the user, using the lithosP.
Assumptions
- You have invoked a Bourne-Again Shell (bash)
- You have completed the processing steps in Block 1 - Setup Directory
Procedure
Make sure make_scriptP.seed is correct.
3. Set-up batch iteration files
Scenario - Full list of landmarks
# Set-up batch iteration files ## SCENARIO 1: Iterate all landmarks lised in LMRKLIST.TXT cp LMRKLIST.TXT LIST.TXT duplicates ## END OF SCENARIO 1
Scenario - Recently Tiled
## SCENARIO 2: Iterate landmarks that were just created by tiling cp LMRKLIST1.TXT LIST.TXT duplicates ## END OF SCENARIO 2
Scenario - List of landmarks from a region (BIGMAP)
## SCENARIO 3: Iterate landmarks which overlap a region-of-interest defined via a bigmap .in file bigmap < lsupport/<bigmap>.in cp USED_MAPS.TXT LIST.TXT duplicates ## END OF SCENARIO 3
Finish Setup
MAKE_LMRKLISTX make_scriptP | tee run.sh
4. Invoke batch iteration
# Invoke batch iteration sh run.sh
5. Monitor progress
# Monitor progress ls -l *.INN *.OOT find_nofitP
6. Check results
# Check results find_nofitP | tee output mkdir ../jrwlog/step1-5 mv run_script*.b *INN *OOT output run.sh eval* ../jrwlog/step1-5
8. Clean directory
# Clean directory sh rem_script.b rm TESTFILES/* rm TESTFILES1/*
(Compiled by JRW)