= 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 | tee -a notes
make_scriptF
   }}}


Run the script
{{{
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 ===
   {{{
blockFinish 
}}}







----------

''(Compiled by EEP)''