IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10142


Ignore:
Timestamp:
Nov 22, 2006, 9:39:30 AM (20 years ago)
Author:
Paul Price
Message:

Removing mdc parsing of entire residual list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend.pl

    r10141 r10142  
    186186        run( command => $command, verbose => 1 );
    187187    die "Unable to get residual processing list: $error_code\n" if not $success;
    188     my $list = parse_md_list( $mdcParser->parse( join( '', @$stdout_buf ) ) ) or
    189         die "Unable to parse output from dettool.\n";
    190188
    191189    my @whole = split /\n/, join( '', @$stdout_buf );
Note: See TracChangeset for help on using the changeset viewer.