简体   繁体   English

如何在Python中使用IDL可视化例程

[英]How to use IDL visualization routines in Python

I have a number of IDL visualization routines which I would prefer to be using in Python. 我有许多IDL可视化例程,希望在Python中使用。 These IDL visualization facilities provided a point-and-click interface with the cursor to see values and positions of pixels. 这些IDL可视化工具提供了一个带有鼠标的点击界面,以查看像素的值和位置。

Is there a Python equivalent to this? 是否有与此等效的Python? If I were to rewrite these routines, how could I provide the same type of visualization facilities? 如果要重写这些例程,如何提供相同类型的可视化工具?

There is a Python bridge in IDL 8.5 which would allow you import your visualization routines into Python. IDL 8.5中有一个Python桥,可以将可视化例程导入Python。 Or you could port your visualization routines to a Python visualization library; 或者,您可以将可视化例程移植到Python可视化库中; the most common and general vis library in Python is matplotlib. Python中最常见,最通用的vis库是matplotlib。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM