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

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.

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
mv $ID.obj ~/send/

Finish the Block


(Compiled by EEP)