IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39186 for trunk


Ignore:
Timestamp:
Nov 24, 2015, 8:46:18 AM (11 years ago)
Author:
bills
Message:

Resolve input chip images using path_base instead of uri, which is sometimes set
incorrectly.

File:
1 edited

Legend:

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

    r37077 r39186  
    223223my $wrote_astrom = 0;
    224224foreach my $imfile (@$imfiles) {
    225     my $image = $imfile->{uri}; # Image name
     225    my $image = $ipprc->filename ("PPIMAGE.CHIP", $imfile->{chip_path_base}, $imfile->{class_id}); # Image name
    226226    my $weight = $ipprc->filename ("PPIMAGE.CHIP.VARIANCE", $imfile->{chip_path_base}, $imfile->{class_id}); # Mask name
    227227
Note: See TracChangeset for help on using the changeset viewer.