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

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