IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 2:15:42 PM (20 years ago)
Author:
Paul Price
Message:

Fixing fix.

File:
1 edited

Legend:

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

    r10296 r10297  
    6666    run \@command, \$stdin, \$stdout, \$stderr or
    6767        die "Unable to perform dettool -processedimfile on detrend $detId/$iter: $?";
    68     print $stdout . "\n";
     68#    print $stdout . "\n";
    6969   
    7070    # Because of the length, need to split into individual metadatas --- it parses SO much quicker!
     
    7979            my $list = parse_md_list( $mdcParser->parse( join( "\n", @single ) ) ) or
    8080                die "Unable to parse output from dettool.\n";
    81             push @files, $list;
     81            push @files, @$list;
     82            @single = ();
    8283        }
    8384    }
Note: See TracChangeset for help on using the changeset viewer.