IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 2:18:38 PM (11 years ago)
Author:
watersc1
Message:

Set of changes to attempt to enable the forced galaxy code to operate.

File:
1 edited

Legend:

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

    r38883 r38969  
    2929from forcedwarpbatch import ForcedWarpBatch
    3030from forcedobjectbatch import ForcedObjectBatch
     31from forcedgalaxybatch import ForcedGalaxyBatch
    3132#
    3233#
     
    291292                            id,
    292293                            batchID)
     294
     295                elif batchType == "FG":
     296                    batch = ForcedGalaxyBatch(self.logger,
     297                                              self.config,
     298                                              self.skychunk,
     299                                              self.gpc1Db,
     300                                              self.ippToPspsDb,
     301                                              self.scratchDb,
     302                                              id,
     303                                              batchID)
    293304                   
    294305                batch.run()
Note: See TracChangeset for help on using the changeset viewer.