IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24434


Ignore:
Timestamp:
Jun 16, 2009, 12:29:58 PM (17 years ago)
Author:
bills
Message:

pass nebulous names to streaksrelease instead of the resolved names

File:
1 edited

Legend:

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

    r23778 r24434  
    189189        # save the
    190190        if ($image_type eq 'image') {
    191             $image = $path
     191            $image = $file_name;
    192192        } elsif ($image_type eq 'mask') {
    193             $mask = $path;
     193            $mask = $file_name;;
    194194        } elsif ($image_type eq 'variance') {
    195             $variance = $path;
     195            $variance = $file_name;;
    196196        } else {
    197197            &my_die("invalid image type found: $image_type", $dist_id, $component,
Note: See TracChangeset for help on using the changeset viewer.