IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 2:27:07 PM (20 years ago)
Author:
Paul Price
Message:

Missed a line.

File:
1 edited

Legend:

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

    r9265 r9266  
    4646    };
    4747
    48 die "Unrecognised detrend type: $det_type\n" if not defined RECIPES()->{$det_type}
    49                                              or not defined NORMALISE()->{$det_type};
     48die "Unrecognised detrend type: $det_type\n" if not defined RECIPES()->{$det_type};
    5049my $recipe = RECIPES()->{$det_type}; # Recipe to use in stacking
    5150
Note: See TracChangeset for help on using the changeset viewer.