IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2012, 3:29:21 PM (14 years ago)
Author:
rhenders
Message:

now ignore config-set bounding box - just provide stats for whole survey; refresh config after each sleep

File:
1 edited

Legend:

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

    r33264 r33289  
    5555
    5656    # get a master list of IDs in DVO for this batch type
    57     allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType, config.minRa, config.maxRa, config.minDec, config.maxDec)
     57    #allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType, config.minRa, config.maxRa, config.minDec, config.maxDec)
     58    allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType)
    5859    prevList = allIDs
    5960    numEverything = len(allIDs)
     
    185186        time.sleep(SECONDS)
    186187    else: break
     188    config.refresh()
    187189
    188 
Note: See TracChangeset for help on using the changeset viewer.