Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2019-09-26 13:26:51
Size: 59
Editor: EricPalmer
Comment:
Revision 5 as of 2019-10-23 08:51:21
Size: 713
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Clean as required

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

{{{
Line 4: Line 9:
Clean as required echo 3 .0002 .0002 | RESIDUALS
Line 6: Line 11:
convert SIGMA.pgm $logP/clean.jpg
convert SIGMA.pgm 1.jpg

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

nftBlockFinish nft.$ID

}}}


Make a sample final bigmap
Line 7: Line 24:
ID=00000
Res=A
echo ${ID}$Res > tmpRun
cat nftConfig/nftBigmap-${ID}-$Res.in >> tmpRun
bigMapRef < tmpRun
Line 8: Line 30:
nftBlockFinish $ID 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.

echo 3 .0002 .0002 | RESIDUALS

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

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

nftBlockFinish nft.$ID

Make a sample final bigmap

ID=00000
Res=A
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)