IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2016, 11:24:05 AM (10 years ago)
Author:
heather
Message:

first steps for gaia object batches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/loader.py

    r39507 r39785  
    302302                                              id,
    303303                                              batchID)
     304                elif batchType == "GO":
     305                    batch = GaiaObjectBatch(self.logger,
     306                                              self.config,
     307                                              self.skychunk,
     308                                              self.gpc1Db,
     309                                              self.ippToPspsDb,
     310                                              self.scratchDb,
     311                                              id,
     312                                              batchID)
    304313                   
    305314                batch.run()
Note: See TracChangeset for help on using the changeset viewer.