IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2010, 11:37:45 AM (16 years ago)
Author:
bills
Message:

make default for requests to be wait for cleaned up inputs to be updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r27751 r27783  
    3232use POSIX;
    3333
     34my $dvo_verbose = 0;
    3435my $save_temps = 0;
    3536
     
    693694        my $command = "$dvoImagesAtCoords -astrom $astrom_resolved $ra $dec";
    694695        # run the tool and parse the output
    695         my $dvo_verbose = 0;
    696696        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    697697                    run(command => $command, verbose => $dvo_verbose);
     
    10731073            }
    10741074            my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    1075                  run(command => $command, verbose => $verbose);
     1075                 run(command => $command, verbose => $dvo_verbose);
    10761076            unless ($success) {
    10771077                # don't fail if the program exited normally and exit status was PSTAMP_NO_OVERLAP
Note: See TracChangeset for help on using the changeset viewer.