- Timestamp:
- Jun 23, 2010, 2:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourceVisual.c
r26260 r28435 13 13 #include <kapa.h> 14 14 #include "pmVisual.h" 15 #include "pmVisualUtils.h" 15 16 16 17 // functions used to visualize the analysis as it goes … … 34 35 Graphdata graphdata; 35 36 36 if (!pmVisual IsVisual()) return true;37 if (!pmVisualTestLevel("psphot.psf.metric", 2)) return true; 37 38 38 39 if (kapa1 == -1) { … … 118 119 Graphdata graphdata; 119 120 120 if (!pmVisual IsVisual()) return true;121 if (!pmVisualTestLevel("psphot.psf.subpix", 3)) return true; 121 122 122 123 if (kapa1 == -1) { … … 280 281 bool pmSourceVisualShowModelFits (pmPSF *psf, psArray *sources, psImageMaskType maskVal) { 281 282 282 if (!pmVisual IsVisual()) return true;283 if (!pmVisualTestLevel("psphot.psf.fits", 2)) return true; 283 284 284 285 if (kapa2 == -1) { … … 360 361 bool pmSourceVisualShowModelFit (pmSource *source) { 361 362 362 if (!pmVisualIsVisual()) return true; 363 if (!pmVisualTestLevel("psphot.psf.fitresid", 2)) return true; 364 363 365 if (!source->pixels) return false; 364 366 if (!source->modelFlux) return false; … … 404 406 Graphdata graphdata; 405 407 406 if (!pmVisualIsVisual() || !plotPSF) return true; 408 if (!plotPSF) return true; 409 if (!pmVisualTestLevel("psphot.psf.resid", 2)) return true; 407 410 408 411 if (kapa1 == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.
