- Timestamp:
- Jun 2, 2015, 8:52:24 AM (11 years ago)
- Location:
- branches/eam_branches/ohana.20150429/src/addstar/test
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
simple.dvo (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/addstar/test
- Property svn:ignore
-
old new 17 17 relphot.Mcal.dMcal.png 18 18 catdir.wise.test 19 dvo.photcodes 20 ptolemy.rc 21 tap.log
-
- Property svn:mergeinfo set to
- Property svn:ignore
-
branches/eam_branches/ohana.20150429/src/addstar/test/simple.dvo
r38347 r38348 54 54 55 55 mkinput 56 echo mkcmf test.in.txt test.cmf -date 2008/1/1 -time 01:00:00 -radec $RA $DEC -type $1 $NO_NOISE 57 exec mkcmf test.in.txt test.cmf -date 2008/1/1 -time 01:00:00 -radec $RA $DEC -type $1 $NO_NOISE 58 if ($TAP_VERBOSE) 59 echo exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf -D CATFORMAT $2 -quick-airmass 60 exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf -D CATFORMAT $2 -quick-airmass 61 else 62 echo addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf -D CATFORMAT $2 -quick-airmass 63 exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf -D CATFORMAT $2 -quick-airmass >& tmp.log 64 end 65 66 echo list testfields -copy testfields_$1 56 tapEXEC mkcmf test.in.txt test.cmf -date 2008/1/1 -time 01:00:00 -radec $RA $DEC -type $1 $NO_NOISE 57 tapEXEC addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf -D CATFORMAT $2 -quick-airmass 58 67 59 list testfields -copy testfields_$1 68 60 … … 94 86 set d = $name:0 - $name:2 95 87 vstat -q d 96 tapOK {abs($MEAN) < 0.001} "$name:0 vs $name:2 (MEAN )"97 tapOK {abs($SIGMA) < 0.001} "$name:0 vs $name:2 (SIGMA )"88 tapOK {abs($MEAN) < 0.001} "$name:0 vs $name:2 (MEAN = $MEAN)" 89 tapOK {abs($SIGMA) < 0.001} "$name:0 vs $name:2 (SIGMA = $SIGMA)" 98 90 99 91 # detection ID must be first for this to work: … … 144 136 if ("$name:0" == "PSF_THETA") 145 137 # echo $MEAN 146 tapOK {abs($MEAN) < 0.006} "$name:0 vs $name:2 (MEAN )"147 tapOK {abs($SIGMA) < 0.001} "$name:0 vs $name:2 (SIGMA )"138 tapOK {abs($MEAN) < 0.006} "$name:0 vs $name:2 (MEAN = $MEAN)" 139 tapOK {abs($SIGMA) < 0.001} "$name:0 vs $name:2 (SIGMA = $SIGMA)" 148 140 continue 149 141 end 150 142 151 tapOK {abs($MEAN) < 0.001} "$name:0 vs $name:2 (MEAN )"152 tapOK {abs($SIGMA) < 0.001} "$name:0 vs $name:2 (SIGMA )"143 tapOK {abs($MEAN) < 0.001} "$name:0 vs $name:2 (MEAN = $MEAN)" 144 tapOK {abs($SIGMA) < 0.001} "$name:0 vs $name:2 (SIGMA = $MEAN)" 153 145 end 154 146
Note:
See TracChangeset
for help on using the changeset viewer.
