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

    r13937 r13946  
    7171my $recipe;                     # Name of recipe to use
    7272if ($mode eq 'master') {
    73     $recipe = $det_type . '_RESID';
     73    $recipe = uc($det_type) . '_RESID';
    7474} elsif ($mode eq 'verify') {
    75     $recipe = $det_type . '_VERIFY';
     75    $recipe = uc($det_type) . '_VERIFY';
    7676} else {
    7777    &my_die("Unrecognised mode: $mode", $det_id, $iter, $exp_tag, $class_id, $PS_EXIT_PROG_ERROR);
Note: See TracChangeset for help on using the changeset viewer.