Changeset 41981 for branches/eam_branches/ipp-20211108
- Timestamp:
- Jan 7, 2022, 4:38:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ippTests/ippCheck/camstats.pro
r41975 r41981 1 # this2 3 1 # load.camstats (glob) : load data from a set of stf files and calculate detection histograms 4 2 # plot.camstats.resid : plot photometric and astrometric residuals … … 24 22 25 23 list name -glob $1 24 if ($name:n == 0) 25 echo "ERROR: no files found matching $1" 26 break 27 end 28 26 29 for i 0 $name:n 27 30 … … 106 109 $C3 = 0.0 107 110 108 peak -q dx NdRs; $C0 = $peakpos; $C2 = $peaknum; $C1 = 2*$HISTBIN; vgauss dx NdRs con NdRf; $SigmaRA = abs($C1)109 peak -q dx NdDs; $C0 = $peakpos; $C2 = $peaknum; $C1 = 2*$HISTBIN; vgauss dx NdDs con NdDf; $SigmaDec = abs($C1)110 peak -q dx NdMs; $C0 = $peakpos; $C2 = $peaknum; $C1 = 2*$HISTBIN; vgauss dx NdMs con NdMf; $SigmaMag = abs($C1)111 peak -q dx NdRs; $C0 = $peakpos; $C2 = $peaknum; $C1 = 2*$HISTBIN; vgauss -q dx NdRs con NdRf; $SigmaRA = abs($C1) 112 peak -q dx NdDs; $C0 = $peakpos; $C2 = $peaknum; $C1 = 2*$HISTBIN; vgauss -q dx NdDs con NdDf; $SigmaDec = abs($C1) 113 peak -q dx NdMs; $C0 = $peakpos; $C2 = $peaknum; $C1 = 2*$HISTBIN; vgauss -q dx NdMs con NdMf; $SigmaMag = abs($C1) 111 114 112 115 section aM; lim 13 23 {-50*$HISTBIN} {50*$HISTBIN}; box $BST1
Note:
See TracChangeset
for help on using the changeset viewer.
