comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: "clamping" an array to a maximum value?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: "clamping" an array to a maximum value? [message #13934] Wed, 23 December 1998 00:00 Go to previous message
Kevin Ivory is currently offline  Kevin Ivory
Messages: 71
Registered: January 1997
Member
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/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: segmentation
Next Topic: 3D Scatter plot

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 05:08:27 PDT 2025

Total time taken to generate the page: 0.72418 seconds