IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2007, 3:14:51 PM (19 years ago)
Author:
eugene
Message:

set det_type to upper case to select reduction class

File:
1 edited

Legend:

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

    r13937 r13946  
    6363# Recipes to use as a function of detrend type
    6464$reduction = "DETREND" unless defined $reduction;
    65 my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK'); # Recipe name to use
     65my $recipe = $ipprc->reduction($reduction, uc($det_type) . '_STACK'); # Recipe name to use
    6666
    6767# Look for programs we need
Note: See TracChangeset for help on using the changeset viewer.