Differences between revisions 5 and 23 (spanning 18 versions)
Revision 5 as of 2019-10-23 08:51:21
Size: 713
Editor: EricPalmer
Comment:
Revision 23 as of 2019-10-31 14:09:57
Size: 1043
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
checkVar $ID $Res $logP
Line 8: Line 9:
#echo 3 .0002 .0002 | RESIDUALS
grep -Ff USED_MAPS.TXT MAPINFO.TXT > check
Line 9: Line 12:
echo 3 .0002 .0002 | RESIDUALS bigmap < nftConfig/nftBigmap-${ID}-$Res.IN
Line 11: Line 14:
convert SIGMA.pgm $logP/clean.jpg
convert SIGMA.pgm 1.jpg
convert SIGMAS.pgm $logP/clean.jpg
convert SIGMAS.pgm 1.jpg
Line 15: Line 18:
tail -1 SIGMA.TXT >> notes tail -1 SIGMAS.TXT >> notes
Line 17: Line 20:
nftBlockFinish nft.$ID echo 4 | nftBlockFinish.sh nft.$ID
Line 24: Line 27:
ID=00000
Res=A
echo ${ID}$Res > tmpRun
cat nftConfig/nftBigmap-${ID}-$Res.in >> tmpRun
checkVar $ID $Res $logP


echo ${ID}A > tmpRun
cat nftConfig/nftBigmap-$ID-$Res.IN>> tmpRun
Line 29: Line 33:
#JRW EDIT: Adding below to make sure XXXXXX.MAP is pointing to the right place.
cd MAPFILES
relink.sh $ID$Res.MAP XXXXXX.MAP
cd ..
 
Line 36: Line 45:
cp $logP/eval-show-$ID.jpg $logP/eval-sig-$ID.jpg ~/send/

Clean as required

Add entries to the notes file as to what was done.

checkVar $ID $Res $logP

#echo 3 .0002 .0002 | RESIDUALS
grep -Ff USED_MAPS.TXT MAPINFO.TXT > check

bigmap < nftConfig/nftBigmap-${ID}-$Res.IN

convert SIGMAS.pgm $logP/clean.jpg
convert SIGMAS.pgm 1.jpg

date >> notes
tail -1 SIGMAS.TXT >> notes

echo 4 | nftBlockFinish.sh nft.$ID

Make a sample final bigmap

checkVar $ID $Res $logP


echo ${ID}A > tmpRun
cat nftConfig/nftBigmap-$ID-$Res.IN>> tmpRun
bigMapRef < tmpRun
#JRW EDIT: Adding below to make sure XXXXXX.MAP is pointing to the right place.
cd MAPFILES
relink.sh $ID$Res.MAP XXXXXX.MAP
cd ..
 

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

cp $logP/eval-show-$ID.jpg $logP/eval-sig-$ID.jpg ~/send/

NFT-4-clean (last edited 2020-02-07 15:27:49 by JohnWeirich)