X
Search this forum:
Search
You are not authorized to create a new topic
Page 93 of 126 << < 9192939495 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1219 Views multiplying 3D-arrays  1219  1 Started by  Deleted User What happens when we mutliply 3D-arrays using
1 1219
04 Dec 2007 03:03 PM
1 Replies and 1317 Views IDL and Compiz  1317  1 Started by  Deleted User I don't know why, but when I use compiz and I run a program with widget_draw, all widget_draw become black. But when I use metacity, no problem. Someone has the solution
1 1317
04 Dec 2007 01:28 PM
1 Replies and 1246 Views basic beginner code  1246  1 Started by  Deleted User Hello everyone, I am very new to IDL programming. I have to subset 200 Global Aqua MODIS images to the extents of Madagascar and then export them as a binary files so I can bring the files into a GIS system by Dec 15!! I am still researching how to do this but given my time constraint I thought I would post here to see if anyone had any more tips and tricks. Thanks! Deb
1 1246
03 Dec 2007 09:56 AM
1 Replies and 1128 Views Class Method calling another Method  1128  1 Started by  Deleted User Hi, I've created an class object. In the ::init method I load some data into some pointers. I want to create another method, ::change_data, that would simply load another set of data into the object. I'm not quite sure what would be the best method, but here is what I was thinking of: calling the ::cleanup method to remove all the pointers calling the ::init method that contains all the code to load the data I've tried the following... but of course this doesn't work pro shoalsObject::...
1 1128
30 Nov 2007 08:28 AM
1 Replies and 1489 Views MapSet in an GraphicObject  1489  1 Started by  Deleted User Hi, In direct graphic, to plot semi of points that is georeferenced I use the following: MAPSET to specify the projection in which the points coordinates are. PLOTS to plot each point(s) I like to know if this is possible to do the same thing using a graphic Object ('IDLgrPlot') if yes, how I'm struggly with this problem for days now, without any succes. Thanks in advance. Cheers. Antoine C.
1 1489
28 Nov 2007 01:49 PM
0 Replies and 1282 Views IDL 7.0 is now available  1282  0 Started by  Deleted User IDL 7.0, featuring the new IDL Workbench, is now available. If your IDL license is current on maintenance, we will notify the license administrator about how to upgrade to IDL 7.0. For more information about this new release, visit http://www.ittvis.com/idl/idl7.asp. Thank you, Bill Okubo IDL Product Manager ITT Visual Information Solutions
0 1282
28 Nov 2007 01:44 PM
2 Replies and 1358 Views Updating from preview to New 7.0 Release problem  1358  2 Started by  Deleted User Updating to the 7.0 FINAL of 32bit windows version (idl70winx86_32.exe) from a preview version of IDL 7.0 does not seem to work properly. After the update, executing from command prompt within the DE gave us: print, !Version.release We found that it was necessary to uninstall IDL 7.0 from Add/Remove Programs AND delete the C:\Program Files\ITT\IDL70 folder.
2 1358
27 Nov 2007 07:53 PM
1 Replies and 1758 Views Continue on error  1758  1 Started by  Deleted User hi, I try to understand how I could continue the execution of a procedure while it encounters an error. I found in the IDL help the catch procedure. So I tried the following issued form the IDL help: PRO Test_Error_Stop I = SHIFT(INDGEN(10), -5) PRINT, I F = INTARR(9) ; Define variable A: A = FLTARR(10) ; Establish error handler. When errors occur, the index of the ; error is returned in the variable Error_status: CATCH, Error_status ;This statement begins the ...
1 1758
27 Nov 2007 11:22 AM
0 Replies and 1091 Views Discriminant Analysis Background  1091  0 Started by  Deleted User I am currently reading the IMSL_DISCR_ANALYSIS Help, and the method used in this procedure is unclear to me, as it does not correspond to none of the LDA-tutorials I found on the web. Can so refer to some litterature describing the background mathematics specific to the linear/quadratic method in this procedure
0 1091
19 Nov 2007 11:36 AM
3 Replies and 1189 Views IDL 6.4.1 patch for Leopard  1189  3 Started by  Deleted User A patch for IDL 6.4 that enables it to run on the recent release of Mac OS X 10.5 (Leopard) is now available. For more information or to download the patch, please visit http://www.ittvis.com/services/techtip.aspttid=4284 Also, the upcoming IDL 7.0 release scheduled for later in Nov will support Mac OS X 10.5. Thank you, Bill Okubo IDL Product Manager ITT Visual Information Solutions bokuboittvis.com
3 1189
17 Nov 2007 11:15 AM
1 Replies and 1274 Views Writing to HDF-EOS files in IDL6.3  1274  1 Started by  Deleted User Hi, I posted this on the ENVI forum, but have just realised that the HDF-EOS commands are part of standard IDL, so hopefully someone here can help me out! I have been trying to modify a geofield in a MODIS HDF-EOS file with the following code: (infile is a string with the location of the .hdf) nswath = eos_sw_inqswath(infile, swath_list) swath_name = strsplit(swath_list, ',', /extract) fid = eos_sw_open(infile, /rdwr) swath_id = eos_sw_attach(fid, swath_name&910&93) geofield_count ...
1 1274
16 Nov 2007 03:16 PM
1 Replies and 1146 Views Keystrokes don't work under ubuntu  1146  1 Started by  Deleted User I've installed IDL under ubuntu feisty. I work usually with shortcuts keyboard (e.g. F5 to run, CTRL F5 to compile). Regarding editing keys, the pulldown Edit menu on the IDLDE shows Alt-c, Alt-v, etc., as options for copying, pasting, etc but these don't work. Only under IDL enviroment these keys and a wheel mouse don't work. Any idea How do I find or modified the editing keys Thnx in advance. Regards
1 1146
16 Nov 2007 09:25 AM
1 Replies and 1282 Views event.id and event.handler  1282  1 Started by  Deleted User what is the difference between event.id and event.handler in event struct. the event.id is a widget identifer and event.handler is also a widget identifier. it looks same Zhijun
1 1282
09 Nov 2007 09:17 AM
1 Replies and 1263 Views Read Envi File under IDL  1263  1 Started by  Deleted User Hi all, I am looking for reading ENVI file (DTM) programmatically under IDL, but without ENVI_PICKFILE and ENVI_OPEN_FILE commands. The reason is, I would like to export my code on a machine without ENVI. If I make a READ_BINARY on the *.img file, and display it, I get something totally wrong. Another question, linked to the first one, is how to get information about my file so as to get x size, y size in order to write a general code and not a specific file code Finally, Does ROI hav...
1 1263
07 Nov 2007 10:07 AM
4 Replies and 1283 Views Problem using export bridge assistant  1283  4 Started by  Deleted User I am trying to include ENVI function into my code and using export bridge assistant to create the dll, howver when i open the helloworldex2_define.pro, it give this error: idl source object helloworldex2 cannot be resolve. The project can be open. my helloworldex2__define.pro as follow FUNCTION helloworldex2::HelloFrom,who IF(N_ELEMENTS(who) NE 0) THEN BEGIN ENVI_OPEN_FILE,'c:/test' message = ' Hello' RETURN, message FUNCTION helloworldex2::INIT RETURN,1 END PRO hello...
4 1283
06 Nov 2007 05:37 PM
1 Replies and 1395 Views IDLDE segmentation fault  1395  1 Started by  Deleted User I'm using IDL on a Linux machine working with the Fedora 7 OS. If I type IDLDE at the command prompt, I get a segmentation fault. If I just type IDL at the command prompt, the program works fine. So, how do I fix this Thanks
1 1395
02 Nov 2007 06:22 PM
1 Replies and 1011 Views Non-contiguous 2-D array subsetting  1011  1 Started by  Deleted User I have an n x m array that I would like to subset using non-contiguous vectors, but IDL seems to only output a 1-D vector. Here is an example to better explain my question. A = indgen(6,5) print, A ; results ; 0 1 2 3 4 5 ; 6 7 8 9 10 11 ; 12 13 14 15 16 17 ; 18 19 20 21 22 23 ; 24 25 26 27 28 29 s1 = &910,2,3&93 s2 = ...
1 1011
02 Nov 2007 05:23 PM
1 Replies and 1095 Views urgent: Change startup file  1095  1 Started by  Deleted User Hi there I'm working with IDL 5.6 on Win 2000. I recently changed my startupfile to a pro which has an undefined function, when I run it bevor. Now IDL starts up and immediately compiles and runs my corrupt *.pro - therafter the program hangs. Is there a way to change directories manually, when there is no access to the idlde thanks a lot for immediate help marc
1 1095
02 Nov 2007 03:26 PM
0 Replies and 1033 Views execute other program trhough command line  1033  0 Started by  Deleted User I would like to execute an other program (executable from command line) in a procedure of my IDL-Program. Does anybody have an idea how this works Thanks for your answers
0 1033
02 Nov 2007 02:33 PM
2 Replies and 1484 Views plot_3dbox plots only with lines on the 3D walls  1484  2 Started by  Deleted User Does anyone know how to only plot points on the walls of plot_3dbox insteal of lines There is no keyword for it in the helpfile. Cheers Pavel
2 1484
01 Nov 2007 03:42 PM
You are not authorized to create a new topic
Page 93 of 126 << < 9192939495 > >>