IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13558


Ignore:
Timestamp:
May 30, 2007, 1:31:49 PM (19 years ago)
Author:
eugene
Message:

fixed call to my_die

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r13552 r13558  
    154154# Recipes to use in processing
    155155my $recipe1 = RECIPES->{"bin1"}->{lc($det_type)};
    156 &my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe1;
     156&my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $PS_EXIT_PROG_ERROR) unless defined $recipe1;
    157157
    158158my $recipe2 = RECIPES->{"bin2"}->{lc($det_type)};
    159 &my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe2;
     159&my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $PS_EXIT_PROG_ERROR) unless defined $recipe2;
    160160
    161161unless ($no_op) {
  • trunk/ippScripts/scripts/detrend_process_exp.pl

    r13552 r13558  
    155155# Recipes to use in processing
    156156my $recipe1 = RECIPES->{"bin1"}->{lc($det_type)};
    157 &my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe1;
     157&my_die("Unrecognised detrend type: $det_type", $det_id, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe1;
    158158
    159159my $recipe2 = RECIPES->{"bin2"}->{lc($det_type)};
    160 &my_die("Unrecognised detrend type: $det_type", $det_id, $iter, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe2;
     160&my_die("Unrecognised detrend type: $det_type", $det_id, $exp_tag, $PS_EXIT_PROG_ERROR) unless defined $recipe2;
    161161
    162162unless ($no_op) {
Note: See TracChangeset for help on using the changeset viewer.