Changeset 39922 for branches/czw_branch/20160809/ippToPsps/jython/loader.py
- Timestamp:
- Jan 6, 2017, 11:16:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/ippToPsps/jython/loader.py
r39507 r39922 30 30 from forcedobjectbatch import ForcedObjectBatch 31 31 from forcedgalaxybatch import ForcedGalaxyBatch 32 from gaiaobjectbatch import GaiaObjectBatch 33 32 34 # 33 35 # … … 302 304 id, 303 305 batchID) 306 elif batchType == "GO": 307 batch = GaiaObjectBatch(self.logger, 308 self.config, 309 self.skychunk, 310 self.gpc1Db, 311 self.ippToPspsDb, 312 self.scratchDb, 313 id, 314 batchID) 304 315 305 316 batch.run()
Note:
See TracChangeset
for help on using the changeset viewer.
