Changeset 33289 for trunk/ippToPsps
- Timestamp:
- Feb 16, 2012, 3:29:21 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/metrics.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/metrics.py
r33264 r33289 55 55 56 56 # get a master list of IDs in DVO for this batch type 57 allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType, config.minRa, config.maxRa, config.minDec, config.maxDec) 57 #allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType, config.minRa, config.maxRa, config.minDec, config.maxDec) 58 allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType) 58 59 prevList = allIDs 59 60 numEverything = len(allIDs) … … 185 186 time.sleep(SECONDS) 186 187 else: break 188 config.refresh() 187 189 188
Note:
See TracChangeset
for help on using the changeset viewer.
