IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18380 for trunk/pstamp/scripts


Ignore:
Timestamp:
Jun 30, 2008, 10:02:15 AM (18 years ago)
Author:
bills
Message:

move functionality from C pstampparse to perl script

Location:
trunk/pstamp/scripts
Files:
1 added
1 edited

Legend:

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

    r18232 r18380  
    6767
    6868my $pstamptool  = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
    69 my $pstampparse = can_run('pstampparse') or (warn "Can't find pstampparse" and $missing_tools = 1);
     69my $pstampparse = can_run('pstampparse.pl') or (warn "Can't find pstampparse.pl" and $missing_tools = 1);
    7070my $dqueryparse = can_run('dqueryparse.pl') or (warn "Can't find dqueryparse.pl" and $missing_tools = 1);
    7171my $dsget = can_run('dsget') or (warn "Can't find dsget" and $missing_tools = 1);
     
    179179my $parse_cmd;
    180180if ($request_type eq "PS1_PS_REQUEST") {
    181     $parse_cmd = $pstampparse . " -mode queue_job -req_id $request_id -out_dir $outdir $uri";
     181    $parse_cmd = $pstampparse . " -mode queue_job -req_id $request_id -out_dir $outdir -file $uri";
    182182    $parse_cmd .= " -dbname $dbname" if $dbname;
    183183} elsif ($request_type eq "MOPS_DETECTABILITY_QUERY") {
Note: See TracChangeset for help on using the changeset viewer.