- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/psphot
- Property svn:mergeinfo deleted
-
branches/sc_branches/trunkTest/psphot/src/psphotPetrosianVisual.c
r27819 r29060 1 1 # include "psphotInternal.h" 2 # define FORCE_VISUAL 03 2 4 3 // this function displays representative images as the psphot analysis progresses: … … 54 53 Graphdata graphdata; 55 54 56 // return true; 57 if (!FORCE_VISUAL && !pmVisualIsVisual()) return true; 55 if (!pmVisualTestLevel("psphot.petro.byangle", 2)) return true; 58 56 59 57 if (kapa2 == -1) { … … 101 99 Graphdata graphdata; 102 100 103 // return true; 104 if (!FORCE_VISUAL && !pmVisualIsVisual()) return true; 101 if (!pmVisualTestLevel("psphot.petro.radii", 2)) return true; 105 102 106 103 if (kapa == -1) { … … 173 170 KapaSection section; 174 171 175 if (! FORCE_VISUAL && !pmVisualIsVisual()) return true;172 if (!pmVisualTestLevel("psphot.petro.stats", 2)) return true; 176 173 177 174 if (kapa2 == -1) { … … 311 308 Graphdata graphdata; 312 309 313 if (! FORCE_VISUAL && !pmVisualIsVisual()) return true;310 if (!pmVisualTestLevel("psphot.petro.ellipse", 2)) return true; 314 311 315 312 if (kapa == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.
