[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "clamping" an array to a maximum value?



Martin Schultz wrote:
> BTW: How about a "last element" operator? I very often need something like
>    subdata = data[*,0:n_elements(data[0,*])-1]
                                       
Just for completeness: that's probably supposed to be
   subdata = data[*,0:n_elements(data[0,*])-2]
Otherwise your problem is trivial and you might as well write
   subdata = data

Sorry, no better idea for the original problem, though. Everything 
I can think of at the moment is even more complicated. :-(
(Or equivalent:
   n_elements(data[0,*])   is the same as    (size(data))[2]
 which admittedly is not much clearer.)

Happy holidays,
Kevin
-- 
  Kevin Ivory                           Tel: +49 5556 979 434
  Max-Planck-Institut fuer Aeronomie    Fax: +49 5556 979 240
  Max-Planck-Str. 2                     mailto:Kevin@Ivory.de
D-37191 Katlenburg-Lindau, GERMANY      http://ivory.de/