- Timestamp:
- Dec 3, 2015, 4:14:24 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
- Property svn:mergeinfo changed
/trunk (added) merged: 39137-39165,39167-39181,39186,39189,39191-39192,39209-39210,39216-39217
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20151113/ippToPsps
- Property svn:ignore
-
old new 14 14 install-sh 15 15 Doxyfile 16 compile
-
- Property svn:ignore
-
branches/eam_branches/ipp-20151113/ippToPsps/jython/diffbatch.py
r39134 r39224 141 141 142 142 # look up the path base once 143 pathBase = gpc1Db.getDiffStagePathBase( skychunk.dvoLabel,int(diffSkyFileID))143 pathBase = gpc1Db.getDiffStagePathBase(int(diffSkyFileID)) 144 144 145 145 # select the two (possible) cmf files (.cmf and .inv.cmf) … … 336 336 else: 337 337 fluxScaleStr = "-1" 338 detIDoffset = self.posImageDetCount 338 detIDoffset = self.posImageDetCount[num] 339 339 340 340 if isPosFile or self.haveNegFits[num]: … … 723 723 self.haveSrcPos = {} 724 724 self.haveNegFits = {} 725 self.posImageDetCount = 0725 self.posImageDetCount = {} 726 726 727 727 for num in self.number: … … 742 742 ## if we have a negative image (inv.cmf), load that as well: 743 743 self.haveNegFits[num] = 0 744 self.posImageDetCount[num] = 0 744 745 if not self.negFits[num] == None: 745 746 fileNameNeg = self.negFits[num].getPath() … … 759 760 760 761 posTableName = "SkyChip_psf_" + str(num) 761 self.posImageDetCount = self.scratchDb.getRowCount(posTableName) 762 # self.posImageDetCount[num] = self.scratchDb.getMaxIPP_IDET(posTableName) 763 self.posImageDetCount[num] = self.scratchDb.getRowCount(posTableName) 762 764 763 765 ## use stilts to get a list of the tables from the header
Note:
See TracChangeset
for help on using the changeset viewer.
