|
|
|
|
|
0 Replies and 1219 Views
Coordination system transformation between Envi and Arcgis? 1219 0
Started by Deleted User
I want to read shapefile's coordinate system info from .prj file, and translate it into envi's own mapinfo.
I read the system definition both in Arcgis and Envi, most projection and datum have different names , and their relations are not very clear.
Is there any way easy to do so if I write a program
|
|
|
|
0 |
1219 |
21 Apr 2009 08:46 AM |
|
2 Replies and 1345 Views
HELP!!! I cannot export a COM using export bridge assistant! 1345 2
Started by Deleted User
I want to export a IDL class to COM. I use the export bridge assistant. However, it always fails and gives the error information as following: devenv compiler must be in the path.
I have tried time and time again, however, it still does not work. What's the problem
By the way, my computer installs Visual Studio 2005. In addition, I have added this directory&160;"\Common7\IDE" into the IDL path.
Does anybody know how to solve this problem Or would you like to discuss it with me T...
|
|
|
|
2 |
1345 |
18 Apr 2009 02:40 AM |
|
0 Replies and 1276 Views
training programs 1276 0
Started by Deleted User
hi everybody
i am new to idl and i need download training programs of idl 6.1 or 6.2
could any one help me
many thanks,
khad
|
|
|
|
0 |
1276 |
16 Apr 2009 04:33 PM |
|
0 Replies and 1197 Views
Process much indices in one step 1197 0
Started by Deleted User
i want to calculate multiple indices (vegetation) for much spectrometer data with procedures like "batch_bandmath" in one step. So far, i have one procedure for every index, but i need a process chain to do this all in one step
how is that possible
&160;
thanks
Christoph
|
|
|
|
0 |
1197 |
16 Apr 2009 04:31 AM |
|
0 Replies and 1279 Views
How to make sav to compile pro files? 1279 0
Started by Deleted User
Hi,
How to create a sav file under WindowsXPidl6.4 like Envi.sav or Demo.sav(...\ITT\IDL64\lib\hook) which can compile the pro files without idlde
Thanks.
|
|
|
|
0 |
1279 |
16 Apr 2009 12:45 AM |
|
0 Replies and 1238 Views
SGE? 1238 0
Started by Deleted User
Any one using&160; IDL with the Sun Grid Engine&160; &160; I am running several instances of IDL.&160; I get much more reasonable load averages if I set tpool_nthreads=1.&160; I was wondering if anyone has suggestions as to the best way to run IDL in a queuing system.&160;
&160;
I am not sure whether i might be able to&160; treat threading as a parallel enviroment and reserve a certain number of processors.&160; This is all new to me.&160;
&160;
Thanks for any info.&160; As a us...
|
|
|
|
0 |
1238 |
14 Apr 2009 10:33 PM |
|
0 Replies and 1357 Views
MODIS L1B processing 1357 0
Started by Deleted User
Hi,
I am new to IDL. I want to convert MODIS L1B swath to grid. I have huge data to work with. Can any one share IDL code for that.
Regards,
Deo
&160;
&160;
|
|
|
|
0 |
1357 |
10 Apr 2009 05:45 AM |
|
0 Replies and 1140 Views
using the unix 'at' command with IDL 1140 0
Started by Deleted User
I was able to piece together an IDL program that makes some jpeg images I need. It works great when I call it from the command line (i.e., I type 'idl makejpegplots.pro').
The problem is I need to set the program to run at some point in the future, so I thought I'd use the handy unix 'at' command.&160; For example, I can say:
echo "idl makejpegplots.pro" | at now 2 minutes"
I run many of my scripts this way instead of using a cron.
At the given time, I know the code runs, b...
|
|
|
|
0 |
1140 |
09 Apr 2009 06:12 PM |
|
1 Replies and 1448 Views
read DEM files in IDL 1448 1
Started by Deleted User
I'm trying to read some DEM files that I downloaded from the Utah GIS website (ftp://ftp.agrc.state.ut.us/DEM/10meter_dem/).&160; The problem I'm having is that these DEMs do not seem to exactly follow the USGS standard for the format.&160; According to the published USGS standard that I found each record is supposed to be a multiple of 1024 bytes long, with the last 3 bytes being spaces.&160; However, the Utah GIS DEMs don't comply.&160; Instead, each record is only 1021 bytes or shorter an...
|
|
|
|
1 |
1448 |
09 Apr 2009 07:52 AM |
|
0 Replies and 1349 Views
Problem opening L1G landsat 7 hdf files in idl 1349 0
Started by Deleted User
I am having problem opening l1g Landsat 7 hdf format file in idl.the data format is in uint8&160;and i tried it in several ways but it fails.I tried to eopn&160;the file with matlab hdftool but it fails again.Need&160;some help&160;on this.Thanks in advance.&160;
|
|
|
|
0 |
1349 |
08 Apr 2009 09:42 AM |
|
0 Replies and 1602 Views
Problem opening L1G landsat 7 hdf files in idl 1602 0
Started by Deleted User
I am having problem opening l1g Landsat 7 hdf format file in idl.the data format is in uint8&160;and i tried it in several ways but it fails.I tried to eopn&160;the file with matlab hdftool but it fails again.Need&160;some help&160;on this.Thanks in advance.&160;
|
|
|
|
0 |
1602 |
08 Apr 2009 09:42 AM |
|
1 Replies and 1552 Views
why can not select data from a table named Parameters in MS Access DB? 1552 1
Started by Deleted User
I have a&160;database(*.mdb) of Microsoft Access, and create a table named 'Parameters'. I get a dataRecordset from this table and get other values like this:
&160;tables=CurrentDatabase->getTables()
&160;paraTalbe='Parameters'
index=where(tables.name eq paraTalbe,cnt)
paraRecordset=obj_new('IDLdbRecordset',CurrentDatabase,table=paraTalbe)
print,index,cnt,obj_valid(paraRecordset)
The printed values are:
1
1&160;&160; 0
why&160;&160;table named &160;'Parameters'&160;...
|
|
|
|
1 |
1552 |
08 Apr 2009 09:07 AM |
|
2 Replies and 1437 Views
Convert .pro to .exe 1437 2
Started by Deleted User
Hi:
Can i automate the execution of a idl program Example, execute the program every sunday.
Can i compile a idl program ( .pro ) or export to other format, for example to matlab. Because i need a .exe program.
Thanks.
|
|
|
|
2 |
1437 |
07 Apr 2009 04:08 AM |
|
0 Replies and 1154 Views
Problem with surface command and/or direct graphics 1154 0
Started by Deleted User
Hi,
&160;
The problem I am currently having is that when I use the Surface command the image that I get is not correct. For some strange reason IDL seems to be confused and does not plot the surface correctly. The same problem occurs also when I use the iSurface tool in vector graphics mode.
The surface that I want to plot is:
x=sqrt(r^2a^2) cos(phi)sin(theta)
y=sqrt(r^2a^2) sin(phi)sin(theta)
z=r cos(theta)
for r=8 and a=6. I can't really understand why the image is not correct in the...
|
|
|
|
0 |
1154 |
31 Mar 2009 08:18 AM |
|
0 Replies and 1487 Views
setting for web browser help 1487 0
Started by Deleted User
My system recently got updated to IDL 7.06.&160; After some initial problems which the system people seemed to have fixed, I can now use the help system either from idlde or the command line.&160; The problem is that for some reason when I invoke the system from the command line (idlman) or at the IDL prompt within a terminal window ( at the prompt) it brings up the old mozilla web browser rather than firefox.&160; I've searched and have been unable to find any java or idl setting that seems...
|
|
|
|
0 |
1487 |
27 Mar 2009 10:56 AM |
|
2 Replies and 2018 Views
Data range for axis has zero length error 2018 2
Started by Deleted User
I am having trouble&160;(again) getting a color bar routine to display the correct range of values. Below is&160;the code I assembled with the help of various sites (please forgive the strange formatting of this text):
min_value = minimum value at left side of color bar
max_value = maximum value at right side of color bar
plot, &910,2&93, /nodata, /normal, xticks=10, yticks=1, xstyle=1, ystyle=1, position=locbar, /noerase, ytickformat='(A1)', xtickformat='(F9.3)', xticklen=0.1, xrange=&9...
|
|
|
|
2 |
2018 |
26 Mar 2009 04:08 PM |
|
0 Replies and 986 Views
No Java development kit? 986 0
Started by Deleted User
I just installed IDL 7.0.6, and I would like to run the help browser as well as idlde. I'm running CentOS5 on an x86_64.&160;
The specific error at loading idlde is:
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Idlde.linux.x86. No Java virtual machine
was found after searching the following locations:
/usr/local/itt/idl/idlde/bin.linux.x86/jre/bin/java
From another thread there is something that has to be done with regard to 32-bit...
|
|
|
|
0 |
986 |
26 Mar 2009 02:56 PM |
|
0 Replies and 1250 Views
where are the IDL preferences? 1250 0
Started by Deleted User
About some suggestions, to improve the colors, I would like to put, into xsession and xresource file, the following strings:
idl.gr_visual: TrueColor
idl.gr_depth: 24
idl.retain: 2
In my computer there is not any "xsession" or "xresource" file.
How can I do
&160;
&160;
Giuseppe.
&160;
&160;
|
|
|
|
0 |
1250 |
25 Mar 2009 01:25 PM |
|
3 Replies and 1118 Views
Problem IDL on Ubuntu 1118 3
Started by Deleted User
I installed IDL 7 on Ubuntu 8.10. Unfortunatley, Help and idlde crash. I tried to install all libstdc by using synatic, but the problem persists.
Please, can you help me
Thanks in advance.
&160;
Giuseppe Marino (Catania Astrophysical observatory)
&160;
&160;
&160;
|
|
|
|
3 |
1118 |
23 Mar 2009 05:12 PM |
|
0 Replies and 1310 Views
Matrix Diagonalisation of Sparse Matrices 1310 0
Started by Deleted User
Hello all,
&160;&160;&160;&160; I am looking for an IDL function to calculate the eigenvalues and eigenvectors of a Hermitian complex matrix, where the matrix is specified in sparse matrix form,&160; i.e. something like
B=sprsin(A)
eigenvalues=WantedFunction(B).
I would like to specify a numerical range for which the eigenvalues should be returned.&160; This is possible with LA_EIGENQL but one has to enter the full matrix, with all the zeros.&160; I have looked at the IDL Analyst rout...
|
|
|
|
0 |
1310 |
23 Mar 2009 07:06 AM |