- Timestamp:
- Jun 12, 2026, 2:47:49 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/dquery_job_run.pl
r41584 r43052 13 13 use File::Basename; 14 14 use File::Copy; 15 use IPC::Cmd 0.36 qw( can_run run);15 use IPC::Cmd 0.36 qw( can_run ); 16 16 use Getopt::Long qw( GetOptions ); 17 17 use Pod::Usage qw( pod2usage ); … … 20 20 use PS::IPP::PStamp::RequestFile qw( :standard ); 21 21 use PS::IPP::PStamp::Job qw( :standard ); 22 use PS::IPP::Config qw( :standard );22 use PS::IPP::Config qw( :standard ps_run ); 23 23 use PS::IPP::Metadata::List qw( parse_md_list ); 24 24 … … 120 120 my $command = "ppCoord -astrom $catalog -radec $coordname"; 121 121 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 122 run(command => $command, verbose => $verbose);122 ps_run(command => $command, verbose => $verbose); 123 123 ## MEH need to adjust error_code to rc 124 124 unless ($success) { … … 162 162 163 163 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 164 run(command => $psphot_cmd, verbose => $verbose);164 ps_run(command => $psphot_cmd, verbose => $verbose); 165 165 unless ($success) { 166 166 # $params->{PROC_ERROR} = $PSTAMP_SYSTEM_ERROR; … … 339 339 340 340 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 341 run(command => $command, verbose => $verbose);341 ps_run(command => $command, verbose => $verbose); 342 342 unless ($success) { 343 343 my $rc = $error_code >> 8;
Note:
See TracChangeset
for help on using the changeset viewer.
