IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21193


Ignore:
Timestamp:
Jan 27, 2009, 2:08:01 PM (17 years ago)
Author:
bills
Message:

for request mode -bydiff select by diff_image_id instead of diff_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PStamp/lib/PStamp/Job.pm

    r20222 r21193  
    252252    }
    253253
    254     my $command = "$difftool -diffskyfile -diff_id $id -dbname $image_db";
     254    my $command = "$difftool -diffskyfile -diff_image_id $id -dbname $image_db";
    255255
    256256    # run the tool and parse the output
     
    518518    die "project is not defined" if !$project_name;
    519519
    520     my $verbose = 1;
     520    my $verbose = 0;
    521521
    522522    my $missing_tools;
Note: See TracChangeset for help on using the changeset viewer.