IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41723


Ignore:
Timestamp:
Jul 15, 2021, 3:54:08 PM (5 years ago)
Author:
eugene
Message:

clean up / improve plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/teleff/warpstats.sh

    r41720 r41723  
    7575 label +y "detected number"
    7676
    77  $Xlegend = 0.02; $dXlegend = 0.03
    78  $Ylegend = 0.95; $dYlegend = 0.02
    79  line -frac $Xlegend $Ylegend to {$Xlegend + $dXlegend} $Ylegend -c blue  -lw 3; textline -frac -justify 5 {$Xlegend + $dXlegend + 0.01} $Ylegend "unmasked source positions (psfqf > 0.85)"; $Ylegend -= $dYlegend
     77 vstat -q numTotal; $Ntotal = $TOTAL
     78 
     79 fprintf "%d total sources" $Ntotal
     80
     81 legend.init 0.02 0.95 0.03 0.02
     82 sprintf line "unmasked source positions (psfqf > 0.85) [%.1f pct]" {100*$FracBrightPoss};  legend.line blue  3 solid "$line"
    8083end
    8184
Note: See TracChangeset for help on using the changeset viewer.