X
Search this forum:
Search
You are not authorized to create a new topic
Page 65 of 126 << < 6364656667 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 2168 Views qsub, hard and soft memory limits and idl issues  2168  1 Started by  Deleted User Hi there, I Introduce myself, I'm managing an small cluster running rocks (rocksclusters.org), CentOS 5, and Sun sge job scheduler. I had to install idl 7.1 on this compute grid, so we can submit idl jobs on compute nodes with the qsub tool. IDL works fine but I have issues when I try to manage virtual memory limits outside idl. Example with the greatest helloword idl script you've ever seen: qsub -l h_vmem=256M -l hostname=compute-0-5 -b y -m e -M someonesomewhere.com -cwd ...
1 2168
29 Sep 2010 01:52 AM
0 Replies and 1601 Views from decimal to binary and viceversa  1601  0 Started by  Deleted User Hi everyone, I am stuck with binary conversion.. I need to convert decimal number to binary and again to decimal. From coyote`s guide I found the code to convert from decimal to binary but I can`t return to decimal, expecially with floating values. The most common floating-point binary storage is not friendly to understand...Some suggestions Thanks Michele
0 1601
28 Sep 2010 03:27 AM
0 Replies and 1552 Views How Simplified Chinese font work in win7?  1552  0 Started by  Deleted User Hi, I am a IDL programmer from China. These days I need to plot with title in Chinese , where it works in Win7 home basic, and IDL IDE (v6.4 & v7.1). I create a font object like this with font type ' chinese song ' , but it doesn't work properly. oFont = OBJ_NEW('IDLgrFont', '') So does anyone know what's wrong there
0 1552
25 Sep 2010 08:21 PM
0 Replies and 1270 Views average pixel value  1270  0 Started by  Deleted User Hi can any body help me run a 3*3 window over the whole image calculating the average of pixel value inside the window. I'm new so help will be appreciated
0 1270
23 Sep 2010 12:41 PM
1 Replies and 1461 Views AVHRR calibration  1461  1 Started by  Deleted User Hi all, i have been using IDL to batch process AVHRR data however i have come across a problem... more recent data includes the NOAA-19 version of the AVHRR sensor. IDL fails to process imagery from this particular sensor as it does not recognise the AVHRR satellite ID. I tired to 'manually' process the same scenes in ENVI but come across the same error as the only sensors available to choose from range from NOAA-12 to NOAA-18. As a quick fix i have just used the calibration paramete...
1 1461
22 Sep 2010 10:01 AM
0 Replies and 1494 Views searching for programmer with IDL and ENVI experience  1494  0 Started by  Deleted User Hi, I am searching for a programmer with IDL and ENVI experience for a job opportunity in the New York/Long Island area. Any suggestions or referrals greatly appreciated. Regards, Ken kgaccess-li.com
0 1494
21 Sep 2010 02:48 PM
1 Replies and 1410 Views To modify the code to output to a text file  1410  1 Started by  Deleted User Hello, everyone. I'm trying to use the stats_on_roi_widget from the code library, but I'm not able to modify the code to output to a text file. Somebody could help me The end of the code is : ; Start the stats calculations here and print to output log envi_doit, 'envi_stats_doit', fid=fid, pos=pos, dims = dims, $ mean=mean, comp_flag=1, report_flag=3, to_screen=1, stdv=stdv print, 'ROI name: ', name ; Loop for Mean for each band print, 'Mean...
1 1410
20 Sep 2010 02:44 PM
0 Replies and 1357 Views export bridge assistant:: the devenv compiler must bi in the path, unable to complete build  1357  0 Started by  Deleted User Dear friend: I presented a problem with export bridge assistant, "the devenv compiler must bi in the path, unable to complete build". I haved installed Visual Studio 2008 Team System ,IDL 7.1,and set the compiler path "C:\Windows\Microsoft.NET\Framework\v3.5",also set "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE" in system enviroment variable path,who can help me,thanks very much!!!
0 1357
19 Sep 2010 06:32 AM
0 Replies and 1741 Views How to subset data via vector file and mask the the value outside ROI  1741  0 Started by  Deleted User Hello, everyone. I want to batch subset images via ROI by IDL programing, and I also want to mask the data that outside the ROI at the meantime. I find an example on the website, however, this example is only subset the data by squire shape. The following is the my revised codes: PRO Subset_via_roi ENVI, /RESTORE_BASE_SAVE_FILES ENVI_BATCH_INIT, LOG_FILE='batch.txt' ; define the image to be opened szPath = 'E:\Rubber\IDL&ENVI\Subset' filters = &91'*.img','*.tif'&93 ...
0 1741
19 Sep 2010 03:03 AM
0 Replies and 1331 Views IDL Bridge - ELFCLASS64 error  1331  0 Started by  Deleted User I'm trying to deploy a Java Webapp that uses the Java-IDL Bridge onto a local test glassfish environement. Previously, we had it working on another server, but we were trying to upgrade to a better machine. The main difference is our previous machine used a 32-bit linux environment, where the new machine uses a 64-bit environment; also the old deployment used glassfish v2, and the new deployment is using glassfish v3. The main portion of the tool works fine; however, when trying to make...
0 1331
16 Sep 2010 01:34 PM
0 Replies and 1464 Views Overplot circle  1464  0 Started by  Deleted User How do I overplot a circle of a specified radius and position on the plot I have some data plotted and I would like to over plot a circle. thanks
0 1464
16 Sep 2010 12:46 PM
0 Replies and 1557 Views IDl 8.0 plot  1557  0 Started by  Deleted User IDL 8.0 new Graphics: I need to retrieve cursor location from a plot and the data values at that (X,Y), is that possible Also is it possible to add buttons to the standard ones (Print, save, ..) and associate it with a procedure. Thanks Maher
0 1557
15 Sep 2010 05:05 PM
0 Replies and 1313 Views Barplot Log X axis in IDL 80  1313  0 Started by  Deleted User I can not get the logarithmic X axis to work in IDL 80 x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) p2 = barplot(x,x,title='Test',/Xlog) Any idea Thanks Maher x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) p2 = barplot(x,x,title='Test',/Xlog) x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) p2 = barplot(x,x,title='Test',/Xlog) x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) ...
0 1313
15 Sep 2010 04:17 PM
0 Replies and 1149 Views Barplot Log X axis  1149  0 Started by  Deleted User I can not get the logarithmic X axis to work. x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) p2 = barplot(x,x,title='Test',/Xlog) Any idea Thanks Maher x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) p2 = barplot(x,x,title='Test',/Xlog) x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) p2 = barplot(x,x,title='Test',/Xlog) x = findgen(100)1 p1 = plot(x,x,title='Test',/Xlog) p2 = b...
0 1149
15 Sep 2010 04:14 PM
1 Replies and 1538 Views Bypass ENVI error dialogues  1538  1 Started by  Deleted User hi all, I have a program to process a number of satellite images. Every so often there is a faulty scene which throws up an ENVI error dialogue. However, the program cannot continue until the user clicks 'ok' on the dialogue box. is there any way to bipass the ENVI error dialogues Alternatively i was thinking i could root out the problem files beforehand by listing files over a particular filesize (the faulty files are typically much smaller). Is there a way of returning a filesiz...
1 1538
15 Sep 2010 04:46 AM
1 Replies and 1284 Views IDL code for automatic building extraction  1284  1 Started by  Deleted User Pls can u tell the IDL code for automatic building extraction in LIDAR data.And,how to customise ENVI for the same.I m a fledgling user of ENVI.So, Pls can u explain in detail.
1 1284
09 Sep 2010 09:29 AM
0 Replies and 1598 Views IDL 8.0 switching perspectives  1598  0 Started by  Deleted User I may be missing something, but why can't I switch perspectives in IDL 8.0 It appears as the whole "Open Perspective" concept from eclipse is missing or hidden.
0 1598
07 Sep 2010 06:21 AM
1 Replies and 1302 Views IDL 8 Accidental Object Instantiation  1302  1 Started by  Deleted User Hi All, I found this "bug" that appears in some of my code now, and describing it may be a little confusing. In what follows I refer to a function called "class_name()" that I use to create an instance of the class "class_name" that is defined in class_name__define.pro. I have a lot of compound object widgets where I make a function that has the same name as my compound widget class, and it returns the widget_id: id = class_name(obj=o...
1 1302
03 Sep 2010 03:11 PM
0 Replies and 1323 Views Path issue with Java bridge  1323  0 Started by  Deleted User I am trying to instantiate a java object using the following command. result = OBJ_NEW( 'IDLjavaObject$com.examples.Browser', 'com.examples.Browser'); Caused by: java.io.FileNotFoundException: \\localhostM\bin\javadir\Library.jar (The network path was not found) The actual location of the jar file is \\M\bin\javadir\Library.jar I dont understand why "localhost" is added in the path. This happens only in IDL8.0 and works fine with the previous versions. My &...
0 1323
03 Sep 2010 09:30 AM
0 Replies and 1671 Views How can calculate Nitrogen index (NDNI) from ASTER  1671  0 Started by  Deleted User Hi everyone I have one question how can calculate Nitrogen index from ASTER data. Also I looked the help of ENVI but there is different between wavelength of Nitrogen equation and ASTER wavelength. I want to use vegetation indices for landscape. Please tell me how can make Nitrogen equation in ENVI If who help me about this problem I will be appreciated. If another data is necessary please tell me. Normalized Difference Nitrogen Index NDNI=log(1/p1510)-log(1/p1680)/ log(1/p1510)lo...
0 1671
02 Sep 2010 07:43 AM
You are not authorized to create a new topic
Page 65 of 126 << < 6364656667 > >>