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

Home » Public Forums » archive » Re: Python reader for IDL save files.
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: Python reader for IDL save files. [message #44262 is a reply to message #44256] Thu, 02 June 2005 06:53 Go to previous messageGo to previous message
Matt Feinstein is currently offline  Matt Feinstein
Messages: 33
Registered: July 2002
Member
On 1 Jun 2005 18:29:09 -0700, lefsky@gmail.com wrote:

>
> 2. The only problem I have thought of is how to represent arrays of IDL
> structures in Python. The one attempt I made at this was succesful, but
> the resulting data structures (lists of lists, I think) were very slow
> to work with. Has anyone worked on this problem?

You might try the 'Object Array' type in the numarray module.
Operations on numarray arrays are generally speedier than
corresponding operations on Python lists since the implementor can
assume that the elements in a numarray are all of the same type.

Matt Feinstein

--
There is no virtue in believing something that can be proved to be true.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: LIDAR .las format
Next Topic: Re: extracting values from an array

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

Current Time: Fri Oct 10 10:01:39 PDT 2025

Total time taken to generate the page: 1.60233 seconds