[Q] IDL compiling error ? [message #5789] |
Thu, 08 February 1996 00:00 |
Irawan Sumarto
Messages: 9 Registered: February 1996
|
Junior Member |
|
|
Hi, there.
Could anybody help me with the following problem in compiling IDL.pro.
I know IDL just a few weeks, and then try to use & compile ready made
free software. But I can't solve it.
Thank
Irawan.
----------------------
IDL> .run correl_o.pro
corrmat = correl_images( image_A, image_B, XOFF=xoff,YOFF=yoff,$
^
% Syntax error.
At: correl_o.pro, Line 72
corrmat = correl_images( image_A, image_B, XOFF=xoff, YOFF=yoff,$
^
% Syntax error.
At: correl_o.pro, Line 85
corrmat = correl_images( image_A, image_B, XOFF=xoff,YOFF=yoff,$
^
% Syntax error.
At: correl_o.pro, Line 96
---------------------------------------------
|
|
|