IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2009, 1:53:33 PM (17 years ago)
Author:
bills
Message:

implementation for "get_image" jobs

File:
1 edited

Legend:

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

    r25712 r26151  
    148148    }
    149149} elsif ($jobType eq "get_image") {
    150     my_die( "get_image jobs not working right now", $job_id, $PS_EXIT_PROG_ERROR);
    151150
    152151    my $uri = "";
    153     my $command = "$pstamp_get_image_job --job_id $job_id --uri $uri --out_dir $outputBase --rownum $rownum";
     152    my $command = "$pstamp_get_image_job --job_id $job_id --output_base $outputBase --rownum $rownum";
    154153    $command .= " --dbname $dbname" if $dbname;
    155154    $command .= " --dbserver $dbserver" if $dbserver;
Note: See TracChangeset for help on using the changeset viewer.