IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29106


Ignore:
Timestamp:
Sep 1, 2010, 4:11:40 PM (16 years ago)
Author:
rhenders
Message:

Reflecting changes in IppToPspsDb class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/getSmfForThisBatch.pl

    r29083 r29106  
    5757my $numOfBatches;
    5858
    59 if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getSingleBatch($singleBatch, \$batches);}
     59if (defined $singleBatch ) { $numOfBatches = $ippToPspsDb->getBatch($singleBatch, \$batches);}
    6060if ($numOfBatches < 1) {return 0;}
    6161
     
    6565my $numChecked = 0;
    6666foreach $batch ( @{$batches} ) {
    67     my ($timestamp, $expId, $batchId, $surveyType, $deleted, $dvoDb) =  @{$batch};
     67    my ($timestamp, $expId, $batchId, $surveyType, $deleted, $dvoDb, $processed, $onDatastore, $loadedToOdm, $mergeWorthy, $merged) =  @{$batch};
    6868
    6969    print "* found $timestamp, $expId, $batchId, $surveyType, $deleted $dvoDb\n";
Note: See TracChangeset for help on using the changeset viewer.