Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2011-11-30 11:05:00
Size: 1656
Editor: EricPalmer
Comment:
Revision 4 as of 2011-11-30 11:07:19
Size: 1765
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
~/Planets/Real/Imager/map_coverage.e
ZS1000
0,.1 ← min,max resolution
 ~/Planets/Real/Imager/map_coverage.e
 ZS1000
 0,.1 ← min,max resolution
Line 14: Line 14:
And look at the output coverage_m.pgm And look at the output coverage_m.pgm. Use graphics converter or imagemagick
{{{
 convert coverage_m.pgm coverage_m.jpg
}}}
Line 21: Line 24:
rm -f LMRKLIST1.TXT {{{
 
rm -f LMRKLIST1.TXT
}}}
Line 24: Line 28:
{{{
Line 30: Line 35:
}}}

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

  • NEW_FILES_ZS1000.tar

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

Making_new_landmarks (last edited 2015-05-06 11:15:25 by localhost)