1

I have a number of IDL visualization routines which I would prefer to be using in Python. These IDL visualization facilities provided a point-and-click interface with the cursor to see values and positions of pixels.

Is there a Python equivalent to this? If I were to rewrite these routines, how could I provide the same type of visualization facilities?

1 Answer 1

1

There is a Python bridge in IDL 8.5 which would allow you import your visualization routines into Python. Or you could port your visualization routines to a Python visualization library; the most common and general vis library in Python is matplotlib.

Sign up to request clarification or add additional context in comments.

2 Comments

I don't think Python allows you to be as interactive as IDL though. IDL has routines where you can use the mouse cursor to point at images and see values for what's there.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.