IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24197


Ignore:
Timestamp:
May 15, 2009, 12:22:35 PM (17 years ago)
Author:
bills
Message:

fix compile bug. translate skycell->path_base to the uri for the image

File:
1 edited

Legend:

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

    r24174 r24197  
    176176
    177177        foreach my $skycell (@$skycells) {
    178             print $sfh "$skycell->{uri}\n"
     178            my $skycell_uri = $ipprc->filename("PPSUB.OUTPUT", $skycell->{path_base});
     179            print $sfh "$skycell_uri\n";
    179180        }
    180181        close $sfh;
    181182    }
    182183}
    183 
    184 my $image = $uri;
    185184
    186185my ($image, $mask, $ch_mask, $weight, $astrom);
Note: See TracChangeset for help on using the changeset viewer.