I would like to know if it is possible ( and how to ) plot numbers in scientific notation (e.g. 4e2instead of 400) 开发者_Python百科while plotting diagrams with IDL\'s plot package. You can specify a
I have a .img file of unformatted (I think binary) data that I want to read as floats into a 4D array in Matlab. I noticed that the \'fread\' function in Matlab used to read binary data can only read
I am new to the programming language IDL (Interactive Data Language) and am learning to code in it. I\'d like to know how to put a byte string into a float in IDL without saving it to a file.
I am a software engineer working in Medical Imaging.I ha开发者_如何学编程ve just started using the language IDL and i feel very comfortable with it.As a new member in this field with a language like I
I\'m trying to specify custom Y axis tick marks, but IDL is not cooperating. In the top left, 1.0000 should be the max value, but IDL puts a 57 there. 57 is the max array dimension of my data.
I开发者_开发百科 have a plot like this: http://i.imgur.com/i9xp5.png I need the data coordinates of points in order to plot wind barbs.
Is there any functionality in IDL that will allow it to evaluate a a string as code? Or, failing that, is there a nice, dynamic way of including /KEYWORD in functions? For example, if I wanted to ask
At the bottom of this image, you\'ll see a nice colorbar that matches the colors of the graph correctly:
I need to save and re-load thousands of ROI polygons on a stack of images, actually a 30-frame-per second movie for 30+ minutes, so at least 54,000 frames.There can be multiple ROIs on a single image
I\'m relatively new to python but have a bit of experience using IDL. I was wondering if anyone knows if there are equivalent commands in python for IDL\'s stop and .reset commands.