|
|
|
|
|
0 Replies and 1342 Views
Screen rotation and visualization distortion 1342 0
Started by Deleted User
Hi,
I have a GUI with a 3D visualization that worked fine with IDL 5.0 and still works fine with 6.0 whenever the screen is horizontal.
But when I rotate the screen to have it vertically, and then execute my program, the volume is distorted. However, if I rotate once the volume is already displayed, it doesn't get distorted.
Anyone knowing how to solve this problem, please let me know.
Thanks
|
|
|
|
0 |
1342 |
22 May 2006 02:45 PM |
|
0 Replies and 1326 Views
How can I get IDLffAnalyze object 1326 0
Started by Deleted User
I've read the wallpaper 'Visualizing and Analzing Medical Images from Multiple Modalities Using IDL'. I'm interested in QuickView source code, which requires the IDLffAnalyze object. I install IDL6.0 in Windows XP, and how can I get this object
|
|
|
|
0 |
1326 |
22 May 2006 02:40 AM |
|
0 Replies and 1570 Views
Surface projection from x and y 1570 0
Started by Deleted User
I would like to know how to create a surface projection from x and y values; for example, if a have a curve in a 2D space (i.e. x and y plot) and I would like to have a proyection of it as a surface in a 3D space; example: y=sin(x), not as a plot but as a surface.
Demian.
|
|
|
|
0 |
1570 |
22 May 2006 01:28 AM |
|
0 Replies and 1290 Views
How to copy the content of a direct draw window into the clipboard in Linux 1290 0
Started by Deleted User
Recentely I swtiched from Windows to Linux and found out that the Linux version of IDL is quite a bit behind the Windows version considering the GUI. No color coding, cut and paste shortcuts do not work, mouse scroll wheel does not scroll the text, etc. My biggest problem is that I cannot copy the content of a direct draw window into the clipboard. In Windows I just used CRTL-C and then pasted the content into a word processor or a presentation software. Now in Linux when I click on the draw win...
|
|
|
|
0 |
1290 |
18 May 2006 10:42 AM |
|
0 Replies and 1464 Views
How to mask an image interactively using XROI 1464 0
Started by Deleted User
Hi
We have an example in IDL6.2 , But that is only for gray scale images . I want to mask a colored image say 24bit JPEG. The problem is when applying the computemask method the dimension it takes is 2 only but i have the image array of 3 dimensions .
Advance thanks for the help
regards
debiprasad
|
|
|
|
0 |
1464 |
17 May 2006 06:23 AM |
|
0 Replies and 1482 Views
multi-input spectral cancellation 1482 0
Started by Deleted User
I am trying to find IDL code for frequency-domain cancellation of N independent time series vs 1 dependent time series. For example, I may have 5 ancillary sensors that I'm using to remove the noise from the signal on a different sensor, and I wish to do the cancellation in the frequency domain. Does anyone have canned IDL code to do this
|
|
|
|
0 |
1482 |
16 May 2006 06:35 PM |
|
1 Replies and 1532 Views
text widget fonts and colors 1532 1
Started by Deleted User
I would like to know if it is posible to change the font (and hopefully color) of
the text in an editable text widget after it has been created. I would like to
either change the font, or overwrite the text in the widget with text in a new
font. Is it also possible to change the color of the text
I can't seem to find anything in the documentation that makes it seem like
this is possible, but it sure would be nice in my application!
Many thanks to anyone that responds
- Peter Doher...
|
|
|
|
1 |
1532 |
16 May 2006 08:46 AM |
|
1 Replies and 1574 Views
COM in IDL 6.3 question 1574 1
Started by Deleted User
Does anyone know how to use the new COM port feature in IDL 6.3 I basically want to read a serial port connected to a device that just sends a string every few seconds.
thanks!
|
|
|
|
1 |
1574 |
15 May 2006 03:40 PM |
|
1 Replies and 1674 Views
This is strange - why would Save As stop behaving? 1674 1
Started by Deleted User
Using IDL6.2 on a WindowsXP machine. I'm editing an existing PRO and want to give it a new name - I just choose 'Save As' right However, rather than getting the expected dialog box so I can specify a new name, it just saves the edited file with the same name - as if it is behaving as 'Save.' Of course, I've done nothing different (of which I'm aware). Is this an IDL or Windows issue Maybe a reboot is in order...
|
|
|
|
1 |
1674 |
15 May 2006 01:06 PM |
|
1 Replies and 1524 Views
idl interpretation language 1524 1
Started by Deleted User
hello
does IDL interpretation language (like Java)
thanks
|
|
|
|
1 |
1524 |
13 May 2006 03:14 AM |
|
1 Replies and 1590 Views
dividing arrays of different sizes within a for loop 1590 1
Started by Deleted User
The code below is a diluted version of the one that I am working on. Basically i would like to divide each element of a 40 element floating array by n.
n refers 512 single arrays. I would like all this done within a for loop of 0, 511 so that the 40 element array would be divided by one n per increment in the loop.
In the end I would like each of the 512 40 element arrays to be plotted against 512 arrays of 40 elements each. However I seemed to be stuck.....any ideas
thanks
terry
...
|
|
|
|
1 |
1590 |
12 May 2006 03:27 PM |
|
0 Replies and 1183 Views
IDL libraries problems 1183 0
Started by Deleted User
Hi.
I am using Fedora Core 4 on a thinkpad laptop and after to install (without errors) IDL I try to run it and this is what I get:
&91rootlocalhost ~&93 idl
/usr/local/src/IDL/idl_6.1/bin/bin.linux.x86/idl: error while loading shared libraries: /usr/local/src/IDL/idl_6.1/bin/bin.linux.x86/libidl.so.6.1: cannot restore segment prot after reloc: Permission denied
Can anyone help me
Ciao and thanks
|
|
|
|
0 |
1183 |
04 May 2006 10:23 AM |
|
1 Replies and 2848 Views
How to produce some latex symbols like \overline{X} ? 2848 1
Started by Deleted User
I find the textoidl package can not do this.
If i do something like :
'
a=textoidl('\overline{X}')
plot,findgen(100),title=a
'
It just give the title of the plot to be '\overline{X}'.
What I really want, however, is the title to be 'X' with a dash over it
So, how could I do that
Any solution will be highly appreciated.
Binbin Zhang
China
|
|
|
|
1 |
2848 |
02 May 2006 01:15 PM |
|
1 Replies and 1694 Views
How to do a Tiff resampling without loading the whole image in memory? 1694 1
Started by Deleted User
Hi,
i usually do the Tiff file resampling using the CONGRID procedure, but first of all i have to load the whole image in memory and then run the congrid procedure. This is ok if I work whit small images, but this is a problem when i have to load a very big image.
Someone can help me
Thanks,
Alessandro
|
|
|
|
1 |
1694 |
02 May 2006 09:58 AM |
|
1 Replies and 1243 Views
Bug with 'StrPos'? 1243 1
Started by Deleted User
The followings were what I got from IDL 6.2. But I think I could expect to get 0 and 2, respectively.
IDL> print, strpos('safas', 's', /REVERSE_OFFSET)
4
IDL> print, strpos('safas', 'f', /REVERSE_OFFSET)
-1
|
|
|
|
1 |
1243 |
01 May 2006 04:39 PM |
|
1 Replies and 1519 Views
Help for colors 1519 1
Started by Deleted User
Hello my name is Jonathan I'm a french student
(So sorry for my english)
I work in an Hospital with IDL on a software : PERFTOOL
And I've got a problem :
I am obliged to launch the computer 256 colors to see curves.
In 16 million colors the curves do not appear.
It must be a problem with the graphic panel.
This is the code of the graphic panel :
IF (!D.N_COLORS GT 256) THEN BEGIN
PRINT, 'Too many colors (' CLEAN(!D.N_COLORS) '
NUM_COLORS = 256
...
|
|
|
|
1 |
1519 |
21 Apr 2006 09:56 AM |
|
0 Replies and 2059 Views
Unable to allocate memory: to make array. 2059 0
Started by Deleted User
I am able to read in my large data set, but when doing any computations, etc. I get the Unable to allocate memory error message. What is the best way to deal with this Is there a way I can have IDL use more system resources
thanks, Scott Peckham
|
|
|
|
0 |
2059 |
20 Apr 2006 07:23 AM |
|
0 |
1697 |
11 Apr 2006 11:40 PM |
|
0 Replies and 1583 Views
'stitching' tiff images 1583 0
Started by Deleted User
Could somebody tell me how to put two tiff images next to each other in IDL
I have one tiff file with 5x10 pixels and another with 6x10 pixels and I want to make a large image of 11x10 pixels. Essentially stitch the two images together.
Thanks!
|
|
|
|
0 |
1583 |
08 Apr 2006 03:18 PM |
|
0 Replies and 1541 Views
READING LIST MODE DICOM IMAGE 1541 0
Started by Deleted User
Hi to every one,
I have to work on some list mode format images. But, when I use IDLffDICOM to read the file, I see only a 1D array containing all the events. My problem is that I don't how to retrieve and display the data from this vector...
I some one could help me...
Thanks a lot
Cheers
|
|
|
|
0 |
1541 |
06 Apr 2006 02:39 AM |