X
Search this forum:
Search
You are not authorized to create a new topic
Page 83 of 126 << < 8182838485 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1222 Views How to control iTool window layout  1222  1 Started by  Deleted User hello, I want to control the iTool window layout.&160; like this: &160;idTool = ITGETCURRENT(Tool=oTool) &160;idLayout = oTool->FindIdentifiers('*Layout*',/WINDOW) &160;oLayout = oTool->GetByIdentifier(idLayout) &160;oLayout->SetProperty, ...... if I want a 2X2 layout, how should I do after SetPropery Thanks. Dong Liu
1 1222
22 Oct 2008 03:22 AM
0 Replies and 1634 Views result differences between using hdf_browser and hdf_sd_fileinfo  1634  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 1634
20 Oct 2008 03:25 PM
0 Replies and 1382 Views GUI widget_base-children puzzle Help please  1382  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 1382
17 Oct 2008 01:36 PM
1 Replies and 1591 Views IDL 7 Workspace Launcher Problem  1591  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 1591
16 Oct 2008 04:50 PM
1 Replies and 1357 Views batch geotiff output; 7 bands  1357  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 1357
14 Oct 2008 03:49 PM
3 Replies and 1521 Views how to get all the data name in a directory  1521  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 1521
14 Oct 2008 06:53 AM
7 Replies and 2112 Views unable to open IDLDE 7 with linux on x86_64 machine  2112  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 2112
13 Oct 2008 04:08 AM
1 Replies and 1484 Views Idle User Management  1484  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 1484
10 Oct 2008 02:09 PM
2 Replies and 1662 Views problem with plot title in shade_surf using /t3d keyword  1662  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 1662
07 Oct 2008 09:58 PM
0 Replies and 1080 Views Modis Image Registration  1080  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 1080
05 Oct 2008 12:00 PM
0 Replies and 1689 Views MODIS quality control flag extraction using IDL  1689  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 1689
02 Oct 2008 03:19 AM
0 Replies and 1275 Views Colorbar or arrows can't show over contour  1275  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 1275
22 Sep 2008 11:29 AM
0 Replies and 1359 Views Evaluation License Problem?  1359  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 1359
22 Sep 2008 01:33 AM
0 Replies and 1215 Views New update for IDL on Macintosh computers is now available  1215  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 1215
18 Sep 2008 03:30 PM
0 Replies and 1644 Views problem of calling C routines in .sav file  1644  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 1644
18 Sep 2008 10:05 AM
2 Replies and 1076 Views click through focus program for MAC OS 10.5.5  1076  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 1076
17 Sep 2008 03:10 PM
1 Replies and 1565 Views IDL  1565  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 1565
14 Sep 2008 08:37 PM
0 Replies and 1237 Views Working with Vector Files...  1237  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 1237
12 Sep 2008 04:00 PM
0 Replies and 1272 Views netcdf4 I/O  1272  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 1272
11 Sep 2008 07:34 PM
2 Replies and 1523 Views cannot run IDL on 64-bit Linux machine  1523  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 1523
09 Sep 2008 03:32 PM
You are not authorized to create a new topic
Page 83 of 126 << < 8182838485 > >>