IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2008, 5:15:39 PM (18 years ago)
Author:
Paul Price
Message:

Needed 'my'.

File:
1 edited

Legend:

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

    r19652 r19661  
    8787
    8888print "raw recipe: $recipe\n";
    89 $ppimage_recipe = $ipprc->reduction($reduction, $recipe);
    90 $jpeg_recipe = $ipprc->reduction($reduction, uc($det_type) . '_JPEG_RESID';
     89my $ppimage_recipe = $ipprc->reduction($reduction, $recipe);
     90my $jpeg_recipe = $ipprc->reduction($reduction, uc($det_type) . '_JPEG_RESID';
    9191print "real recipe: $recipe\n";
    9292
Note: See TracChangeset for help on using the changeset viewer.