IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19817


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

remove extraneous class_id

File:
1 edited

Legend:

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

    r19782 r19817  
    159159    unless ($success) {
    160160        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    161         &my_die("Unable to perform ppStatsFromMetadata: $error_code", $det_id, $iter, $exp_id, $class_id, $error_code);
     161        &my_die("Unable to perform ppStatsFromMetadata: $error_code", $det_id, $iter, $class_id, $error_code);
    162162    }
    163163    foreach my $line (@$stdout_buf) {
Note: See TracChangeset for help on using the changeset viewer.