This is what we are currently doing for Bob for Vesta.

Look Around

First we need to see where we need new maplets. We run:

 ~/Planets/Real/Imager/map_coverage.e
 ZS1000
 0,.1      ←     min,max resolution

And look at the output coverage_m.pgm. Use graphics converter or imagemagick

 convert coverage_m.pgm coverage_m.jpg

The bottom part has already been tiled from ZS1200 and ZS1203.

Run

Before running type:

 rm -f LMRKLIST1.TXT 

Then ./rem_script.b rm -f ./TESTFILES/* rm -f ./TESTFILES1/* ~/Planets/Real/Utilities/make_scriptT.e chmod +x run_script.b ./run_script.b &

Type this from time to time to see how it is going.

~/Planets/Real/Utilities/find_nofitT.e

Export

~/Planets/Real/Utilities/EXPORT.e

Makes EXPORT.b and the script EXPORT.TXT:

The script EXPORT.TXT is:
 cp LMRKLIST1.TXT NEW_FILES/LMRKLIST.TXT
 cd NEW_FILES/LMKFILES
 rm -f *.LMK
 cd ../..
 cd NEW_FILES/MAPFILES
 rm -f *.MAP
 cd ../..
 chmod +x EXPORT.b
 ./EXPORT.b
 tar -cf NEW_FILES.tar NEW_FILES
 rm -f LMRKLIST1.TXT

Run this script by

sh EXPORT.TXT

Change name of NEW_FILES.tar to something distinctive like

and e-mail to me or put in dropbox.

Import

Untar to recover NEW_FILES directory

~/Planets/Real/Utilities/IMPORTL.e

cp NEWLIST.TXT make_script.in

For make_scriptF.seed use:

n
n
g
u
1
o
RECENT
n
1
q
END

Copy into window:

./rem_script.b
rm -f ./TESTFILES/*
rm -f ./TESTFILES1/*
~/Planets/Real/Utilities/make_scriptF.e
./run_script.b &

Check progress with: ~/Planets/Real/Utilities/find_nofit.e