IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2017, 11:16:30 AM (10 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/ippToPsps/jython/loader.py

    r39507 r39922  
    3030from forcedobjectbatch import ForcedObjectBatch
    3131from forcedgalaxybatch import ForcedGalaxyBatch
     32from gaiaobjectbatch import GaiaObjectBatch
     33
    3234#
    3335#
     
    302304                                              id,
    303305                                              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)
    304315                   
    305316                batch.run()
Note: See TracChangeset for help on using the changeset viewer.