Changeset 38441 for trunk/Ohana/src/addstar/test/simple.dvo
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/addstar/test (modified) (2 props)
-
src/addstar/test/simple.dvo (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/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
-
trunk/Ohana/src/addstar/test/simple.dvo
r37036 r38441 10 10 test.fields PS1_V2 PS1_V1 11 11 test.fields PS1_V3 PS1_V1 12 test.fields PS1_V 4PS1_V112 test.fields PS1_V5 PS1_V1 13 13 14 14 test.fields PS1_DEV_0 PS1_V2 … … 17 17 test.fields PS1_V2 PS1_V2 18 18 test.fields PS1_V3 PS1_V2 19 test.fields PS1_V 4 PS1_V419 test.fields PS1_V5 PS1_V2 20 20 21 21 test.fields PS1_DEV_0 PS1_V3 … … 24 24 test.fields PS1_V2 PS1_V3 25 25 test.fields PS1_V3 PS1_V3 26 test.fields PS1_V 4 PS1_V426 test.fields PS1_V5 PS1_V3 27 27 28 28 test.fields PS1_DEV_0 PS1_V4 … … 31 31 test.fields PS1_V2 PS1_V4 32 32 test.fields PS1_V3 PS1_V4 33 test.fields PS1_V 4PS1_V433 test.fields PS1_V5 PS1_V4 34 34 end 35 35 … … 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 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 65 58 66 59 list testfields -copy testfields_$1 … … 79 72 if ("$name:0" == "SKIP") continue 80 73 if ("$name:2" == "SKIP") continue 74 81 75 read -fits Chip.psf $name:0 82 76 mextract $name:2 … … 92 86 set d = $name:0 - $name:2 93 87 vstat -q d 94 tapOK {abs($MEAN) < 0.001} "$name:0 vs $name:2 (MEAN )"95 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)" 96 90 97 91 # detection ID must be first for this to work: … … 142 136 if ("$name:0" == "PSF_THETA") 143 137 # echo $MEAN 144 tapOK {abs($MEAN) < 0.006} "$name:0 vs $name:2 (MEAN )"145 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)" 146 140 continue 147 141 end 148 142 149 tapOK {abs($MEAN) < 0.001} "$name:0 vs $name:2 (MEAN )"150 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)" 151 145 end 152 146 … … 231 225 PSF_INST_MAG : mag:inst 232 226 PSF_INST_MAG_SIG : mag:err 233 AP_MAG_STANDARD : mag:ap # FAIL227 # AP_MAG_STANDARD : mag:ap # FAIL 234 228 AP_MAG_RADIUS : SKIP # no accessor 235 229 PEAK_FLUX_AS_MAG : SKIP # no accessor … … 237 231 CAL_PSF_MAG_SIG : SKIP # photometry is not calibrated in the cmf 238 232 SKY : sky 239 SKY_SIG : sky_err233 SKY_SIGMA : sky_err 240 234 PSF_CHISQ : psf_chisq 241 235 CR_NSIGMA : cr_nsigma … … 267 261 PSF_INST_MAG : mag:inst 268 262 PSF_INST_MAG_SIG : mag:err 269 AP_MAG_STANDARD : mag:ap # FAIL263 # AP_MAG_STANDARD : mag:ap # FAIL 270 264 AP_MAG_RADIUS : SKIP # no accessor 271 265 PEAK_FLUX_AS_MAG : SKIP # no accessor … … 273 267 CAL_PSF_MAG_SIG : SKIP # photometry is not calibrated in the cmf 274 268 SKY : sky 275 SKY_SIG : sky_err269 SKY_SIGMA : sky_err 276 270 PSF_CHISQ : psf_chisq 277 271 CR_NSIGMA : cr_nsigma … … 303 297 PSF_INST_FLUX : SKIP # not ingested into DVO 304 298 PSF_INST_FLUX_SIG : SKIP # not ingested into DVO 305 AP_MAG_STANDARD : mag:aperinst # FAIL299 # AP_MAG_STANDARD : mag:aperinst # FAIL 306 300 AP_MAG_RAW : SKIP # not ingested into DVO 307 301 AP_MAG_RADIUS : SKIP # not ingested into DVO … … 312 306 PEAK_FLUX_AS_MAG : SKIP # not ingested into DVO 313 307 SKY : sky 314 SKY_SIG : sky_err308 SKY_SIGMA : sky_err 315 309 PSF_CHISQ : psf_chisq 316 310 CR_NSIGMA : cr_nsigma … … 332 326 MOMENTS_R1 : SKIP # not ingested into DVO 333 327 MOMENTS_RH : SKIP # not ingested into DVO 334 KRON_FLUX : mag:kron inst335 KRON_FLUX_ERR : mag:kron err328 KRON_FLUX : mag:kron:inst 329 KRON_FLUX_ERR : mag:kron:err 336 330 KRON_FLUX_INNER : SKIP # not ingested into DVO 337 331 KRON_FLUX_OUTER : SKIP # not ingested into DVO
Note:
See TracChangeset
for help on using the changeset viewer.
