- Timestamp:
- Mar 24, 2010, 4:56:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225/psphot/src/psphotVisual.c
r27268 r27440 180 180 bool psphotVisualShowImage (pmReadout *readout) { 181 181 182 //if (!pmVisualIsVisual()) return true;182 if (!pmVisualIsVisual()) return true; 183 183 184 184 int kapa = psphotKapaChannel (1); … … 1514 1514 if (source == NULL) continue; 1515 1515 1516 // if (source->type != type) continue;1517 1516 if (mode) { 1518 1517 if (keep) { … … 1551 1550 bool psphotVisualShowSourceSize (pmReadout *readout, psArray *sources) { 1552 1551 1553 //if (!pmVisualIsVisual()) return true;1552 if (!pmVisualIsVisual()) return true; 1554 1553 1555 1554 int myKapa = psphotKapaChannel (1); … … 1578 1577 KapaSection section; 1579 1578 1580 //if (!pmVisualIsVisual()) return true;1579 if (!pmVisualIsVisual()) return true; 1581 1580 1582 1581 int myKapa = psphotKapaChannel (2);
Note:
See TracChangeset
for help on using the changeset viewer.
