Changeset 39003
- Timestamp:
- Oct 29, 2015, 1:03:22 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38995 r39003 690 690 691 691 ## for a quick test, just do the first chip: 692 if self.config.test and self.config.camera == "gpc1":692 if False and self.config.test and self.config.camera == "gpc1": 693 693 if x != 0 or y != 1: continue 694 694 … … 721 721 722 722 ## for a quick test, just do the first chip: 723 if self.config.test and self.config.camera == "gpc1":723 if False and self.config.test and self.config.camera == "gpc1": 724 724 if x != 0 or y != 1: continue 725 725 … … 935 935 936 936 ## for a quick test, just do the first chip: 937 if self.config.test and self.config.camera == "gpc1":937 if False and self.config.test and self.config.camera == "gpc1": 938 938 if x != 0 or y != 1: continue 939 939
Note:
See TracChangeset
for help on using the changeset viewer.
