IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43055


Ignore:
Timestamp:
Jul 3, 2026, 2:56:00 PM (2 weeks ago)
Author:
eugene
Message:

convert to ps_run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/detrend_stack.pl

    r43017 r43055  
    1818use PS::IPP::Metadata::Config;
    1919use PS::IPP::Metadata::List qw( parse_md_list );
    20 use PS::IPP::Config 1.01 qw( :standard );
     20use PS::IPP::Config 1.01 qw( :standard ps_run );
    2121
    2222use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
     
    138138
    139139    ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    140         run(command => $command, verbose => $verbose);
     140        ps_run(command => $command, verbose => $verbose);
    141141    unless ($success) {
    142142        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     
    206206unless ($no_op) {
    207207    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    208         run(command => $command, verbose => $verbose);
     208        ps_run(command => $command, verbose => $verbose);
    209209    unless ($success) {
    210210        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     
    221221    $command = "$ppStatsFromMetadata $outputStatsReal - DETREND_STACK";
    222222    ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    223         run(command => $command, verbose => $verbose);
     223        ps_run(command => $command, verbose => $verbose);
    224224    unless ($success) {
    225225        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     
    245245unless ($no_update) {
    246246    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    247         run(command => $command, verbose => $verbose);
     247        ps_run(command => $command, verbose => $verbose);
    248248    unless ($success) {
    249249        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
Note: See TracChangeset for help on using the changeset viewer.