IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2014, 1:25:44 PM (12 years ago)
Author:
eugene
Message:

adding an index to dvoDetection; adding option for -loop / no loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140813/ippToPsps/jython/config.py

    r37246 r37350  
    2727        self.camera = "gpc1"
    2828        self.onebatch = False
     29        self.loopBatch = False
    2930
    3031        if sys.argv.count("-test"):
     
    6162            self.onebatch = True
    6263            sys.argv.remove("-one-batch")
     64
     65        if sys.argv.count("-loop"):
     66            self.loopBatch = True
     67            sys.argv.remove("-loop")
    6368
    6469        ## name of the top-level jython script
Note: See TracChangeset for help on using the changeset viewer.