JETDSP for IDL Frequently asked questions - header.png(5KB)
JETDSP FAQs
Graphics are very slow
My plot is empty
My plot window is too big
Which password should I use?
How do I read 'unread' signals?
Displays with a limited number of colours
JETDSP can't read my data
JETDSP can read JPFs but not PPFs
Slow graphics on Unix
The plot disappears after being covered by another window
I have created a CGM file, how do I edit it?
How do I read TRANSP data?
How do I read MDSplus data?
I'm having problems printing
I try to plot data and the ranges are wrong.
Where are my IBM standard sets?
My processed signals won't reshot
How do I get a crosshair cursor?
How do I zoom in both X and Y?
 
IDL FAQs
What's new in IDL 5.5?
I only get the demo version
Why can't I save a GIF?
How do I read PPFs into IDL?
I can't make colors work on my plots
My plot disappears after being covered by another window

What's new in IDL 5.5?

Please note that there are some changes with idl 5.5. In particular, there is a change in array handling which does affect some codes at JET.

Previous versions of IDL contain an error that caused it to convert single element array tags within structures into scalars when referenced:

IDL> a = { tag:[1] }
IDL> help, a.tag
INT = 1

This has been corrected in IDL 5.5 and now returns a single element array as expected:

IDL> a = { tag:[1] }
IDL> help, a.tag
INT = Array[1]

Existing programs that depend on the old behavior will need to be modified to include a subscript (e.g. b=a.tag[0] instead of b=a.tag).

For full details of the latest features of IDL, please contact dmsd-support@jet.efda.org for a copy of What's new in IDL 5.5.


Top  JETDSP Home Page  Manual  FAQ 
Please send comments to: dmsd-support@jet.efda.org