- Timestamp:
- Jan 29, 2009, 3:06:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ippScripts/scripts/detrend_stack.pl
r19942 r21228 155 155 my $image = $file->{uri}; # Image name 156 156 my $mask = $ipprc->filename( "PPIMAGE.OUTPUT.MASK", $file->{path_base}, $class_id ); # Mask name 157 my $weight = $ipprc->filename( "PPIMAGE.OUTPUT. WEIGHT", $file->{path_base}, $class_id ); # Weight name157 my $weight = $ipprc->filename( "PPIMAGE.OUTPUT.VARIANCE", $file->{path_base}, $class_id ); # Weight name 158 158 159 159 &my_die("Image $image does not exist", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists( $image ); … … 164 164 } 165 165 if ($ipprc->file_exists( $weight )) { 166 print $listFile "\t WEIGHT\tSTR\t" . $weight . "\n";166 print $listFile "\tVARIANCE\tSTR\t" . $weight . "\n"; 167 167 } 168 168
Note:
See TracChangeset
for help on using the changeset viewer.
