Help for this page

Select Code to Download


  1. or download this
    # get minimal EDR filename from commandline
    my $minEDRfile = shift;
    my $MinEDRstr = `grep -A37 "EDR alpha" $f | tail -n35|awk "{print \\\$
    +4+\\\$5}"`;
            my @MinEDRvars = split(/\n/,$MinEDRstr);
    
  2. or download this
    # Print the outputs 
    foreach my $i(0..$NU-1){
    ...
      );
    }