IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2015, 5:28:11 PM (11 years ago)
Author:
eugene
Message:

fix typos and other minor issues with forced galaxy stuff

File:
1 edited

Legend:

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

    r39007 r39008  
    2020from ipptopspsdb import IppToPspsDb
    2121from scratchdb import ScratchDb
     22from dvoforcedgalaxy import DvoForcedGalaxy # need one specific for cpy.
    2223from sqlUtility import sqlUtility
    2324
     
    6566        # create an output filename
    6667        self.outputFitsFile = "%08d.FITS" % self.id
    67         self.outputFitsPath = "%s/%s" & (self.localOutPath, self.outputFitsFile)
     68        self.outputFitsPath = "%s/%s" % (self.localOutPath, self.outputFitsFile)
    6869
    6970        # dump stuff to log
     
    7677        self.region = self.scratchDb.getRegionNameFromThisDvoIndex(self.id)
    7778#        self.ippToPspsDb.insertForcedSummaryMeta(self.batchID, self.region)
    78         self.dvoForcedGalaxy.nativeInjectRegion(self.region)
     79        self.dvoForcedGalaxy.nativeIngestRegion(self.region)
    7980
    8081        cptTableName = self.scratchDb.getDbFriendlyTableName(self.region + ".cpt")
Note: See TracChangeset for help on using the changeset viewer.