Changeset 43055
- Timestamp:
- Jul 3, 2026, 2:56:00 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/detrend_stack.pl
r43017 r43055 18 18 use PS::IPP::Metadata::Config; 19 19 use PS::IPP::Metadata::List qw( parse_md_list ); 20 use PS::IPP::Config 1.01 qw( :standard );20 use PS::IPP::Config 1.01 qw( :standard ps_run ); 21 21 22 22 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); … … 138 138 139 139 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 140 run(command => $command, verbose => $verbose);140 ps_run(command => $command, verbose => $verbose); 141 141 unless ($success) { 142 142 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); … … 206 206 unless ($no_op) { 207 207 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 208 run(command => $command, verbose => $verbose);208 ps_run(command => $command, verbose => $verbose); 209 209 unless ($success) { 210 210 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); … … 221 221 $command = "$ppStatsFromMetadata $outputStatsReal - DETREND_STACK"; 222 222 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 223 run(command => $command, verbose => $verbose);223 ps_run(command => $command, verbose => $verbose); 224 224 unless ($success) { 225 225 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); … … 245 245 unless ($no_update) { 246 246 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 247 run(command => $command, verbose => $verbose);247 ps_run(command => $command, verbose => $verbose); 248 248 unless ($success) { 249 249 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.
