IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39003


Ignore:
Timestamp:
Oct 29, 2015, 1:03:22 PM (11 years ago)
Author:
eugene
Message:

do the whole camera, even in a test run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/detectionbatch.py

    r38995 r39003  
    690690                   
    691691                    ## 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":
    693693                        if x != 0 or y != 1: continue
    694694
     
    721721
    722722                ## 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":
    724724                    if x != 0 or y != 1: continue
    725725
     
    935935               
    936936                ## 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":
    938938                    if x != 0 or y != 1: continue
    939939
Note: See TracChangeset for help on using the changeset viewer.