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/loader.py

    r37246 r37350  
    7878           self.onePassOnly = 1
    7979
    80         # set a poll time of about 1 minute
    81         self.parsePollTimeArg("0.0166")
     80        if self.config.loopBatch:
     81            self.parsePollTimeArg("0.0166")
     82        else:
     83            self.parsePollTimeArg("0.0")
    8284
    8385        self.skychunk.printAll()
Note: See TracChangeset for help on using the changeset viewer.