|
|
|
|
|
0 Replies and 953 Views
format the running result different in envi 4.8 and 4.7 953 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 |
953 |
14 Jul 2011 01:12 AM |
|
1 Replies and 1217 Views
How do you associate data with a secondary Y axis? 1217 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 |
1217 |
13 Jul 2011 03:02 PM |
|
1 Replies and 1268 Views
plotting negative values on log scale 1268 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 |
1268 |
13 Jul 2011 04:08 AM |
|
0 Replies and 1367 Views
IDL workbench youtube video 1367 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 |
1367 |
12 Jul 2011 03:47 PM |
|
1 Replies and 1249 Views
idlde 8.1 starts not 1249 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 |
1249 |
08 Jul 2011 07:51 AM |
|
2 Replies and 1039 Views
switch to IDL 8: no more F1 help shortcut, and other issues 1039 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 |
1039 |
07 Jul 2011 06:45 AM |
|
0 Replies and 1089 Views
Apply texture filter with pixel condition 1089 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 |
1089 |
06 Jul 2011 09:17 PM |
|
0 Replies and 1197 Views
idl-pvwave newsgroup is down - post here 1197 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 |
1197 |
29 Jun 2011 09:23 AM |
|
2 Replies and 2740 Views
Compilation Error: Procedure header must appear first and only once 2740 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 |
2740 |
29 Jun 2011 09:04 AM |
|
1 Replies and 807 Views
problem installing on Linux 807 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 |
807 |
29 Jun 2011 05:19 AM |
|
0 Replies and 1024 Views
Using an array (instead of fid=fid) in IDL to run TOPO_DOIT 1024 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 |
1024 |
24 Jun 2011 11:56 AM |
|
0 Replies and 889 Views
Creation of Latitude Longitude array - Georeferencing 889 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 |
889 |
22 Jun 2011 10:11 PM |
|
1 Replies and 1415 Views
Documentation in IDL 1415 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 |
1415 |
22 Jun 2011 12:08 PM |
|
0 Replies and 1153 Views
Composite images 1153 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 |
1153 |
21 Jun 2011 10:14 AM |
|
0 Replies and 1060 Views
IDL 8.1 Map() Latitude labels - Label_Position bug? 1060 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 |
1060 |
21 Jun 2011 08:50 AM |
|
1 Replies and 1041 Views
display an image without bytscl it? 1041 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 |
1041 |
20 Jun 2011 11:39 AM |
|
2 Replies and 1051 Views
IDL 8.1 Colorbar without RGB_TABLE 1051 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 |
1051 |
17 Jun 2011 10:28 AM |
|
1 |
1329 |
13 Jun 2011 01:17 PM |
|
0 Replies and 859 Views
basic string operations NOT reconized 859 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 |
859 |
11 Jun 2011 03:24 AM |
|
0 Replies and 1421 Views
Error read grib data with NetCDF-java through IDL java-bridge. 1421 0
Started by Deleted User
Hi guys:
I use the 64bit IDL 8.0.1 java-bridge to read grib data with Netcdf-JAVA. The Netcdf-java package is
ftp://ftp.unidata.ucar.edu/pub/netcdf-java/v4.2/toolsUI-4.2.jar, and the grib data is "Historical Unidata Internet Data Distribution (IDD) Gridded Model Data" (http://dss.ucar.edu/datasets/ds335.0/). I use the following commands in IDL workbench to read these grib data and get errors. But running these commands in "IDL Command Line" window. It's ok. So why...
|
|
|
|
0 |
1421 |
10 Jun 2011 10:18 PM |
|