Calling Supermongo in IDL [message #93555] |
Thu, 18 August 2016 04:26  |
Sapna Mishra
Messages: 66 Registered: December 2015
|
Member |
|
|
hello all,
I am dealing with IDL programming, I just want to know that if any one familiar
that can we call SM(super mongo, a plotting package) inside IDL or not?
Thankss
|
|
|
Re: Calling Supermongo in IDL [message #93557 is a reply to message #93555] |
Thu, 18 August 2016 06:48  |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
SM uses ASCII files to read the data to be plotted. So if you want to plot IDL variables using SM, you can write the data to ASCII files, and then spawn a call to SM.
On Thursday, August 18, 2016 at 7:26:37 AM UTC-4, Sapna Mishra wrote:
> hello all,
>
> I am dealing with IDL programming, I just want to know that if any one familiar
> that can we call SM(super mongo, a plotting package) inside IDL or not?
>
> Thankss
|
|
|