IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2009, 3:06:42 PM (17 years ago)
Author:
Paul Price
Message:

Convering 'weight' to 'variance' where appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/ippScripts/scripts/detrend_stack.pl

    r19942 r21228  
    155155    my $image = $file->{uri};   # Image name
    156156    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 name
     157    my $weight = $ipprc->filename( "PPIMAGE.OUTPUT.VARIANCE", $file->{path_base}, $class_id ); # Weight name
    158158
    159159    &my_die("Image $image does not exist", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists( $image );
     
    164164    }
    165165    if ($ipprc->file_exists( $weight )) {
    166         print $listFile "\tWEIGHT\tSTR\t" . $weight . "\n";
     166        print $listFile "\tVARIANCE\tSTR\t" . $weight . "\n";
    167167    }
    168168
Note: See TracChangeset for help on using the changeset viewer.