⇤ ← Revision 1 as of 2016-02-16 18:12:06
Size: 4630
Comment:
|
Size: 4890
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Block-05-01 - TILE - BIGMAP = | = Block-5A - TILE - BIGMAP = |
Line 7: | Line 7: |
## BLOCK 05-01 ## | ## BLOCK 5A ## |
Line 13: | Line 13: |
## are sepcified by the user, using the bigmap in files contained in | ## are specified by the user, using the bigmap in files contained in |
Line 22: | Line 22: |
## ORex/ ## DATA/ |
|
Line 28: | Line 26: |
## PICTLIST.TXT | |
Line 31: | Line 30: |
## User has completed the processing steps comprising Block 01-01 - TEST DIRECTORY | ## User has completed the processing steps comprising Block 1A - TEST DIRECTORY |
Line 33: | Line 32: |
## User has set up the test sub-directory, as per Block 01-02 - TEST DIRECTORY | ## User has set up the test sub-directory, as per Block 1B - TEST DIRECTORY |
Line 35: | Line 34: |
## User has ingested and registered test images as per Blocks 02-01, 02-02, and 03.01 | ## User has ingested and registered test images as per Blocks 2A, 2B, and 3A |
Line 46: | Line 45: |
## (for example, Block-05-01-Tile-Bigmap-F3G1-20cmTiling) | ## (for example, Block-5A-Tile-Bigmap-F3G1-20cmTiling) |
Line 50: | Line 49: |
#subTestID=F3G1 | subTestID=F3G1 |
Line 56: | Line 55: |
subTestID=F3G7 #export bigmapInFileNm=TILE20 |
#subTestID=F3G7 export bigmapInFileNm=TILE20 |
Line 59: | Line 58: |
export bigmapInFileNm=TILE05 #export tilingSeedFileNm=XXX020 |
#export bigmapInFileNm=TILE05 export tilingSeedFileNm=XXX020 |
Line 62: | Line 61: |
export tilingSeedFileNm=XXX005 #export gSD=0.0002 |
#export tilingSeedFileNm=XXX005 export gSD=0.0002 |
Line 65: | Line 64: |
export gSD=0.00005 blockID=Block-05-01-Tile-Bigmap-${subTestID}-${bigmapInFileNm} |
#export gSD=0.00005 blockID=Block-5A-Tile-Bigmap-${subTestID}-${bigmapInFileNm} |
Line 71: | Line 70: |
Line 124: | Line 124: |
......... | # Manually correlate as required |
Line 129: | Line 129: |
open coverage_m-${bigmapInFileNm}-afterTiling.jpg | ## DECISION ## OPTION 1: Inspect display outputs on ormacsrv1 display coverage_m.pgm ## END OF OPTION 1 ##OPTION 2: Inspect display output on a different machine cp coverage_m-${bigmapInFileNm}-afterTiling.jpg ~/send/ # images inspected on different machine ## END OF OPTION 2 |
Line 132: | Line 143: |
......... | # Manually create maplets and correlate images as required |
Line 140: | Line 151: |
date | |
Line 141: | Line 153: |
Block-5A - TILE - BIGMAP
########################################################################## ## ## ## BLOCK 5A ## ## TILE - BIGMAP ## ## ## ########################################################################## ## This block tiles a bigmap with a new suite of landmarks. Bigmap and maplet parameters ## are specified by the user, using the bigmap in files contained in ## /SPC_Test/F3-base/base/support/ and the lithos options contained in the seed files in: ## /SPC_Test/F3-base/base/scripts/ ## Assumptions: ## User has invoked a Bourne-Again Shell (bash) on ormacsrv1.lpl.arizona.edu ## User is a member of the group OREX\spc ## User has set up a skeleton directory in the following format: ## /SPC_Test/F3G-Nav/ ## base/ ## IMAGEFILES/ ## SHAPEFILES/ ## lsupport/ ## PICTLIST.TXT ## orig/ ## results/ ## test/ ## User has completed the processing steps comprising Block 1A - TEST DIRECTORY ## SET-UP - ORIG ## User has set up the test sub-directory, as per Block 1B - TEST DIRECTORY ## SET-UP - TEST ## User has ingested and registered test images as per Blocks 2A, 2B, and 3A ## User inputs: ## testID: Name of the F3 test directory (for example, F3E-Limbs) ## subTestID: (if required) Identifier for sub-test work (for example, F3G1) ## bigmapInFileNm: Name of bigmap .in file located in /SPC_Test/F3-base/base/support/ ## (for example, TILE20) ## tilingSeedFileNm: Name of tiling seeed file located in /SPC_Test/F3-base/base/scrits/ ## (for example, XXX020) ## gSD: Maplet Ground Sample Distance in km (for example, 0.0002) ## blockID: User-specified identifier for typescript textfile name ## (for example, Block-5A-Tile-Bigmap-F3G1-20cmTiling) # User inputs: testID=F3G-Nav subTestID=F3G1 #subTestID=F3G2 #subTestID=F3G3 #subTestID=F3G4 #subTestID=F3G5 #subTestID=F3G6 #subTestID=F3G7 export bigmapInFileNm=TILE20 #export bigmapInFileNm=TILE10 #export bigmapInFileNm=TILE05 export tilingSeedFileNm=XXX020 #export tilingSeedFileNm=XXX010 #export tilingSeedFileNm=XXX005 export gSD=0.0002 #export gSD=0.0001 #export gSD=0.00005 blockID=Block-5A-Tile-Bigmap-${subTestID}-${bigmapInFileNm} # Set-Up cd /SPC_Test/$testID/test/ script date pwd ls -l # Make tiling bigmap echo "Bigmap .in file: support/${bigmapInFileNm}.in" cat support/${bigmapInFileNm}.in ls -l /usr/local/bin/bigmap bigmap < support/${bigmapInFileNm}.in | tee log-${bigmapInFileNm} # check resulting file ## Tiling bigmap has the same name as the .in file, ## i.e. TILE20.in, produces the tiling bigmap: TILE20 echo ${bigmapInFileNm} | showmap convert ${bigmapInFileNm}.pgm ${bigmapInFileNm}.jpg open ${bigmapInFileNm}.jpg # Set up tiling cp MAPFILES/${bigmapInFileNm}.MAP MAPFILES/XXXXXX.MAP ls -l /usr/local/bin/map_coverage echo "XXXXXX" > map_coverage.in echo 0 >> map_coverage.in echo $gSD >> map_coverage.in map_coverage < map_coverage.in convert coverage_m.pgm coverage_m-${bigmapInFileNm}-beforeTiling.jpg open coverage_m-${bigmapInFileNm}-beforeTiling.jpg echo "N" | make_tilefile | tee make_tilefile.out sed 1d make_tilefile.out > temp.out echo "XXXXXX" > make_scriptT.in echo "scripts/${tilingSeedFileNm}.seed" >> make_scriptT.in cat temp.out >> make_scriptT.in cat make_scriptT.in make_scriptT ls -l # Invoke tiling script cat INIT_LITHOS.TXT lithos -v nohup sh run_script.b & # Monitor progress ls -l *.INN *.OOT find_nofitT sh support/logEvalP.sh # Check results - correlation find_nofitT | tee log-fitT-${bigmapInFileNm} sh support/logEvalP.sh cat logResults.txt cat lowImg.txt cat redo.txt # Fix uncorrelated images # Manually correlate as required # Check results - tiling map_coverage < map_coverage.in convert coverage_m.pgm coverage_m-${bigmapInFileNm}-afterTiling.jpg ## DECISION ## OPTION 1: Inspect display outputs on ormacsrv1 display coverage_m.pgm ## END OF OPTION 1 ##OPTION 2: Inspect display output on a different machine cp coverage_m-${bigmapInFileNm}-afterTiling.jpg ~/send/ # images inspected on different machine ## END OF OPTION 2 # Fix tiling gaps # Manually create maplets and correlate images as required # Clean directory sh rem_script.b rm TESTFILES/* rm TESTFILES1/* # Block Complete date exit # Save block log if [ ! -d /SPC_Test/$testID/log ]; then mkdir /SPC_Test/$testID/log fi mv typescript /SPC_Test/$testID/log/log-typescript-${blockID}