- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ippToPsps/jython/initbatch.py
r32458 r33638 27 27 def __init__(self, 28 28 logger, 29 configPath, 30 configDoc, 29 config, 31 30 gpc1Db, 32 31 ippToPspsDb, 32 scratchDb, 33 33 batchID): 34 34 super(InitBatch, self).__init__(logger, 35 configPath, 36 configDoc, 35 config, 37 36 gpc1Db, 38 37 ippToPspsDb, 38 scratchDb, 39 39 0, 40 40 batchID, 41 41 "IN", 42 None) 42 None, 43 0) 43 44 44 45 self.outputFitsFile = "00000000.FITS";
Note:
See TracChangeset
for help on using the changeset viewer.
