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

    r37212 r37219  
    620620                            tarballFile)
    621621
     622        if self.config.onebatch:
     623            self.logger.infoPair("onebatch requested", "exiting")
     624            sys.exit(0)
     625
    622626# XXX why is this down here??
    623627from datastore import Datastore
Note: See TracChangeset for help on using the changeset viewer.