IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2008, 10:17:05 AM (18 years ago)
Author:
bills
Message:

allow det_type to be specified in lower case

File:
1 edited

Legend:

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

    r17231 r17241  
    6262
    6363$ipprc->define_camera($camera);
     64$det_type = uc($det_type);
    6465
    6566# Recipes to use as a function of detrend type
    6667$reduction = "DETREND" unless defined $reduction;
    67 my $recipe = $ipprc->reduction($reduction, uc($det_type) . '_STACK'); # Recipe name to use
     68my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK'); # Recipe name to use
    6869
    6970# values to extract from output metadata and the stats to calculate
Note: See TracChangeset for help on using the changeset viewer.