Differences between revisions 3 and 16 (spanning 13 versions)
Revision 3 as of 2019-10-03 12:49:01
Size: 260
Editor: EricPalmer
Comment:
Revision 16 as of 2019-10-29 21:08:41
Size: 831
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 8: Line 7:
nftBlockFinish nft.$ID checkVar $ID $Res

echo 3 .0002 .0002 | RESIDUALS
grep -Ff USED_MAPS.TXT MAPINO.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

nftBlockFinish.sh nft.$ID

}}}
Line 11: Line 25:
echo 3 .0002 .0002 | RESIDUALS Make a sample final bigmap
{{{
checkVar $ID $Res
Line 13: Line 29:
convert SIGMA.pgm $logP/clean.jpg
convert SIGMA.pgm 1.jpg
Line 16: Line 30:
date >> notes
tail -1 SIGMA.TXT >> notes
echo ${ID}$Res > tmpRun
cat nftConfig/nftBigmap-${ID}-$Res.IN >> tmpRun
bigMapRef < tmpRun

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

Clean as required

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

checkVar $ID $Res

echo 3 .0002 .0002 | RESIDUALS
grep -Ff USED_MAPS.TXT MAPINO.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

nftBlockFinish.sh nft.$ID

Make a sample final bigmap

checkVar $ID $Res


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

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

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