|
|
|
|
|
1 Replies and 1734 Views
Idl compilation Error 1734 1
Started by Deleted User
I am trying to run simple program to process hdf file in IDL code...But I got the compilation error...I dont know, how to give input...What is the format...i want to study Idl codes...Give me some Example...How to insert and get image in Idl code...
Regards
MSHURESH
|
|
|
|
1 |
1734 |
14 Nov 2011 03:06 AM |
|
0 Replies and 1183 Views
Run in Idl 1183 0
Started by Deleted User
I have a licensed version of Envi 4.8 ...But i haven't familier with Envi IDL code...Its completely new to me...So please help me to Understand it...Suggest me any useful guide...
This is how it is opening in Available Band List
20101110_slot06_L1A.pxl
Warp(Band 1:GOCI_1A_2010-11-10.01-16-43_6.pxl.corr)
Warp(Band 2:GOCI_1A_2010-11-10.01-16-43_6.pxl.corr)
Warp(Band 3:GOCI_1A_2010-11-10.01-16-43_6.pxl.corr)
Warp(Band 4:GOCI_1A_201...
|
|
|
|
0 |
1183 |
14 Nov 2011 03:02 AM |
|
0 Replies and 1146 Views
Applying Decision Trees to Image Files systematically, IDL script 1146 0
Started by Deleted User
Hi,
I have a multitude of image files that I am attempting to apply a decision tree to.
I have created the decision tree to analyze the images, but am looking for a way to apply the decision tree to my images and retrieve the output.
In envi I can do this one image at a time simply through the envi interface, but I was wondering if anyone could provide me with the commands for IDL that could access the bands my images have in envi and then apply the band math to the images a...
|
|
|
|
0 |
1146 |
13 Nov 2011 10:49 PM |
|
0 Replies and 998 Views
Patch available for IDL 8.1 Workbench crash problem caused by GDI object / handle leak 998 0
Started by Deleted User
The following Tech Tip article addresses a GDI object / handle resource leak problem with the IDL 8.1 Workbench that can potentially cause the Workbench session to crash.:
"Patch available for IDL 8.1 Workbench crash problem caused by GDI object / handle leak"
http://www.exelisvis.com/services/techtip.aspttid=4672
The article contains a download link for an unofficial patch to fix the problem with the IDL 8.1 Workbench.
Please note that the problem may affect previous ...
|
|
|
|
0 |
998 |
10 Nov 2011 03:52 PM |
|
7 Replies and 1463 Views
journal and message,/info 1463 7
Started by Deleted User
I'm using journaling for a large data pipeline that prints out some outputs and message,/info 's some. I'd like message,/info to show up in the journal. Is there any way to do that
|
|
|
|
7 |
1463 |
09 Nov 2011 11:54 AM |
|
4 Replies and 1573 Views
Image in pxl file format processing in IDL 1573 4
Started by Deleted User
Dear All,
I have a file in .pxl format..i can open this in ENVI...I have 9 images(wavelengths from 412 to 869) in that one particular .pxl file....i want to write the code in IDL to process this image...I don't know how to get this file in IDL and process...
I want to know the programming in IDL
How to read this file in IDL
I have some algorithms...I want to apply that to this image...How do I process this file in IDL....Please reply it so...
|
|
|
|
4 |
1573 |
07 Nov 2011 09:48 PM |
|
1 Replies and 1378 Views
fail to launch 'Preference' menu in IDL 8.0.1 DE under Mac OS X 10.7.2 1378 1
Started by Deleted User
Hi all,
I am using IDL 8.0.1 under Mac OS X 10.7.2 Lion. In the first 2 weeks the Preference dialog box in the IDLDE worked well, but one week ago it suddenly failed. Neither clicking the 'Preference' button in the 'IDL' menu nor using the shortcut 'cmd,' could launch the preference dialog box. So now I can't modify properties of the developing environment and IDL itself. I tried restarting the IDLDE, IDL and rebooting the computer but the problem is still there.
Anyone to share ...
|
|
|
|
1 |
1378 |
03 Nov 2011 04:29 AM |
|
0 Replies and 1204 Views
Map Projection Bugs Cause Errors 1204 0
Started by Deleted User
Readers of this forum who don't keep up with the active and extremely useful IDL newsgroup (comp.lang.idl-pvwave) may be unaware of two recent developments with map projections that can cause inadvertent errors in your programs.
First, there is a bug in all versions of IDL up through 8.1 that causes a UTM map projection using the WGS84 ellipsoid as the datum (the most common ellipsoid to use with this projection!) to produce incorrect results when coordinates are being translated from la...
|
|
|
|
0 |
1204 |
02 Nov 2011 11:59 AM |
|
0 Replies and 1098 Views
IDL 8.2 beta test 1098 0
Started by Deleted User
This is your opportunity to provide feedback on the next version of IDL before its final release. I am looking for customers who are interested in testing a technical preview release of IDL 8.2. The test period is scheduled to begin the week of November 14 and continue into January.
If you are interested, please send email to bill.okuboexelisvis.com with your contact information, and computer(s) and operating system(s) version information.
Thank you,
Bill Okubo
IDL Pr...
|
|
|
|
0 |
1098 |
01 Nov 2011 10:55 AM |
|
0 Replies and 1170 Views
Introducing Exelis Visual Information Solutions, Inc. 1170 0
Started by Deleted User
I would like to take this opportunity to inform the IDL, ENVI, and E3De user communities about our new name. This past January, ITT Corporation announced it would be spinning its business into three standalone companies. With this change our parent company, formerly, ITT Defense & Information Solutions will become Exelis, Inc. and ITT Visual Information Solution will become Exelis Visual Information Solutions, Inc.
While our name will change, our commitment to providing you with world-class p...
|
|
|
|
0 |
1170 |
31 Oct 2011 10:25 AM |
|
4 Replies and 1255 Views
What does this code do? 1255 4
Started by Deleted User
Hi,
I am new to IDL, and I am trying to figure out what this script is doing, any help will be very highly appreciated:
if !d.name ne 'PS' then begin
device,Pseudo_color=8
Device, Get_Visual_Depth=thisDepth
IF thisDepth GT 8 THEN Device, Decomposed=0
ENDIF
close, /all
;window,0,retain=2,xsize=750,ysize=750
;!p.multi=&910,2,2,0,0&93
!P.charsize=1.5
angstrom = '!6!sA!r!u!9 !6!n'
red_lam=dblarr(18)
red_alam_av=dblarr(18)
head...
|
|
|
|
4 |
1255 |
28 Oct 2011 12:55 PM |
|
2 Replies and 1611 Views
License server issues using a VPN connection 1611 2
Started by Deleted User
I'm at a university which has an IDL license. Normally, a VPN connection allows me to use University purchased tools off campus. I'm having trouble doing this with IDL. I believe it is an allowed option to do this.
I'm using Cisco's AnyConnect VPN client. Does anyone know if there are additional configurations that are needed to allow this setup to access the license server
thanks in advance,
Tom
|
|
|
|
2 |
1611 |
26 Oct 2011 12:25 PM |
|
3 Replies and 1189 Views
error of plotting a image from a 3-D array 1189 3
Started by Deleted User
I read into IDL a set of 2d images (10 in all) from a fold and put them into a 3-D array.
My code is as following
IDL> a3d=bindgen(2048,1768,10)
IDL> start_dir=get_coursefiles_dir(/data)
IDL> names=sindgen(10)
IDL> for i=0,9 do names&91i&93=start_dirpath_sep()strcompress(string(i),/remove_all)'.tif'
IDL> for i=0,9 do a3d&91*,*,i&93=read_tiff(names&91i&93)
Both of the following code is OK and IDL 8.1.0 can draw the original image ( it is 1.tif here) or part...
|
|
|
|
3 |
1189 |
22 Oct 2011 09:56 PM |
|
1 |
925 |
21 Oct 2011 10:16 AM |
|
0 Replies and 1114 Views
Plotting Gaussian with one fixed parameter 1114 0
Started by Deleted User
Hi,
I'm using the Gaussfit procedure to plot a Gaussian to line spectra.
However, IDL is picking the wrong peak to plot a Gaussian to.
I want to specify that the peak is at 0, (so something like a&911&93=0 presumably) but I don't know the other parameters. How can I specify one parameter without specifying them all
On a related note, I also want to plot an absorption Gaussian on top of an emission Gaussian. How would I do that
Thanks
|
|
|
|
0 |
1114 |
20 Oct 2011 08:57 AM |
|
1 Replies and 1412 Views
Wrong about itools in IDL 8.1 1412 1
Started by Deleted User
Hi guys:
When I run itools in IDL 8.1, I always get arithmetic error, why
IDL> IMAP, MAP_PROJECTION='Lambert'
Loaded DLM: XML.
Program caused arithmetic error: Floating divide by 0
Program caused arithmetic error: Floating illegal operand
|
|
|
|
1 |
1412 |
19 Oct 2011 10:20 AM |
|
1 Replies and 1332 Views
IDLgrPATTERN HELP! 1332 1
Started by Deleted User
so i have an image projected, and then another set of data being plotted over top..
I have the selected areas being contoured, which is what i want, but i dont want to solid fill it i want to fill it using a pattern.
pattern = BYTE(RANDOMN(seed, 32, 4)*255)
myPattern = OBJ_NEW('IDLgrPattern', 2, PATTERN=pattern)
im2=contour(var2,position=&910.1,0.1,0.9,0.9&93,C_FILL_PATTERN=myPattern,$
grid_units=2,c_linestyle=0,n_levels=2,/overplot,/cell_fill)
I dont know w...
|
|
|
|
1 |
1332 |
14 Oct 2011 01:34 PM |
|
0 Replies and 1084 Views
Announcing E3De 1084 0
Started by Deleted User
Introducing E3De™, an interactive geospatial software environment that allows you to create powerful, photorealistic 3D visualizations and easily extract important features and products from LiDAR data.
http://www.ittvis.com/ProductsServices/E3De.aspx
|
|
|
|
0 |
1084 |
14 Oct 2011 12:16 PM |
|
2 Replies and 1344 Views
IDL_IDLBRIDGE and ENVI_GET_SLICE 1344 2
Started by Deleted User
Hello,
I have a routine that creates multiple threads, loads data, processes it and saves it. When I try to use ENVI_GET_SLICE I get the error message:
IDL_IDLBRIDGE Error: Attempt to call undefined procedure/function: 'PROCESSTHREAD'.
The strange thing is that the exact same code works if I delete or comment out the line containing ENVI_GET_SLICE. Without the ENVI_GET_SLICE section this code simply copies the data from the load directory to the save directory, and it works, I ge...
|
|
|
|
2 |
1344 |
14 Oct 2011 06:51 AM |
|
7 Replies and 1357 Views
Downloading IDL Virtual Machine 1357 7
Started by Deleted User
I have an account which is obvious because I can post here. I am trying to download the virtual machine but keep getting a message that I do have access to the portal. I have downloaded previous versions of the virtual machine in the past. Need the latest version to run a program. Running Windows 7 Pro with IE 8. Any suggestions
|
|
|
|
7 |
1357 |
14 Oct 2011 02:37 AM |