Differences between revisions 7 and 8
Revision 7 as of 2019-01-05 11:36:27
Size: 1803
Editor: EricPalmer
Comment:
Revision 8 as of 2019-01-06 00:45:25
Size: 2254
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:
If you are pushing a few improved maplets to a whole region, than just use the model that you created. You'll want to put a symbolic link from it to XXXXXX. However, if you have improved terrain in some other directory and want to "import" it, then it is at this point you replace the bigmap with the improved version from another directory.

If replacing, do the following...
{{{
  echo y | cp workDir/MAPFILES/$ID.MAP MAPFILES/$ID.MAP
}}}

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

If you are pushing a few improved maplets to a whole region, than just use the model that you created. You'll want to put a symbolic link from it to XXXXXX. However, if you have improved terrain in some other directory and want to "import" it, then it is at this point you replace the bigmap with the improved version from another directory.

If replacing, do the following...

  echo y | cp workDir/MAPFILES/$ID.MAP MAPFILES/$ID.MAP

- 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)

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