IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36011


Ignore:
Timestamp:
Aug 22, 2013, 4:13:50 PM (13 years ago)
Author:
bills
Message:

message changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r36010 r36011  
    385385    }
    386386
    387     if (($req_type eq "byexp") and ($stage eq "stack")) {
    388         print STDERR "byexp not implemented for stack stage. row: $rownum\n";
     387    if (($req_type eq "byexp") and ($stage eq "stack" or $stage eq 'stack_summary') {
     388        print STDERR "byexp not implemented for $stage stage. row: $rownum\n";
    389389        insertFakeJobForRow($row, 1, $PSTAMP_NOT_IMPLEMENTED);
    390390        return 0;
     
    458458    my $start_locate = gettimeofday();
    459459
    460     print "\nCalling new_locate_images for row: $rownum\n";
     460    print "\nCalling locate_images_for_row for row: $rownum\n";
    461461
    462462    $imageList = locate_images_for_row($ipprc, $image_db, $camera, $row, $verbose);
Note: See TracChangeset for help on using the changeset viewer.