Size: 1794
Comment:
|
Size: 1803
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 90: | Line 90: |
mv $ID.obj ~/send/ | echo y | mv $ID.obj ~/send/ |
Block 15 - Boulder V2
Description
Steps to deal with a boulder
Procedure
1st Maplet
Find the boulder. Make a maplet in the area. Reduce the size until you have the top of the boulder in focus, and most likely if there are any base topography included, it will be out of focus. Remove many images until you have a very clean set of images that have the top of the boulder correct.
Bigmap
Suggestion on names: B-###A.IN
ID=B-016A echo "Propagating the boulder: $ID" | tee -a notes
Build a bigmap around the boulder. base it on the maplet you just created
$ID M EE0018 50 50 0.00035 150 1.23400 1000 $ID 1 .005 .025 1 1 1 1 1 1 1 0 0
bigMapRef < lsupport/$ID.IN echo $ID | showmap convert $ID.pgm ~/send/$ID-0.jpg convert SIGMAS.pgm ~/send/$ID-sig-0.jpg tail -5 SIGMAS.TXT | tee -a notes
Do a fill
- And yes, it is important to do a murphy.
It is good to skip the map file you used for the top of the boulder. If more than one, I suggest excluding both of them for the fill.
murphy cd MAPFILES relink.sh $ID.MAP XXXXXX.MAP | tee -a notes cd .. grep -v EE0018 INSIDE.TXT > LIST.TXT duplicates relink.sh support/FfillBIGMAP.seed make_scriptF.seed | tee -a notes make_scriptF
Run the script
sh run_script.b
Evaluate the fill
Use bigmap to see how things worked out
bigMapRef < lsupport/$ID.IN echo $ID | showmap convert $ID.pgm ~/send/$ID-1.jpg convert SIGMAS.pgm ~/send/$ID-sig-1.jpg tail -5 SIGMAS.TXT | tee -a notes makeOBJ.sh $ID echo y | mv $ID.obj ~/send/
Finish the Block
blockFinish
(Compiled by EEP)