IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2011, 12:37:30 PM (15 years ago)
Author:
rhenders
Message:

now passing config path into constructors

File:
1 edited

Legend:

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

    r31997 r32000  
    3131    # if not in TEST mode, then only queue un-processed items
    3232    else:
    33         processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, EPOCH)
     33        processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, EPOCH, DVOGPC1LABEL)
    3434        logger.infoPair("Processed %s items" % batchType, "%d" % len(processedIDs))
    3535        ids = list(set(allIDs) - set(processedIDs))
     
    4545        if batchType == "P2":
    4646            batch = DetectionBatch(logger,
     47                    CONFIG,
    4748                    configDoc,
    4849                    gpc1Db,
     
    5152        elif batchType == "ST":
    5253            batch = StackBatch(logger,
     54                    CONFIG,
    5355                    configDoc,
    5456                    gpc1Db,
Note: See TracChangeset for help on using the changeset viewer.