IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2015, 4:08:25 PM (11 years ago)
Author:
heather
Message:

sas37 fo now works!

File:
1 edited

Legend:

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

    r37763 r37927  
    2828
    2929#from forcedwarpbatch import ForcedWarpBatch
    30 #from forcedobjectbatch import ForcedObjectBatch
     30from forcedobjectbatch import ForcedObjectBatch
    3131#
    3232#
     
    168168                    self.logger.infoPair("Box dimensions: ", "ra / dec / size : %.1f / %.1f / %.1f   --   sky bounds : (%.2f - %2.f, %2.f - %2.f)" % (boxDim['RA'], boxDim['DEC'], boxDim['SIDE'], boxDim['minRA'], boxDim['maxRA'], boxDim['minDEC'], boxDim['maxDEC']))
    169169                    self.logger.infoPair(batchType + " items found in this box", "%d" % len(ids))
    170 
    171                     if batchType != "OB":
     170                    #previously said if not OB, but we don't need these for Do or FO
     171                    if (batchType == "P2" or batchType == "ST" or batchType =="DF" or batchType == "FW"):
    172172                        if self.config.resetDvo or not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost):
    173173                            if not self.dvoDetections.nativeIngestDetections(boxId, boxDim):
Note: See TracChangeset for help on using the changeset viewer.