|
Slither Product Information |
|
|
|
|
Written by mjacquette
|
|
Tuesday, 24 June 2008 08:34 |
Combine the power of IDL and Python with . . .
| | Slither™ enables you to call Python functions and execute Python statements directly from IDL, so you can use the Python standard library, the large number of publicly available Python modules, and your own Python code, directly within your IDL application. | | Calling the Python Random function from the IDL Console. | Python modules and objects are exposed to IDL as IDL objects. The Python environment runs in the same process and memory space as IDL, so parameter passing is fast. IDL variables are automatically converted to and from Python types. IDL arrays are passed to Python by reference. Full support for Python threads: threads started in Python continue to run while IDL code is executing or IDL is sitting at the command prompt. Automatic garbage collection of Python-based objects, so you can use them within compound statements without leaking memory. | For more information, contact us at
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
|  Using the Python Library to load an image, rotate it, and then place it in an IDL array.
| Currently supported platforms: | System Requirements: |
|
|
Last Updated ( Wednesday, 22 October 2008 11:19 )
|