Changeset 41735
- Timestamp:
- Jul 30, 2021, 10:45:30 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tools/eam/teleff/camstats.sh (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/teleff/camstats.sh
r41722 r41735 55 55 56 56 if (not($?HISTBIN)) set HISTBIN = 0.01 57 if (not($?BRIGHTMIN)) set BRIGHTMIN = 15.0 58 if (not($?BRIGHTMAX)) set BRIGHTMAX = 17.0 57 59 macro plot.camstats.resid 58 60 … … 76 78 77 79 set keepGood = (PSF_QF > 0.85) 78 set keepBright = keepGood && (Mref > 15) && (Mref < 17)80 set keepBright = keepGood && (Mref > $BRIGHTMIN) && (Mref < $BRIGHTMAX) 79 81 80 82 subset dRs = dR where keepBright … … 112 114 plot dx NdMs -x hist -lw 3 113 115 plot dx NdMf -x line -c red -lw 2 114 label -x "&sd&h mag" +y "N ( 15 < mag < 17)"116 label -x "&sd&h mag" +y "N ($BRIGHTMIN < mag < $BRIGHTMAX)" 115 117 sprintf line "&ss&h (mag) = %.0f mmag" {1000*$SigmaMag}; textline -frac 0.02 0.95 -justify 5 "$line" 116 118 … … 118 120 plot dx NdRs -x hist -lw 3 119 121 plot dx NdRf -x line -c red -lw 2 120 label -x "&sd&h R.A" +y "N ( 15 < mag < 17)"122 label -x "&sd&h R.A" +y "N ($BRIGHTMIN < mag < $BRIGHTMAX)" 121 123 sprintf line "&ss&h (mag) = %.0f mas" {1000*$SigmaRA}; textline -frac 0.02 0.95 -justify 5 "$line" 122 124 … … 124 126 plot dx NdDs -x hist -lw 3 125 127 plot dx NdDf -x line -c red -lw 2 126 label -x "&sd&h Dec" +y "N ( 15 < mag < 17)"128 label -x "&sd&h Dec" +y "N ($BRIGHTMIN < mag < $BRIGHTMAX)" 127 129 sprintf line "&ss&h (Dec) = %.0f mas" {1000*$SigmaDec}; textline -frac 0.02 0.95 -justify 5 "$line" 128 130 end
Note:
See TracChangeset
for help on using the changeset viewer.
