IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32463


Ignore:
Timestamp:
Sep 29, 2011, 3:23:44 PM (15 years ago)
Author:
rhenders
Message:

constructor now accepting batchID and passing it up to the base-class constructor

File:
1 edited

Legend:

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

    r32327 r32463  
    3434                 gpc1Db,
    3535                 ippToPspsDb,
    36                  camID):
     36                 camID,
     37                 batchID):
    3738
    3839       super(DetectionBatch, self).__init__(
     
    4344               ippToPspsDb,
    4445               camID,
     46               batchID,
    4547               "P2",
    4648               gpc1Db.getCameraStageSmf(camID))
Note: See TracChangeset for help on using the changeset viewer.