IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippToPsps/jython/initbatch.py

    r32458 r33638  
    2727    def __init__(self,
    2828            logger,
    29             configPath,
    30             configDoc,
     29            config,
    3130            gpc1Db,
    3231            ippToPspsDb,
     32            scratchDb,
    3333            batchID):
    3434       super(InitBatch, self).__init__(logger,
    35                configPath,
    36                configDoc,
     35               config,
    3736               gpc1Db,
    3837               ippToPspsDb,
     38               scratchDb,
    3939               0,
    4040               batchID,
    4141               "IN",
    42                None)
     42               None,
     43               0)
    4344
    4445       self.outputFitsFile = "00000000.FITS";
Note: See TracChangeset for help on using the changeset viewer.