Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
User interface 使用用IDL编写的基于GUI的粒子跟踪界面RyTrack时出现的问题_User Interface_Idl Programming Language - Fatal编程技术网

User interface 使用用IDL编写的基于GUI的粒子跟踪界面RyTrack时出现的问题

User interface 使用用IDL编写的基于GUI的粒子跟踪界面RyTrack时出现的问题,user-interface,idl-programming-language,User Interface,Idl Programming Language,我正在使用RyTrack()进行粒子追踪,当我按照说明操作时,如下所示 INPUTS: (Once the GUI has been called ...) 1) Image directory: The path to the image sequence files of interest. Windows example: C:/myfolder/*.tif UNIX example: ~/myfolder/*.tif (Note: The program ca

我正在使用RyTrack()进行粒子追踪,当我按照说明操作时,如下所示

INPUTS: (Once the GUI has been called ...)
1) Image directory: The path to the image sequence files of interest.
   Windows example:  C:/myfolder/*.tif
   UNIX example:     ~/myfolder/*.tif
   (Note: The program can accept tif, jpg, or bmp formats, among others.)

   start: begins a frame-by-frame display. The original image is shown in the 
   top displayand the filtered image in the bottom display.  
   Once started, the image processing
   can be changed on the fly, and the results of these changes will become 
   evident in the bottom image."
在我点击开始后,什么也没发生,IDL说

 IDL> rytrack
 Widgets are initialized
 XMANAGER: Caught unexpected error from client application. Message follows...
 Attempt to call undefined procedure/function: 'RYTRACK_EVENT'.
 Execution halted at: XMANAGER_EVLOOP_STANDARD  478 H:\RSI\IDL55\lib\xmanager.pro
                  XMANAGER          708 H:\RSI\IDL55\lib\xmanager.pro
                  RYTRACK           856 E:\Dropbox\Research\Resources\rytrack.pro
我可以问一下,我该如何解决这个问题并让它工作吗


谢谢。

这对我很有效。您是从
.sav
文件还是从
.pro
文件运行它?

谢谢您的回复。我是在.pro上运行的。