|
|
|
|
|
0 Replies and 1249 Views
from decimal to binary and viceversa 1249 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 |
1249 |
28 Sep 2010 03:27 AM |
|
0 Replies and 1041 Views
How Simplified Chinese font work in win7? 1041 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 |
1041 |
25 Sep 2010 08:21 PM |
|
0 Replies and 915 Views
average pixel value 915 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 |
915 |
23 Sep 2010 12:41 PM |
|
1 Replies and 1072 Views
AVHRR calibration 1072 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 |
1072 |
22 Sep 2010 10:01 AM |
|
0 Replies and 1023 Views
searching for programmer with IDL and ENVI experience 1023 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 |
1023 |
21 Sep 2010 02:48 PM |
|
1 Replies and 993 Views
To modify the code to output to a text file 993 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 |
993 |
20 Sep 2010 02:44 PM |
|
0 Replies and 1009 Views
export bridge assistant:: the devenv compiler must bi in the path, unable to complete build 1009 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 |
1009 |
19 Sep 2010 06:32 AM |
|
0 Replies and 1199 Views
How to subset data via vector file and mask the the value outside ROI 1199 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 |
1199 |
19 Sep 2010 03:03 AM |
|
0 Replies and 968 Views
IDL Bridge - ELFCLASS64 error 968 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 |
968 |
16 Sep 2010 01:34 PM |
|
0 Replies and 1087 Views
Overplot circle 1087 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 |
1087 |
16 Sep 2010 12:46 PM |
|
0 Replies and 1159 Views
IDl 8.0 plot 1159 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 |
1159 |
15 Sep 2010 05:05 PM |
|
0 Replies and 934 Views
Barplot Log X axis in IDL 80 934 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 |
934 |
15 Sep 2010 04:17 PM |
|
0 Replies and 812 Views
Barplot Log X axis 812 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 |
812 |
15 Sep 2010 04:14 PM |
|
1 Replies and 1087 Views
Bypass ENVI error dialogues 1087 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 |
1087 |
15 Sep 2010 04:46 AM |
|
1 Replies and 936 Views
IDL code for automatic building extraction 936 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 |
936 |
09 Sep 2010 09:29 AM |
|
0 Replies and 1118 Views
IDL 8.0 switching perspectives 1118 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 |
1118 |
07 Sep 2010 06:21 AM |
|
1 Replies and 894 Views
IDL 8 Accidental Object Instantiation 894 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 |
894 |
03 Sep 2010 03:11 PM |
|
0 Replies and 932 Views
Path issue with Java bridge 932 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 |
932 |
03 Sep 2010 09:30 AM |
|
0 Replies and 1280 Views
How can calculate Nitrogen index (NDNI) from ASTER 1280 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 |
1280 |
02 Sep 2010 07:43 AM |
|
0 Replies and 902 Views
Workbench 8 help 902 0
Started by Deleted User
I just installed IDL 8 and having skipped over v7 am totally confused by the workbench. I cannot find any help information anywhere. Am I missing something
I found some tutorials in the ITT site but these are from v 7, and there are many changes.
One question is how can I open multiple editor windows
Thanks.
|
|
|
|
0 |
902 |
01 Sep 2010 03:50 PM |
|