|
|
|
|
|
0 Replies and 1400 Views
result differences between using hdf_browser and hdf_sd_fileinfo 1400 0
Started by Deleted User
Hey everyone,
when I use the scripts that :
........
filen='filename.HDF'
sdsfileid = hdf_sd_start(filen,/read)
hdf_sd_fileinfo,sdsfileid,numsds,ngatt
print,numsds
hdf_sd_fileinfo,sdsfileid,numsds,ngatt
names = strarr(numsds)
ndims = lonarr(numsds)
dtype = strarr(numsds)
for i = 0, numsds - 1 do begin
sds_id = hdf_sd_select(sdsfileid, i)
hdf_sd_getinfo, sds_id, name = na, ndim = nd,type= typ
names( i ) = na
ndims( i ) = nd
dtype(i) = typ
endfor
......
I...
|
|
|
|
0 |
1400 |
20 Oct 2008 03:25 PM |
|
0 Replies and 1202 Views
GUI widget_base-children puzzle Help please 1202 0
Started by Deleted User
Hello,
I have this base1 with x dimensions of 606 (according to widget_info/geometry). I have a child section, base2, &160;with the same dimensions (x=606). I then create a progressBar child, within parent base2. (x dimension of this is 257). Everything works fine and right after calling the routine that creates the progressBar the dimensions are: base1 = 606, base2 = 602 (notice it shrank by 4), and progressBar = 257.
PROBLEM IS: If the x-size of base2 (the parent of the progress bar) is sli...
|
|
|
|
0 |
1202 |
17 Oct 2008 01:36 PM |
|
1 Replies and 1427 Views
IDL 7 Workspace Launcher Problem 1427 1
Started by Deleted User
I just had the system administrator upgrade my IDL to version 7.0.&160; Now, when I go to launch it, it brings up the IDL Workspace Launcher, asking me to select a directory for it to save project files.&160; I give it the location of a directory in my home directory, but when I click OK, it tells me "Workspace in use or cannot be created, choose a different one."&160; However, it does not seem to matter which directory I select, I get the same error.&160; I am running IDL under Ub...
|
|
|
|
1 |
1427 |
16 Oct 2008 04:50 PM |
|
1 Replies and 1241 Views
batch geotiff output; 7 bands 1241 1
Started by Deleted User
Hi
I am trying to write a script that will input envi files ( 7 band TM imagery) and output to geotiff format.&160; there is a push button way to do this in ENVI but can't find equivalent in IDL.&160; I have all the geotags figured out, but run out of memory trying to write a 7 band int image file.&160; So I have to&160; tile the process ( no idea how to do this)
Thanks for the help.
Karen
&160;
|
|
|
|
1 |
1241 |
14 Oct 2008 03:49 PM |
|
3 Replies and 1382 Views
how to get all the data name in a directory 1382 3
Started by Deleted User
hello,
how to get all the data name in a directory. For example, in D:/data/, there are two thousand data file, how to get their name
Thanks in advance.
&160;
&160;
|
|
|
|
3 |
1382 |
14 Oct 2008 06:53 AM |
|
7 Replies and 1899 Views
unable to open IDLDE 7 with linux on x86_64 machine 1899 7
Started by Deleted User
Dear IDL users,
I finally wanted to test the new IDLDE and after everything installled without a hitch, the IDLDE crashes on startup. It starts with the spalsh screen and then I get an error window with the following errors:
JVM terminated. Exit code=1
/usr/local/itt/idl70/idlde/bin.linux.x86/jre/bin/java
-Xms40M
-Xmx256M
-jar /usr/local/itt/idl70/idlde/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /usr/loc...
|
|
|
|
7 |
1899 |
13 Oct 2008 04:08 AM |
|
1 Replies and 1334 Views
Idle User Management 1334 1
Started by Deleted User
This involves IDL 7.0 and two floating licenses. Currrenty, if a user fails to end their IDL session (and leaves for the day) the associated license is unecessarily tied up and unavailable to other users. Does anyone know of an elegant way to force the user off the license The fact is a non-elegant way would bepreferable to the current situation.
|
|
|
|
1 |
1334 |
10 Oct 2008 02:09 PM |
|
2 Replies and 1457 Views
problem with plot title in shade_surf using /t3d keyword 1457 2
Started by Deleted User
I've been working with the shade_surf routine using the /t3d keyword to plot power spectra and have noticed some odd behavior with the title keyword.&160; If you plot a 3D surface using shade_surf, the plot title resides in a plane parallel to the x-z plane.&160; When you project the surface onto a 2D plane using the /t3d keyword, the title and z-axis labels remain in this plane and appear as though you're looking down on the tops of the letters in the title.&160; Here is an example using the...
|
|
|
|
2 |
1457 |
07 Oct 2008 09:58 PM |
|
0 Replies and 923 Views
Modis Image Registration 923 0
Started by Deleted User
Hi!
I want to write an algorithm that registers images automatically by the method image on image and save CGP, so&160; automate the process that is in ENVI. (image on image)
I think it is not easy and I dont know if i can do it, I found material on the web on geometric correction and the use of ROI, but nothing on registration, someone can help me to start or give me some links and information about it
thanks!
|
|
|
|
0 |
923 |
05 Oct 2008 12:00 PM |
|
0 Replies and 1538 Views
MODIS quality control flag extraction using IDL 1538 0
Started by Deleted User
Hello guys,
Im still on the process of learning and discovering how to use IDL (i dont have any background in programming). Im using MODIS surface reflectance 250 and 500m multitemporal images for rice area mapping. I just want to ask if any of you have tried using IDL to extract the quality control flag Any idea on where I can find info on how to write idl function for this&160; Would really appreciate any help I can get.... Thank you very much in advance.
|
|
|
|
0 |
1538 |
02 Oct 2008 03:19 AM |
|
0 Replies and 1119 Views
Colorbar or arrows can't show over contour 1119 0
Started by Deleted User
I have a code that makes a contour and then draws the colorbar. When I run the code on&160; IRIX machine with idl 5.3, the result looks great. But when I run it on the linux server with idl 6.2 or idl 7.0, the colorbar is partially covered by the contour.
In another case, the arrows can't show up at the contour area when run on Linux, but show up when run on IRIX.
Is this a problem caused by the new version of IDL Or is it a problem with Linux Would anybody help me fix the prob...
|
|
|
|
0 |
1119 |
22 Sep 2008 11:29 AM |
|
0 Replies and 1198 Views
Evaluation License Problem? 1198 0
Started by Deleted User
Hello, I am new and I do not know what to do.&160; Please help:
When I am trying to request evaluation license for IDL 7.0 online, this pops up:
Active Server Pages error 'ASP 0126'
Include file not found
/ssl/evalrequest.asp, line 10
The include file '../whoweare/teaminfo_inc.asp' was not found.
I do not think its a problem from my end, but I am not sure.&160; So I am asking here to confirm and for a possible solution.
&160;
P.S. I am using CentOS 5.2 if that has an...
|
|
|
|
0 |
1198 |
22 Sep 2008 01:33 AM |
|
0 Replies and 1061 Views
New update for IDL on Macintosh computers is now available 1061 0
Started by Deleted User
A new update for IDL on Macintosh computers is now available. The IDL 7.0.4 release adds support for Macintosh Intel 64-bit architecture on OS X 10.5. IDL 7.0.4 also fixes two issues that impacted all supported Macintosh platforms: CR49844 - 'Creation of Semaphores Fails under Mac OS X 10.5', and CR51198/CR51412 - 'CURSOR/RDPIX Procedures not Working Correctly on OS X'. Note: Some IDL Macintosh users who are current on software maintenance may encounter a license error when trying to run the ...
|
|
|
|
0 |
1061 |
18 Sep 2008 03:30 PM |
|
0 Replies and 1490 Views
problem of calling C routines in .sav file 1490 0
Started by Deleted User
Hi all,
I generated a .sav file for my IDL program. All&160;features can work in IDL VM except the part that&160;uses "CALL_EXTERNAL" to call some C routines. The error message is "CALL_EXTERNAL: Error loading sharable executable. Symbol XXX,File=XXX.DLL The specified module could not be found."
What options do I have to solve this problem Re-write all C codes in IDL Thanks.
|
|
|
|
0 |
1490 |
18 Sep 2008 10:05 AM |
|
2 Replies and 893 Views
click through focus program for MAC OS 10.5.5 893 2
Started by Deleted User
&160;
When I was using MAC OS 10.4, I found a mouse click through focus problem that was described in the IDL 7.0 release notes, where the fix was to do the following:
1. Open an X11 terminal window.
2. Enter the following at the shell prompt:
&160; defaults write com.apple.x11 wm_click_through -bool tru
3. Quit X11.
&160;
I recently upgraded to MAC OS 10.5.5, and with the new operating system, I encountered the same problem with the mouse buttons.&160; However, the fix above does...
|
|
|
|
2 |
893 |
17 Sep 2008 03:10 PM |
|
1 Replies and 1380 Views
IDL 1380 1
Started by Deleted User
Hey ! I'm a new in IDL programming. Can someone tell me where to begin and what books i can read Thank you very much !
|
|
|
|
1 |
1380 |
14 Sep 2008 08:37 PM |
|
0 Replies and 1090 Views
Working with Vector Files... 1090 0
Started by Deleted User
I am trying to add vector file functionality to my program, including support for *.evf, *.shp (shapefiles), and *.e00 files. Are there any functions/add-ons/resources in IDL, ENVI, or anywhere else that would enable me to work with those files. All i've found in IDL are some functions to work with shapefiles, and even among those ones, there is no way to display the vector data once read from the shapefile without manually parsing through all the types of entities within the file. Haven't found...
|
|
|
|
0 |
1090 |
12 Sep 2008 04:00 PM |
|
0 Replies and 1111 Views
netcdf4 I/O 1111 0
Started by Deleted User
Is there code to read or write a netcdf-4 file using the hdf5 interface in idl.&160; Baring this. are there plans to have native&160; netcdf-4 capabilities in idl with compound data types...
|
|
|
|
0 |
1111 |
11 Sep 2008 07:34 PM |
|
2 Replies and 1330 Views
cannot run IDL on 64-bit Linux machine 1330 2
Started by Deleted User
I installed IDL 7.0 on a 64-bit machine running Red Hat Enterprise Workstation 5. There were no apparent problems during installation. When I try to run IDL, I get the following error message: "/usr/local/itt/idl70/bin/bin.linux.x86_64/idl: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory". This is apparently due to missing 32-bit compatible libraries. Has anyone been able to run IDL on a 64-bit Linux machine If so, which rpm ...
|
|
|
|
2 |
1330 |
09 Sep 2008 03:32 PM |
|
0 Replies and 1315 Views
Different numerical results between IDL6 and IDL7 1315 0
Started by Deleted User
Hello,
I have a program that was written in IDL6.&160; I'm currently running it in IDL7 and have noticed that the numerical calculations are not the same between the two.&160; Certain numbers differ by ~0.02.&160; While this is not much, it matters for my application.&160; Has anybody observed this before and if so, is there a fix&160; Thanks, Mike Runkel
|
|
|
|
0 |
1315 |
09 Sep 2008 09:06 AM |