About 804,000 results
Open links in new tab
  1. Calling an IDL script in Python - Stack Overflow

    Nov 5, 2015 · I want to call this IDL script for example in a python code: pro plotgaussian, center, sigma, X=x, Y=y x = findgen(1000) / 999; numbers running 0 to 1 in steps of 0.001 x = x * 6 * …

  2. algorithm - IDL WHERE in python? - Stack Overflow

    Mar 9, 2015 · Calling an IDL script in Python. 1. Location of methods and classes in Python3 interpreter. 1.

  3. Porting IDL code, lindgen function to Python - Stack Overflow

    Nov 7, 2013 · My knowledge of IDL is not what it used to be, I had to research a little. The operator ">" in IDL is not an equivalent of python (or other languages). It stablishes a …

  4. Is there a way to clear Python's IDLE window? - Stack Overflow

    Jan 13, 2024 · Run -> Python Shell. The problem with this method is that it will clear all the things you defined, such as variables. Alternatively, you should just use command prompt. open up …

  5. How to run a python script from IDLE interactive shell?

    Jun 22, 2013 · To run a python script in a python shell such as Idle or in a Django shell you can do the following using the exec() function. Exec() executes a code object argument. A code …

  6. raster - Python IDL bridges: Envi functions - Stack Overflow

    Mar 23, 2016 · The above code, launched into IDL command prompt, works correctly. I want make a python script that: option 1) launch the above idl .pro script; option 2) use the IDL to …

  7. Interactive Data Language, IDL: Does anybody care? [closed]

    Feb 10, 2017 · The only viable replacement for IDL in that list is Python coupled with the full set of scientific libraries. Even then, many things are harder, or more verbose in python than in IDL. …

  8. Runnning an IDL code with text file output in Python

    Jun 29, 2016 · Three of these codes are written in Python 2.7, but one is written in IDL. My goal is to create one "master" python program which can run all of these codes, by typing "python …

  9. Python get mouse x, y position on click - Stack Overflow

    Dec 3, 2016 · Coming from IDL, I find it quite hard in python to get the x-y position of the mouse on a single left click using a method that is not an overkill as in tkinter. Does anyone know …

  10. Converting the simple IDL argument code to python code

    Jun 11, 2019 · Simply I want to translate the IDL code to python code. This is an easy task for any IDL and Python Expert. But it is not possible for me, if anybody helps me to translate this code …

Refresh