IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 12:30:55 PM (12 years ago)
Author:
eugene
Message:

add -one-batch option for testing; add nStackDetections to update ObjectThin; cleanup sql for readability; add TESS_ID, PROJECTION_ID, SKYCELL_ID

File:
1 edited

Legend:

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

    r37174 r37219  
    2626        self.retry = False
    2727        self.camera = "gpc1"
     28        self.onebatch = False
    2829
    2930        if sys.argv.count("-test"):
     
    5657            self.camera = "simtest"
    5758            sys.argv.remove("-simtest")
     59
     60        if sys.argv.count("-one-batch"):
     61            self.onebatch = True
     62            sys.argv.remove("-one-batch")
    5863
    5964        ## name of the top-level jython script
Note: See TracChangeset for help on using the changeset viewer.