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_process_imfile.pl

    r13937 r13946  
    6262
    6363$reduction = "DETREND" unless defined $reduction;
    64 my $recipe = $ipprc->reduction($reduction, $det_type . '_PROCESS'); # Recipe name to use
     64my $recipe = $ipprc->reduction($reduction, uc($det_type) . '_PROCESS'); # Recipe name to use
    6565
    6666# Look for programs we need
Note: See TracChangeset for help on using the changeset viewer.