NR__SVDFIT issue [message #38334] |
Wed, 03 March 2004 15:45 |
kini
Messages: 6 Registered: February 2004
|
Junior Member |
|
|
Folks,
I am having this issue with SVDFIT.
When I use SVDFIT within IDL Development Environment, the program
functions without any hitch.
When I create a .sav file of my project and run the same using the IDL
Virtual Machine, the program hangs.
I traced the problem to these set of statements:
; Call the actual NR routine.
;
; Warning, direct use of this function is not supported, as
; the calling sequence is scheduled to change in a future
release
; of IDL.
;
NR__SVDFIT,FUNCTION_NAME,xx,yy,ssig,ndata,A,M,COVAR,CHISQ,si ngular,tol,
$
DOUBLE=use_double
Can anyone tell me what these statements mean and how do I get my
program running without the IDL DE ( i.e. with IDL VM) ?
Kind regards, Ananth Kini
____________________________________________________________ _____
Ananth Kini, Masters in Computer Science, Dept. of Computer Science
Harvey R. Bright Bldg, TAMU, College Station, TX 77843
#4302, College Main, Apt 319, Bryan, TX 77801, Phone : 979-260-1954
|
|
|