IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2011, 3:05:45 PM (15 years ago)
Author:
rhenders
Message:

Different args to super-constructor; setting up output filename differently

File:
1 edited

Legend:

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

    r31118 r31180  
    1515    '''
    1616    def __init__(self):
    17        super(InitBatch, self).__init__(
    18                "init",
    19                "",
    20                "init.fits",
    21                "localhost",
    22                "ipptopsps_scratch",
    23                "ipp",
    24                "ipp")
     17       super(InitBatch, self).__init__("init")
     18
     19       self.outputFitsPath = "00000000.FITS";
     20
    2521
    2622initBatch = InitBatch()
Note: See TracChangeset for help on using the changeset viewer.