Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2019-01-05 00:45:56
Size: 1757
Editor: EricPalmer
Comment:
Revision 4 as of 2019-01-05 01:14:13
Size: 1773
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
$ID
Line 49: Line 50:
bigmap < lsupport/$ID.IN bigMapRef < lsupport/$ID.IN
Line 66: Line 67:
relink $ID.MAP XXXXXX.MAP | tee -a notes relink.sh $ID.MAP XXXXXX.MAP | tee -a notes
Line 70: Line 71:
relink lsupport/FfillBIGMAP.seed | tee -a notes relink.sh support/FfillBIGMAP.seed | tee -a notes
Line 83: Line 84:
bigmap < lsupport/$ID.IN bigMapRef < lsupport/$ID.IN

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)

Block 15 - Boulder v2 (last edited 2019-01-06 00:45:25 by EricPalmer)