X
Search this forum:
Search
You are not authorized to create a new topic
Page 87 of 126 << < 8586878889 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1442 Views Regarding Crocker and Grier's particle tracking code  1442  0 Started by  Deleted User This question is more directed to those who are familiar with the 'feature' function developed by Crocker and Grier. The code is located at: http://www.physics.emory.edu/7Eweeks/idl/kit/feature.pro I've been trying for some time now to develop a similar code that can be used for particles with a large size distribution. I haven't been able to find a way to modify the feature code to work for such a system, and I'm hoping someone might have a suggestion. The code uses a parabolic mask to con...
0 1442
29 May 2008 12:11 PM
1 Replies and 1424 Views Plotting blocked dataset  1424  1 Started by  Deleted User I'm a complete novice to IDL, and would appreciate someone's input how to create a plot using the dataset that I'm dealing with. I have a dataset which looks the posting below. Each block of data contains 20 lines (as indicated in field3), and there are about 5000 blocks. I'm interested in plotting Field2 vs Field5 for each Field3 value. I just don't know how to read my ascii file into IDL array when trying to skip 20 lines for each block. Any help will be greatly appreciate it. Thank you. ...
1 1424
24 May 2008 11:35 AM
1 Replies and 2197 Views attempt to call undefined procedure/function: 'MAP_PROJ_INIT'.  2197  1 Started by  Deleted User I use 'MAP_PROJ_INIT' function in my program. it compile sucessed. but when I save it to 'sav' file and call the sav file in comand line, it failed to run and give the error message a follow: attempt to call undefined procedure/function: 'MAP_PROJ_INIT'.... how can I deal with it
1 2197
22 May 2008 06:16 AM
1 Replies and 1428 Views keep images like .jpeg  1428  1 Started by  Deleted User Hello to all, I have a problem when using idl (version 6.0) when I keep graphic or images like .jpeg keeps in gray scale. What I make to keep the images with the color that is seen in screen Thanks for the aid. Tavo
1 1428
20 May 2008 09:35 AM
1 Replies and 1443 Views java to IDL: abstract, interface classes  1443  1 Started by  Deleted User While calling objects from java into IDL, can classes which have been declared abstract or those which are an interface class be called. When i try, this gives me an error saying java.lang.Instantiation exception.
1 1443
19 May 2008 05:40 PM
0 Replies and 940 Views VM does not recognise JAFROC .sav file  940  0 Started by  Deleted User Has anyone tried to run JAFROC stats program on IDL VM I keep getting error message 'file not found or not a valid file....' Could this be because the JAFROC Analysis.sav file was written for an older version of IDL Any ideas Emma
0 940
14 May 2008 01:23 PM
1 Replies and 1289 Views Working Directory  1289  1 Started by  Deleted User I have just upgraded to IDL 7.0. I am working on Windows XP Pro. In previous versions, if I clicked on a .pro file in a directory, IDL would fire up and it would make the directory in which the .pro file was located the working directory. This no longer seems to function this way., In IDL 7.0, when I click on a .pro file, the working directory is some fixed, directory located elsewhere. Ive looked through the documentation, but can seem to find a setting that will set the working directory to...
1 1289
14 May 2008 03:03 AM
1 Replies and 1231 Views Plot data points  1231  1 Started by  Deleted User hi everybody! I would like to plot an array (data(2,npoints)) of xy points using an object graphics... I am able to display points using idlgrpolyline and idlgrsymbol setting linestyle = 6 (To not print the line) but i don't like this way because i don't display points but rather vertices.... So, iwould to know which object graphics you use when you want to display a batch of XY points... Thanks for you answer
1 1231
13 May 2008 04:12 PM
1 Replies and 1370 Views Accessing Windows Registry Keys  1370  1 Started by  Deleted User Hi, Is there a way to read or write windows registry keys within IDL procedures Thanks,
1 1370
12 May 2008 06:29 AM
0 Replies and 1444 Views variance kernel  1444  0 Started by  Deleted User I'm looking for a variance kernel that excludes background 0's when calculating the variance for edge pixels of a non-rectangular image. Or an ENVI program, or Matlab, or S-Plus, or C, ....
0 1444
09 May 2008 08:28 AM
0 Replies and 1341 Views My program stalls when I dont use breackpoints in IDL  1341  0 Started by  Deleted User I've done a function that estimates a mixture of gammas to fit some data that I have. This function is executed several time inside a cycle. If I run IDL with breakpoint (one for each cycle) it works but if I run it without breakpoints the program stalls (stop responding). I left it running during one day (much more time than it should need to execute) and my program didnt finished. I know that this is a bit strange.. but anyone got the same problem Best regards,
0 1341
09 May 2008 07:23 AM
1 Replies and 1451 Views Can the title bar of a widget_base be changed later during the event handler?  1451  1 Started by  Deleted User Once a given widget is realized with a given title, is it possible to change its title once in the event handler I tried several things, including widget_control, but I am walking in circles. Thanks, --Cecilia.
1 1451
05 May 2008 07:05 AM
1 Replies and 1227 Views IDL GRIB File Reader  1227  1 Started by  Deleted User Hello, I have just installed the IDL GRIB File Reader written by Andy Pursch on Fedora 8 Linux, IDL version 6.2 I have placed the IDL_GRIB.DLM and IDL_GRIB.So files in the /usr/local/rsi/idl_6.2se/bin/bin.linux.x86 directory and the 5 *.pro files in the /usr/local/rsi/idl_6.2se/lib directory, have adapted the rights to all users and have implement both paths into my IDL-file with !PATH='/usr/local/rsi/idl_6.2se/lib' !PATH='/usr/local/rsi/idl_6.2se/bin/bin.linux.x86' However,...
1 1227
03 May 2008 07:39 PM
0 Replies and 1139 Views IDL GRIB File Reader  1139  0 Started by  Deleted User Hello, I have just installed the IDL GRIB File Reader written by Andy Pursch on Fedora 8 Linux, IDL version 6.2 I have placed the IDL_GRIB.DLM and IDL_GRIB.So files in the /usr/local/rsi/idl_6.2se/bin/bin.linux.x86 directory and the 5 *.pro files in the /usr/local/rsi/idl_6.2se/lib directory, have adapted the rights to all users and have implement both paths into my IDL-file with !PATH='/usr/local/rsi/idl_6.2se/lib' !PATH='/usr/local/rsi/idl_6.2se/bin/bin.linux.x86' However,...
0 1139
03 May 2008 07:39 PM
1 Replies and 1596 Views Looking for Implementaiton of Fully Contrained Spectral Linear Unmixing  1596  1 Started by  Deleted User Does anyone have ENVI/IDL code that performs fully constrained (sum to 1 and abundances between 0 and 1) spectral linear unmixing The unmix_doit procedure in ENVI only incudes a sum to 1 constraint (whereas abundance values can be both negative and well above 1). Cheers, Luk Arbuckle
1 1596
03 May 2008 06:57 AM
1 Replies and 1829 Views I cannot run my application IDL Virtual Machine...  1829  1 Started by  Deleted User I have created a SAVE file (my_app.sav) containing several PRO files compiles that compose my application. My call the procedure 'my_app' to run this application inside IDL. When I run the SAVE file from IDL, entering the following at the command prompt: ------------------------------------------------ RESTORE, 'C:\dir\my_app.sav' my_app ------------------------------------------------ It works very well like this. Since I use several function from ENVI, in the begining of my progra...
1 1829
30 Apr 2008 03:17 PM
2 Replies and 1694 Views Having some trouble with the Resolve_All procedure...  1694  2 Started by  Deleted User I was following the step by step instructions for making a save file and I got the following error when I tried to call the Resolve_All procedure to compile all dependent procedures in the code. --------------------------------------------------------------------------------------- Resolve_All, /continue_on_error, /skip_routines='envi' ^ Syntax error. --------------------------------------------------------------------------------------- ...
2 1694
30 Apr 2008 02:03 AM
1 Replies and 1028 Views capturing error messages while in IDL execution mode  1028  1 Started by  Deleted User Hello, Is it possible to capture an execution error (lets say IDL encounters a typo or something like that) and send it to a GUI Currently if IDL encounters something it automatically displays some error message on one of the lower windows in the IDL development environmen. I would like to capture that same message and send it to a GUI or a message_dialog box. I looked at the 'on_error' function but did not find what I am looking for. Thanks!
1 1028
25 Apr 2008 10:32 AM
2 Replies and 1266 Views Error message in IDL while interfacing dcm4che  1266  2 Started by  Deleted User Hi, I was trying to interface dcm4che2 to IDL to make a Dicomdir. The dcm4che has a dicomdir java file in the path org.dcm4che2.tool.dcmdir . I was able to pass a file as an object in the dicomdir java file. But, when i try calling a method from the java file which reads public int addFile( f ){ .... I get an error of NoClassFoundDefError ( this is after i did the exception handling code of IDL to show me the error) If anyone could guide me as to how I should progress from here or if...
2 1266
24 Apr 2008 03:02 PM
2 Replies and 1109 Views Java to IDL mapping: constructor class :: class(signature) not found  1109  2 Started by  Deleted User Hi, When i try calling objects from java into IDL, i get this error. If my java class has arguments, how should I pass it into IDL such that I dont get this error. Like if i have import java.util.date public class DateRange{ private final Date start private final Date end public DateRange( Date Start, Date end){ this.start = start; this.end = end; } ....and so on... if i call from IDL how should my syntax be: oJDate = OBJ_NEW('IDLjavaObject$DATERANGE, 'DateRange', (how ...
2 1109
24 Apr 2008 02:58 PM
You are not authorized to create a new topic
Page 87 of 126 << < 8586878889 > >>