IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32061


Ignore:
Timestamp:
Aug 9, 2011, 3:59:19 PM (15 years ago)
Author:
rhenders
Message:

no need to pass survey to base-class constructor

Location:
trunk/ippToPsps/jython
Files:
2 edited

Legend:

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

    r32051 r32061  
    4444               camID,
    4545               "P2",
    46                gpc1Db.getCameraStageSmf(camID),
    47                #"MD04") # TODO
    48                "3PI")
     46               gpc1Db.getCameraStageSmf(camID))
    4947
    5048       if not self.everythingOK: return
  • trunk/ippToPsps/jython/stackbatch.py

    r32033 r32061  
    4141               stackID,
    4242               "ST",
    43                gpc1Db.getStackStageCmf(stackID),
    44                "3PI") # TODO
     43               gpc1Db.getStackStageCmf(stackID))
    4544
    4645       if not self.everythingOK: return
Note: See TracChangeset for help on using the changeset viewer.