IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17318


Ignore:
Timestamp:
Apr 4, 2008, 10:06:40 AM (18 years ago)
Author:
bills
Message:

Need the class_id when looking up the output and mask filenames (at least
on gpc1)

File:
1 edited

Legend:

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

    r17250 r17318  
    138138
    139139    my $image = $file->{uri};   # Image name
    140     my $mask = $ipprc->filename( "PPIMAGE.OUTPUT.MASK", $file->{path_base} ); # Mask name
    141     my $weight = $ipprc->filename( "PPIMAGE.OUTPUT.WEIGHT", $file->{path_base} ); # Weight name
     140    my $mask = $ipprc->filename( "PPIMAGE.OUTPUT.MASK", $file->{path_base}, $class_id ); # Mask name
     141    my $weight = $ipprc->filename( "PPIMAGE.OUTPUT.WEIGHT", $file->{path_base}, $class_id ); # Weight name
    142142
    143143    &my_die("Image $image does not exist", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists( $image );
Note: See TracChangeset for help on using the changeset viewer.