Changeset 27783 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Apr 27, 2010, 11:37:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r27751 r27783 32 32 use POSIX; 33 33 34 my $dvo_verbose = 0; 34 35 my $save_temps = 0; 35 36 … … 693 694 my $command = "$dvoImagesAtCoords -astrom $astrom_resolved $ra $dec"; 694 695 # run the tool and parse the output 695 my $dvo_verbose = 0;696 696 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 697 697 run(command => $command, verbose => $dvo_verbose); … … 1073 1073 } 1074 1074 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 1075 run(command => $command, verbose => $ verbose);1075 run(command => $command, verbose => $dvo_verbose); 1076 1076 unless ($success) { 1077 1077 # 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.
