- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/jython/initbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippToPsps/jython/initbatch.py
r32033 r33415 27 27 def __init__(self, 28 28 logger, 29 configPath, 30 configDoc, 29 config, 31 30 gpc1Db, 32 ippToPspsDb): 31 ippToPspsDb, 32 scratchDb, 33 batchID): 33 34 super(InitBatch, self).__init__(logger, 34 configPath, 35 configDoc, 35 config, 36 36 gpc1Db, 37 37 ippToPspsDb, 38 scratchDb, 38 39 0, 40 batchID, 39 41 "IN", 40 None) 42 None, 43 0) 41 44 42 45 self.outputFitsFile = "00000000.FITS"; … … 49 52 self.logger.debug("importIppTables method here to satidfy base-class") 50 53 54 ''' 55 Here to satidfy the base-class 56 ''' 57 def alterPspsTables(self): 58 return True 51 59 52 60 '''
Note:
See TracChangeset
for help on using the changeset viewer.
