Build a picture

Assuming that we still have XXXXX linked to the bigmap...

ID=00000
Res=A

logP=log/$ID$Res
mkdir -p $logP

echo ${ID}$Res > tmpRun
cat nftConfig/nftBigmap-${ID}-$Res.in >> tmpRun
bigMapRef < tmpRun

echo $ID$Res > MAPLIST.TXT
echo END >> MAPLIST.TXT

img=`head -2 nftConfig/nftBigmap-$ID-$Res.in | tail -1`
echo $img > tmp
echo n >> tmp
Imager_MG < tmp

echo $img > tmp
echo y >> tmp
echo 0 >> tmp
echo n >> tmp
echo n >> tmp
Display < tmp
convert TEMPFILE.pgm $logP/$img.jpg
# Resume generation of Bigmap


convert TEMPFILE.pgm 1.jpg
convert TEMPFILE.pgm $logP/eval-$ID-$img.jpg


echo XXXXXX | showmap
convert XXXXXX.pgm $logP/eval-show-$ID.jpg
score=`tail -2 SIGMAS.TXT | head -1 | cut -c 23-30`
mScore=`echo "scale=2; $score * 1000" | bc | cut -c -4`
convert SIGMAS.pgm   -fill white -gravity North -pointsize 15 -annotate +0+10 Max:${mScore}m   $logP/eval-sig-$ID.jpg

Checking

Create a maplet at the bigmap's center to see how it is performing. Use all "decent" imagery (FB2 and FB7 without NavCam or FB0). Note, don't keep this maplet around when you build the final bigmap because it will only have resampled the bigmap and will have no iterations (because it is only for test).

lithos
c
<ID>Z
m
<ID>W
79
0.00022 49
i
y
.5
n
e
n
0 50 .5 .5 .5 2
1
0
3
n
0
y
1
0
1
n
0
y
u
1
q

landmarkEval.sh ${ID}Z

lithos
d
<id>Z
1
y



Evaluation

You can give it a GSD so that it will only compute that GSD. Thus, 35cm landmarks would be 0.3500 (it uses string matches from MAPINFO.TXT)

---

---

nftBlockFinish nft.$ID