Size: 258
Comment:
|
Size: 743
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
logP=log/$ID$Res echo $logP |
|
Line 11: | Line 12: |
convert SIGMA.pgm $logP/clean.jpg convert SIGMA.pgm 1.jpg |
convert SIGMAS.pgm $logP/clean.jpg convert SIGMAS.pgm 1.jpg |
Line 20: | Line 21: |
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 }}} |
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 convert SIGMAS.pgm $logP/clean.jpg convert SIGMAS.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