|
|
|
|
|
1 Replies and 1318 Views
Reading multiple image files 1318 1
Started by Deleted User
Hi!
I want to make a classification of a large number of images (640) with the same parameters, and I think that the best way is using a loop. But I don't know how to make than IDL open diferent image files and later. put a diferent name to all output information generated. The image's names are like 'IMG_001', 'IMG_002'... to 'IMG_640'.
How can I do it
Thanks for your time!
|
|
|
|
1 |
1318 |
03 Mar 2008 10:32 PM |
|
1 Replies and 1713 Views
Length of minor tick marks 1713 1
Started by Deleted User
Hi !
I would like to modify the length of the minor tick marks in my IDL plot. For Major tick marks there is the 'ticklen' keyword. Is there a 'minorTicklen' keyword How could I obtain a minorTicklen=1.0 (i.e. minor tick mark for one side to the other on my plot, similar to ticklen=1.0) on my plot
Thanks for your consideration.
Noah
|
|
|
|
1 |
1713 |
29 Feb 2008 08:09 PM |
|
1 Replies and 1285 Views
T3D keyword in TVSCL procedure 1285 1
Started by Deleted User
I am trying to display a 2D image in a 3D space, using the TVSCL procedure. I set up a transformation matrix using the surface procedure and the save keyword, then call TVSCL with the T3D keyword set, but it seems to ignore the transformation matrix
|
|
|
|
1 |
1285 |
28 Feb 2008 05:04 PM |
|
2 Replies and 1438 Views
Simple doubt about isurface 1438 2
Started by Deleted User
Hello, I have an ascii file like this one:
-132.500 52.5000 3537 40
-133.500 52.5000 3453 60
-134.500 52.5000 3675 50
-135.500 52.5000 3675 40
-136.500 52.5000 4779 60
-137.500 52.5000 4779 60
-132.500 53.5000 3537 50
....
....
I am trying to visualize a surface doing a isurface with:
x-axis = first column
y-axis = second column
z-axis = third column. If the fourth column is '40' this part of the surface mu...
|
|
|
|
2 |
1438 |
25 Feb 2008 09:57 AM |
|
0 Replies and 1178 Views
Old dog learning new tricks on IDL7.0 1178 0
Started by Deleted User
Hi,
Having played with IDL7.0 workbench, it appears I'm in need of some major re-wiring of old habits. I'm throwing out these situations out there to get some insight or feedback as how to best re-learn how to do these things...
1. Switching between mulitple files.
OLD: inate Windows feel with CTRL-TAB switching between open file windows.
NEW: CTRL-arrow keys confines me into a list of previous edit locations (even if file is closed. Annoying as heck. Woof.
2. I was a heavy us...
|
|
|
|
0 |
1178 |
25 Feb 2008 09:51 AM |
|
1 Replies and 1204 Views
Problem with ENVI_CONVERT_File_COORDINATES Options 1204 1
Started by Deleted User
Hi,
I am having trouble to retrive a pixel value by geographic long lats.
Following is the code. two values obtained by sample/line coordinate
and geographic long lats are different. What is wrong with my code
Thanks
;======================================================
;Open a file using envi batch
envi_open_file, fNameInput, r_fid=fid
if (fid eq -1) then begin
envi_batch_exit
return
endif
;
; Open the file to read in array
OpenR, Lun, ...
|
|
|
|
1 |
1204 |
24 Feb 2008 09:17 AM |
|
1 Replies and 1354 Views
minor ticks 1354 1
Started by Deleted User
Hi everyone,
Does anyone know how to control the orientation of the xticks/yticks in a plot I would like to have them pointing into the bounded graph area and not outwards. I can't find any keywords to achieve this. I'm using IDL v6.4.
Austin-
|
|
|
|
1 |
1354 |
22 Feb 2008 11:41 AM |
|
1 Replies and 1204 Views
Problems with structures 1204 1
Started by Deleted User
Dear All,
I'm currently trying to read in a .fits file into IDL (this is being done using a routine called MRDFITS which reads the .fits file into an IDL structure). So far I have been able to obtain information about how many columns and rows are within the structure (n_tags and n_elements) and then used this to simply create a double precision array of the same size.
I now want to transfer the data from the structure into the array.
For instance the first line of the structu...
|
|
|
|
1 |
1204 |
20 Feb 2008 09:39 AM |
|
1 Replies and 1366 Views
Confluent Hypergeometric function of the first kind 1366 1
Started by Deleted User
Hi !
I would like to use the confluent hypergeometric function of the first kind but it seems not to be implemented in IDL.
Has anybody heard about this function and would know where I can find it written in IDL.
Thanks for your consideration.
Noah
|
|
|
|
1 |
1366 |
18 Feb 2008 11:01 AM |
|
1 Replies and 1325 Views
passing parameters to IDL executable 1325 1
Started by Deleted User
Dear Users,
I was wondering whether it is possible to create an IDL executable which requires the person executing the code to also pass a parameter. For example:
idl -rt=executable.sav 'working/directory'
In this case, the executable would take the string parameter with the working directory information and use it.
First, I would like to know if this is possible. Second, what needs to be done in the code to make this possible and three do I have to use some special keywords when creating ...
|
|
|
|
1 |
1325 |
15 Feb 2008 02:50 PM |
|
1 Replies and 1412 Views
how to know the scale and offset parameter in a netcdf file? 1412 1
Started by Deleted User
Hellow, everyone
when I read a netcdf file, it seems that this file has a scale and offset parameter, but I do not know how to get these factors using IDL would you like give me some advice
Thanks in advance
Mike, You
|
|
|
|
1 |
1412 |
14 Feb 2008 05:21 AM |
|
1 Replies and 1122 Views
Code folding in IDL7 Workbench 1122 1
Started by Deleted User
I have some source files where code folding works just fine and some where it doesn't. Is there any way to 're-index' a particular file containing multiple procedures/functions
|
|
|
|
1 |
1122 |
12 Feb 2008 11:08 AM |
|
1 Replies and 1360 Views
Scatter plot 2D from a complete TM scene 1360 1
Started by Deleted User
Im interested in compute the scatter plot 2D from a complet scene in Envi. Envi usually compute the plot from a small area.
|
|
|
|
1 |
1360 |
11 Feb 2008 02:56 AM |
|
1 |
1097 |
10 Feb 2008 01:02 PM |
|
1 Replies and 1331 Views
Call externall from Fortran 1331 1
Started by Deleted User
HI,
How can I call an code from Fortran and execute an EXE file from IDL
Thanks!
|
|
|
|
1 |
1331 |
08 Feb 2008 08:56 PM |
|
1 Replies and 1250 Views
reflectance / 10000 1250 1
Started by Deleted User
Hello:
I have the composition of MODIS images, i have 182 data of EVI. This data is value of 1 - 10000. I need to divide this image for 10000 for reflectance. How can this process without the need to split each band by 10000.
Thank you
|
|
|
|
1 |
1250 |
08 Feb 2008 05:12 AM |
|
0 Replies and 1348 Views
printing source code with IDLDE 7.0 1348 0
Started by Deleted User
Has anybody tried this yet It seems IDLDE uses Eclipse 3.3 which should be able to print with GTK2 2.10 or higher. But so far our attempts here have failed. Any clues
|
|
|
|
0 |
1348 |
06 Feb 2008 06:14 AM |
|
1 Replies and 1253 Views
IDL Java Bridge -- Packaging class files and IDL files in a single war (or jar) file ? 1253 1
Started by Deleted User
Hi all,
I'm currently developing web-services for some IDL applications. To do so, I'm using IDL's (java) bridge technology. Besides, I store the IDL files to which these web-services provide access at a separate location, which has been added to the IDL_PATH. So far so good.
A disadvantage of this approach, however, is that I can't package one .war file that contains the class files of the web-service as well as the IDL files that will get accessed through this service. Instead, I first n...
|
|
|
|
1 |
1253 |
06 Feb 2008 04:03 AM |
|
0 Replies and 1448 Views
Curve fitting with both X and Y errors? 1448 0
Started by Deleted User
Hello All,
The CURVEFIT function accounts for measurement errors in Y data. Does anybody know how to fit a curve to data taking into consideration both X and Y measurement errors Any ideas will be greatly appreciated.
Thank you,
Irina Tkatcheva
|
|
|
|
0 |
1448 |
03 Feb 2008 04:51 PM |
|
0 Replies and 1208 Views
Simple question on path 1208 0
Started by Deleted User
Hello,
I am compiling running an ABC.pro in a given Linux directory. ABC.pro calls other procedures, lets say 123.pro, which are located in the same directiory as ABC.pro. At run time, I get an error saying that the '123' variable is undefined.
How can I solve this problem I went ahead and opende the 123.pro and compiled, then went back to my ABC.pro and it went well. How can I avoid the manually compiling 123 (or other procedures needed by ABC.pro) on the fly
Thanks!
|
|
|
|
0 |
1208 |
03 Feb 2008 01:35 PM |