X
Search this forum:
Search
You are not authorized to create a new topic
Page 58 of 126 << < 5657585960 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1249 Views Fatal error when attempt to open an image  1249  1 Started by  Deleted User I'm running IDL 7.1.1 on Ubuntu Linux (11.04). IDL installed fine, but when I attempt to open any image file, I get a pop up window that says "Fatal error: IDL has encountered a fatal error and will now exit" after which IDL closes. Any ideas on what the issue might be Thanks.
1 1249
14 Jul 2011 12:16 PM
0 Replies and 1049 Views format the running result different in envi 4.8 and 4.7  1049  0 Started by  Deleted User I use this pro file running in the IDL Workbench PRO Chapter04Table99 i = 1 WHILE i LT 10 DO BEGIN j = 1 WHILE j LE i DO BEGIN PRINT, j, '*', i, '=' ,i * j, FORMAT = '(4X,I1,1X,A1,1X,I1,1X,A1,1X,I2,$)' j = j 1 ENDWHILE PRINT;, FORMAT = '(/)' i = i 1 ENDWHILE END the output in ENVI 4.7 is 1 * 1 = 1 1 * 2 = 2 2 * 2 = 4 1 * 3 = 3 2 * 3 = 6 3 * 3...
0 1049
14 Jul 2011 01:12 AM
1 Replies and 1411 Views How do you associate data with a secondary Y axis?  1411  1 Started by  Deleted User Hello, I understand how to use the AXIS function in IDL 8.1 to create a second X or Y axis on a plot, but how do you link the data so that it corresponds to the second axis For example, if DATA1 has a range of 0 to 10, but DATA2 has a range from 1,000 to 30,000 and how can you add the second axis so that each dataset can be properly plotted on the same figure I recall that in when using the AXIS procedure, you could use the /SAVE keyword to set the axis system variable, but I don't see a ...
1 1411
13 Jul 2011 03:02 PM
1 Replies and 1407 Views plotting negative values on log scale  1407  1 Started by  Deleted User I am trying to make a log plot that spans zero with a range of &91-1.e-10, 1.e-10&93. Anyone know how to do this Thanks, Erik
1 1407
13 Jul 2011 04:08 AM
0 Replies and 1539 Views IDL workbench youtube video  1539  0 Started by  Deleted User A quick tour of the IDL workbench is now available on youtube. http://www.youtube.com/user/ITTVISfeature=mheep/u/6/VH9NXXnl9Us Let us know if you like it. Bill
0 1539
12 Jul 2011 03:47 PM
1 Replies and 1344 Views idlde 8.1 starts not  1344  1 Started by  Deleted User I installed IDL 8.1 on linux (Debian lenny-x64). But idlde in IDL 8.1cannot start. After input the command "idlde", it shows only the logo window and then hangs up until it is killed. Can anyone help
1 1344
08 Jul 2011 07:51 AM
2 Replies and 1131 Views switch to IDL 8: no more F1 help shortcut, and other issues  1131  2 Started by  Deleted User I have just performed the switch to IDL 8, using MacOS X 10.6.8 Snow Leopard. Many new features, many language improvements, it has been tempting to switch for a long time now... A significant software upgrade usually doesn't come without some hassle, and so does IDL 8. For now the most annoying thing is the apparent impossibility to get online help on the command at the cursor by simply pressing F1. I've tried almost everything: - moving the cursor to the position and selecting the comma...
2 1131
07 Jul 2011 06:45 AM
0 Replies and 1210 Views Apply texture filter with pixel condition  1210  0 Started by  Deleted User Hi, I am a IDL programmer begginer. I would apply all textural filters from ENVI on a big and high resoluted satellite images. My images are masked images so they countain lots of "0" values. What I wich is apply these filters exept when the central pixel value is 0. Could you give me some clues to develop this tool effectively Best regards. Jérémie.
0 1210
06 Jul 2011 09:17 PM
0 Replies and 1286 Views idl-pvwave newsgroup is down - post here  1286  0 Started by  Deleted User Hi all, The Google Groups seems to be dead. Not sure if/when it will come back online. In the meantime, feel free to post to this forum. Cheers, Chris ITTVIS
0 1286
29 Jun 2011 09:23 AM
2 Replies and 2897 Views Compilation Error: Procedure header must appear first and only once  2897  2 Started by  Deleted User I've been trying to get someone else's program written in IDL 6.4 to compile in IDL 8.0. I don't have any previous experience with the language, and my C/Python experience is proving a poor substitute to expert knowledge. I'm running into the most curious compiler error in two of my files. I can't put the full code up here (to begin, between the two there are probably 3000 lines), but I'll try to describe things as best I can. It's fairly simple: in both of the files, all the procedures and func...
2 2897
29 Jun 2011 09:04 AM
1 Replies and 909 Views problem installing on Linux  909  1 Started by  Deleted User Hi all, I am tryng to install a 706 version of IDL to evaluate it, the idl command line tool seems to work properly but if I try to lanch the IDLDE I have the following window, I also tried to patch it with a file I found here in the forum but without success, thanks in advance for your help, Bye Here the error code JVM terminated. Exit code=13 /usr/bin/java -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/itt/idl706/idlde/bin.linux.x86/xulrunner-1.8.1.3 -jar /usr/local/itt/idl706/...
1 909
29 Jun 2011 05:19 AM
0 Replies and 1108 Views Using an array (instead of fid=fid) in IDL to run TOPO_DOIT  1108  0 Started by  Deleted User Dear all, I searched the forum, google, and the help files but couldn't find an answer. I have two brief questions; I would appreciate if you could answer them. Q1) I want to use a variable of my own inside idl to run TOPO_DOIT.. Briefly instead of saying: ENVI_DOIT, 'TOPO_DOIT', fid=fid, elevation= 45.00, azimuth=110.00, BPTR = &912&93, DIMS = dims, POS = &910&93, R_FID = r_dif, PIXEL_SIZE = pixel_size, IN_MEMORY = 1 I want to use DEM = load(filename...
0 1108
24 Jun 2011 11:56 AM
0 Replies and 978 Views Creation of Latitude Longitude array - Georeferencing  978  0 Started by  Deleted User Hello, I need some suggestions on navigating an image in IDL - kind of transformation of pixel coordinates in byte arrays to Actual planetary coordinates - In other words, Georeferencing. I'm working on Image Navigation of telescopic Venus data at 0.21 rcseconds perpixel. I have to do my Image Navigation in IDL. The images I have are rotated clockwise 145 degree to make it vertical. I could get the North pole position angle and North pole position distance from JPL Horizon website...
0 978
22 Jun 2011 10:11 PM
1 Replies and 1512 Views Documentation in IDL  1512  1 Started by  Deleted User Hi guys. I am starting working with IDL and I need to make documentation some routines. Do you know any good documentation software for IDL Thanx D.
1 1512
22 Jun 2011 12:08 PM
0 Replies and 1291 Views Composite images  1291  0 Started by  Deleted User Hello, I am trying to place multiple images created using the IMAGE function in the same figure using the new IDL 8.1 graphics functions. I know that you can initially create a window and then add each image using specified positions or layout, but I was wondering if you can first create two images &91i.e. i1=image() and i2=image()&93 and then merge them onto a new window afterwards. By creating the images first, I do not run into positioning issues when adding text and colorbars to the indi...
0 1291
21 Jun 2011 10:14 AM
0 Replies and 1148 Views IDL 8.1 Map() Latitude labels - Label_Position bug?  1148  0 Started by  Deleted User I've found that when I plot using the MAP() function in IDL 8.1, in this case a Cylindrical projection using limits = &91-180, -35, 180, 35&93, that I cannot get the latitude labels to be positioned to the left of the map when center_longitude=180. When the map function's label_position=0, the latitude labels are positioned at 180 degrees (middle of the map). When label_position=1, the latitude labels are positioned to the right of the map. I cannot get the labels to move any farther to the...
0 1148
21 Jun 2011 08:50 AM
1 Replies and 1164 Views display an image without bytscl it?  1164  1 Started by  Deleted User Whenever I display an image using iimage, or a volume using iVolume, IDL is bytscl the image/volume, and that downgrade the image quality, is there a way to display an image/volume in full resolution (data maybe float, wider range that 0-255) Thanks
1 1164
20 Jun 2011 11:39 AM
2 Replies and 1141 Views IDL 8.1 Colorbar without RGB_TABLE  1141  2 Started by  Deleted User Hi! Anyone knows how to create a colorbar without using an RGB color table (i.e. with your self-created color array) Thnx, Wouter
2 1141
17 Jun 2011 10:28 AM
1 Replies and 1485 Views Suppress x-y Axes in IDL 8.1 (new plotting method)  1485  1 Started by  Deleted User Anyone know how to suppress the plotting of the x-y axes in IDL 8.1 p = plot(xarray,yarray,xrange=&910.,100.&93,yrange=&910.,100.&93)
1 1485
13 Jun 2011 01:17 PM
0 Replies and 991 Views basic string operations NOT reconized  991  0 Started by  Deleted User Dear forum-driends, If someone of os could me help in this problem I wold be really grateful, I'm going crazy!! >. I was using IDL on the computer of the University, so yet installed and ready. Now I made the big step behind and now I installed IDL 8.1 on my Mac Book Pro just downloading the package "InstallIDL_Mac.pkg" , double clicking on that and following the instruction. Easy, but even if I installed a lot of library (I believe all that I need) seems that doesn't wor...
0 991
11 Jun 2011 03:24 AM
You are not authorized to create a new topic
Page 58 of 126 << < 5657585960 > >>