IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2008, 7:52:22 AM (18 years ago)
Author:
eugene
Message:

add processing comment

File:
1 edited

Legend:

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

    r19780 r19818  
    122122    # since I can't figure out how to do input and output within PERL, I'm writing to a temp file
    123123    my ($statFile, $statName) = tempfile( "/tmp/$exp_tag.detresid.$det_id.$iter.stats.XXXX", UNLINK => !$save_temps );
     124    print "saving stats to $statName\n";
    124125    foreach my $line (@$stdout_buf) {
    125126        print $statFile $line;
     
    139140        $cmdflags .= " $line";
    140141    }
    141     print "cmdflags: $cmdflags\n";
    142142}
    143143
Note: See TracChangeset for help on using the changeset viewer.