IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9365


Ignore:
Timestamp:
Oct 6, 2006, 2:45:44 PM (20 years ago)
Author:
Paul Price
Message:

Avoiding warning.

File:
1 edited

Legend:

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

    r9235 r9365  
    101101open my $list2File, '>' . $list2Name;
    102102foreach my $file (@$files) {
    103     print $list1File File::Spec->rel2abs( $file->{b1_uri}, $ipprc->workdir() ) . "\n";
    104     print $list2File File::Spec->rel2abs( $file->{b2_uri}, $ipprc->workdir() ) . "\n";
     103    print $list1File (File::Spec->rel2abs( $file->{b1_uri}, $ipprc->workdir() ) . "\n");
     104    print $list2File (File::Spec->rel2abs( $file->{b2_uri}, $ipprc->workdir() ) . "\n");
    105105    push @means, $file->{bg};
    106106    push @stdevs, $file->{bg_stdev};
Note: See TracChangeset for help on using the changeset viewer.