IGOR Pro 6.2使用方法详细介绍-睿驰整理 联系客服

发布时间 : 星期六 文章IGOR Pro 6.2使用方法详细介绍-睿驰整理更新完毕开始阅读

北京环中睿驰科技有限公司 http://www.reahsoft.com.cn Here is an example of the Info box and cursors on an XY plot:And the following example shows that cursors can also be placed on image plots:

When cursors are placed on image or waterfall plots, z and delta-z values are added to the info box.

29

北京环中睿驰科技有限公司 http://www.reahsoft.com.cn A variety of cursor styles are provided. Cursors may be attached to data points or may be free to roam throughout the plot area.

You can move cursors in several ways. In addition to the slider control shown in the examples, you can use the mouse to drag cursors to different points or different traces or images. Each graph window can have its own info box and cursors.

2.9 用户再编程

Programming

IGOR Pro includes a powerful and full-featured structured programming

language that you can use for automation of data import, file I/O, analysis, data acquisition, graphing, drawing, printing, and just about anything you can think of. You can add menus to the program and create control panels containing buttons, checkboxes, popup menus, and other controls to set parameters or display results.

IGOR Pro aids you in your programming tasks with syntax coloring< and a symbolic debugger that will help you efficiently troubleshoot your code. IGOR Pro ships with many examples illustrating (among other things) peak fitting, signal processing, data acquisition, test automation, and graphing techniques.

Programmability

Complete built-in structured programming language Over 450 built-in functions and 400 built-in operations

Many additional functions and operations supplied by XOPs and WaveMetrics-authored user procedures

Symbolic debugger

User-definable math and string functions All aspects of IGOR Pro can be programmed Controllable by external scripting systems Syntax coloring in procedures Integrated help and documentation

Search across multiple program source files

30

北京环中睿驰科技有限公司 http://www.reahsoft.com.cn 2.10 用户接口

You can easily create custom interfaces to accomplish specialized tasks. Igor′s dialogs and contextual menus make it easy to construct a user interface to specialized analysis code. Available Customizations

? ? ? ?

Create control panels and graphs with controls that implement custom behavior using Igor′s built-in programming language. Add your own menus or modify Igor′s menus. Create custom help for other users.

Write \external operations\control or acquire data from instruments.

Examples of custom interfaces are shipped with Igor. You can find them in the File->Examples menu. Some major features of Igor are implemented using a custom interface like the ones you can build, among them the Image Processing and Polar Graphs packages:

31

北京环中睿驰科技有限公司 http://www.reahsoft.com.cn

32