Differences between revisions 9 and 12 (spanning 3 versions)
Revision 9 as of 2019-10-24 09:31:55
Size: 793
Editor: JohnWeirich
Comment:
Revision 12 as of 2019-10-25 08:33:18
Size: 845
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

bigmap < nftConfig/nftBigmap-${ID}-$Res.in
Line 16: Line 19:
tail -1 SIGMA.TXT >> notes tail -1 SIGMAS.TXT >> notes
Line 18: Line 21:
nftBlockFinish nft.$ID nftBlockFinish.sh nft.$ID

Clean as required

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

logP=log/$ID$Res
echo $logP

echo 3 .0002 .0002 | RESIDUALS


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

ID=00000
Res=A
logP=log/$ID$Res
echo $logP

mkdir -p $logP

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)