IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2015, 12:24:24 PM (12 years ago)
Author:
eugene
Message:

various updates merged from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pv3-20140717-merge/ippToPsps/jython/initbatch.py

    r35097 r37820  
    1616from stackbatch import StackBatch
    1717from detectionbatch import DetectionBatch
     18#from diffbatch import DiffBatch
     19#from forcedwarpbatch import ForcedWarpBatch
     20#why no object stuffs
    1821
    1922'''
     
    3336            scratchDb,
    3437            batchID):
     38
    3539       super(InitBatch, self).__init__(logger,
    3640               config,
     
    4246               batchID,
    4347               "IN",
    44                None,
    45                0)
     48               None)
    4649
    4750       self.outputFitsFile = "00000000.FITS";
Note: See TracChangeset for help on using the changeset viewer.