- Timestamp:
- Sep 23, 2009, 5:29:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmSourceVisual.c
r25496 r25525 34 34 Graphdata graphdata; 35 35 36 //if (!pmVisualIsVisual()) return true;36 if (!pmVisualIsVisual()) return true; 37 37 38 38 if (kapa1 == -1) { … … 117 117 bool pmSourceVisualShowModelFits (pmPSF *psf, psArray *sources, psImageMaskType maskVal) { 118 118 119 //if (!pmVisualIsVisual()) return true;119 if (!pmVisualIsVisual()) return true; 120 120 121 121 if (kapa2 == -1) { … … 206 206 bool pmSourceVisualShowModelFit (pmSource *source) { 207 207 208 //if (!pmVisualIsVisual()) return true;208 if (!pmVisualIsVisual()) return true; 209 209 if (!source->pixels) return false; 210 210 if (!source->modelFlux) return false;
Note:
See TracChangeset
for help on using the changeset viewer.
