IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2014, 7:53:19 AM (12 years ago)
Author:
eugene
Message:

merge changes from eam branch ipp-20140813 (hackish mods to handle pre-PV5 cmfs / smfs)

File:
1 edited

Legend:

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

    r37246 r37355  
    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.