- Timestamp:
- Jun 25, 2012, 5:15:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psphot/test/tap_psphot_varmodel.pro
r34056 r34072 89 89 sprintf name "test/test.%02d.%02d.%s" $sky {10*$fwhm} $psf_in 90 90 # mkexp $name $sky $fwhm $psf_in 91 data $name.dat 92 read fluxIn 3 MagPredIn 5 93 set MagRealIn = -2.5*log(fluxIn) 94 set dMagIn = MagRealIn - MagPredIn 91 95 92 96 foreach psf_out GAUSS PS1_V1 … … 270 274 section a1 0.0 0.50 1.0 0.25 271 275 lim rv -0.025 0.075; label -fn courier 14; box; 272 plot -c black -pt 0 -sz 0.3 MagPredIn dMagIn276 # plot -c black -pt 0 -sz 0.3 MagPredIn dMagIn 273 277 plot -c red -pt 7 -sz 2.0 imag_V dmag_V 274 278 plot -c darkgreen -pt 3 -sz 2.0 imag_V Dmag_V … … 279 283 sprintf line "OFFSET: %6.3f" $offset 280 284 textline -frac 0.1 0.8 -fn courier 24 "$line" 285 286 subset dmsub = delta if (rv < -13) && (rv > -16) 287 vstat -q dmsub 288 sprintf line "STDEV: %6.3f" $SIGMA 289 textline -frac 0.1 0.7 -fn courier 24 "$line" 281 290 282 291
Note:
See TracChangeset
for help on using the changeset viewer.
