IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21231


Ignore:
Timestamp:
Jan 29, 2009, 4:53:01 PM (17 years ago)
Author:
Paul Price
Message:

Fixing weight --> variance.

File:
1 edited

Legend:

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

    r21228 r21231  
    147147    my $mask = $ipprc->filename("PSASTRO.OUTPUT.MASK", $imfile->{cam_path_base}, $imfile->{class_id}); # Mask name
    148148    if (!$ipprc->file_exists($mask)) {
    149         print "Celestial mask $mask not found, using basic mask\n";
    150         $mask = $ipprc->filename("PPIMAGE.CHIP.MASK", $imfile->{chip_path_base}, $imfile->{class_id}); # Mask name
    151         &my_die("Couldn't find input file: $mask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($mask);
     149        print "Celestial mask $mask not found, using basic mask\n";
     150        $mask = $ipprc->filename("PPIMAGE.CHIP.MASK", $imfile->{chip_path_base}, $imfile->{class_id}); # Mask name
     151        &my_die("Couldn't find input file: $mask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($mask);
    152152    }
    153153
     
    183183    $command .= " -list $imageName";
    184184    $command .= " -masklist $maskName";
    185     $command .= " -weightlist $weightName";
     185    $command .= " -variancelist $weightName";
    186186    $command .= " -astromlist $astromName";
    187187    $command .= " $outroot $skyFile";
Note: See TracChangeset for help on using the changeset viewer.