X
Search this forum:
Search
You are not authorized to create a new topic
Page 51 of 126 << < 4950515253 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1223 Views Cannot compile a certain file  1223  1 Started by  Deleted User Hi, I debugged a code I have for creating a nice, but simple, GUI but now when I try to compile it, it just hangs. According to the debug watch window, the interpreter is running but there is nothing happening in the console window and all attempts to enter more commands are just queued up. What have I done And apart from exiting IDL, is there a way to stop the interpreter and regain control I am running 8.1 on Mac OS 10.6.8 Thanks
1 1223
14 May 2012 09:28 AM
0 Replies and 1178 Views Access COM object 'init' method?  1178  0 Started by  Deleted User Hi, guys: I have a COM object which has a method named 'Init'. But I cannot call it because of IDL’s lifecycle methods overridden. So how can I access the COM object's 'init' method Very thanks! Dave
0 1178
12 May 2012 10:27 AM
0 Replies and 1075 Views AVX support  1075  0 Started by  Deleted User Does anyone know when IDL will support Intel Advanced Vector Extensions (AVX) 256-bit instruction set for High Performance Computing
0 1075
12 May 2012 02:10 AM
0 Replies and 1247 Views IDL Easter Egg  1247  0 Started by  Deleted User ENVI> print, igetid('IDL Easter Egg') There be dragons here! ENVI> A small one, but still funny :)
0 1247
11 May 2012 06:09 PM
1 Replies and 1167 Views RedHat linux and file_move procedure issues  1167  1 Started by  Deleted User I'm running IDL 8.1 on Red Hat Enterprise Linux WS release 4 (Nahant Update 5) and I'm comming across this funny issue. When using file_move like below: file_move, zip_file, outfile, /allow_same, /overwrite I'm getting this prompt in the console: mv: overwrite `/work/srco/decision/output/local_archive/RTWP/IO_DIST_BOX.zip' The same program is working fine on Red Hat Enterprise Linux Client release 5.5 (Tikanga) Can someone tell me what versions of Linux IDL 8.1 supports
1 1167
09 May 2012 10:05 PM
1 Replies and 1131 Views Map function help  1131  1 Started by  Deleted User Hello, I have been using MAP_SET command to create a map of the northeast US coast, but I have not been able to create the same map using the new MAP function. Will you please tell me how to create the same image using the MAP function. MAP_SET,40.0,-70.0,0.0,/conic,standard_parallels=&9136.1667,43.8333&93,scale=3.25183e006,isotropic=1,position-&910.0,0.0,1.0,1.0&93,/noborder I tried the following, but it does not reproce the same map. m = map('Lambert Conformal Conic',center_latitud...
1 1131
09 May 2012 01:54 PM
0 Replies and 866 Views Writing large HDF5 datasets  866  0 Started by  Deleted User IDL 8.1 { x86_64 darwin unix Mac OS X 8.1 Mar 9 2011 64 64} Mac OS X 10.7.3 I am trying to write a large data array to an HDF5 file using the IDL libraries, and it appears as though I can not write a dataset that is larger than 4.3GB. I can write multiple datasets to a file that add up to more than 4.3GB. I get an error at the H5D_WRITE proceedure with "H5D_WRITE: can't write data: Object ID:83886083" or some such number. More specifically, if I am writing out floats,...
0 866
09 May 2012 11:53 AM
4 Replies and 992 Views How to read grib2 files in windows?  992  4 Started by  Deleted User Hi, guys, IDL only support reading grib2 files in linux system. How to read grib2 files in windows Are there plan to support IDL girb API in the future of IDL version Very thanks! Dave
4 992
04 May 2012 12:59 AM
6 Replies and 1699 Views Call R function from IDL?  1699  6 Started by  Deleted User Hi guys: R is a free software environment for statistical computing. Is there any way to call R function from IDL. Very thanks!! dave
6 1699
03 May 2012 06:35 PM
1 Replies and 1005 Views ok to post a job ad here?  1005  1 Started by  Deleted User Hello - I would like to post a job ad (or a link to one) as my company is in need of an IDL/ENVI programmer. IS that acceptable to do on here Thanks. Cynthia
1 1005
02 May 2012 12:40 PM
0 Replies and 866 Views Dicom: Image arithmatic  866  0 Started by  Deleted User Hello all, I am just beginning to learn IDL and wish to complete quite a simple project; I would like to background subtract two images and take the ratio of total counts of these 2 images. I have no idea where to start, can anyone recommend some tutorials/reading material. Thanks.
0 866
01 May 2012 04:39 AM
1 Replies and 1326 Views VMRL export  1326  1 Started by  Deleted User Hi all !, When I try to export xvolume figure with export vmrl bar menu, If isosurface off option is enabled then I obtain a small size file and I can't view it with a vmrl viewer (It only draws the axis into a empty figure). If isosurface opaque option is enabled then I can view this isosurface with a vmrl viewer but it only shows a grayscale figure without colours. I'm very interested to export the full volume figure to vrml. Exist a bug with the VMRL export option Ho...
1 1326
21 Apr 2012 05:43 AM
0 Replies and 977 Views Start IDL only when license is available  977  0 Started by  Deleted User Hi everybody, we would like to make sure that an IDL license is available when starting it. Now the command line option that seems to do this (-queue) works as expected when no license is available (thus the demo mode is not started, but instead one is listed as waiting for license). It does however never comes back, even when a license is later available (I interrupted the shell after > 1hour). We run Suse Linux 11.1, IDL versions are from 6.4 to 8.x available. Any ideas C...
0 977
20 Apr 2012 09:13 AM
1 Replies and 939 Views Automatically orthorectifying a cell  939  1 Started by  Deleted User Hello, In our company we are orthorectifying a very large amount of images. For now we just use the GUI of ENVI (Map > Orthorectification) to do the job, but it is very time consuming. I am trying to automate the process, and it seemed clear that IDL was the right tool. However, I have not been able to find an API to call ENVI's orthorectification module from IDL. Is it possible in the first place And if it is not possible, does anybody know a way to automate this process Thanks...
1 939
20 Apr 2012 07:27 AM
1 Replies and 1133 Views read_csv  1133  1 Started by  Deleted User Hi: I'm using IDL !VERSION: { x86_64 darwin unix Mac OS X 8.0.1 Oct 5 2010 64 64} I tried using the read_csv function res=read_csv(file,header=header,count=nnn) on a CSV file with columns like: 18 Apr 2012 18:00:00.000,33.436869,-26.123210,396.398016,-0.025948,6.358175,4.300346 and one header line. The first column gets cast as double (!!!). IDL> help,res.field1&910&93 DOUBLE = 18.000000 I looked at the read_csv code, and it seems like the logic could be cleaned up a...
1 1133
19 Apr 2012 01:05 PM
4 Replies and 1182 Views Layer Stacking  1182  4 Started by  Deleted User I'm currently Layer Stacking the 8 bands of WorldView 2 down to three. The WorldView 2 images already come layer stacked into 8 bands, but I'm only interested in three. I'm a beginner at IDL, but I've wrote a script in the past to layer stack individual bands (from separate files) into one multi file. I was wondering if there is a script to just layer stack and separate the three bands Thanks
4 1182
16 Apr 2012 10:06 AM
0 Replies and 1188 Views clearing the output log programmatically  1188  0 Started by  Deleted User Hi, all - Is there any way to clear the output log from within a program Thanks and regards, Bill Arden
0 1188
13 Apr 2012 06:47 PM
2 Replies and 1626 Views procedure without parameters  1626  2 Started by  Deleted User I have written a procedure "toto" that has no arguments, but 4 keywords. My problem is if I call the procedure with one or more arguments it tells me: "TOTO: Incorrect number of arguments." Instead I would like an error message telling me what is the usage of the procedure, something like: "toto, car=car, bus=bus, train=train, boat=boat" So I added at the beginning of my procedure the following: IF N_PARAMS() NE 0 THEN PRINT, "toto, ca...
2 1626
12 Apr 2012 08:17 AM
0 Replies and 1407 Views IDLgrPolygon  1407  0 Started by  Deleted User I would like to know if it is possible to create multiple polygons using object graphics and then selectively remove one or more polygons. Polygons can be overlapped or embedded within another polygon. Also the polygons will have to be transparent with a highlighted edge. Any help with example would be helpful. Thanks.
0 1407
11 Apr 2012 05:51 PM
1 Replies and 1097 Views Using Plots with filled contours  1097  1 Started by  Deleted User I am using the contour procedure in IDL 8.1 to plot filled contours on a map. I am trying to plot the location of a station using plots over the filled contours. However, for some reason, the symbol always appears under the contours. Any ideas on how to get this to appear on top Thanks
1 1097
10 Apr 2012 01:31 PM
You are not authorized to create a new topic
Page 51 of 126 << < 4950515253 > >>