|
|
|
|
|
1 Replies and 1322 Views
Plotting blocked dataset 1322 1
Started by Deleted User
I'm a complete novice to IDL, and would appreciate someone's input how to create a plot using the dataset that I'm dealing with. I have a dataset which looks the posting below. Each block of data contains 20 lines (as indicated in field3), and there are about 5000 blocks. I'm interested in plotting Field2 vs Field5 for each Field3 value. I just don't know how to read my ascii file into IDL array when trying to skip 20 lines for each block. Any help will be greatly appreciate it. Thank you.
...
|
|
|
|
1 |
1322 |
24 May 2008 11:35 AM |
|
1 Replies and 2059 Views
attempt to call undefined procedure/function: 'MAP_PROJ_INIT'. 2059 1
Started by Deleted User
I use 'MAP_PROJ_INIT' function in my program. it compile sucessed. but when I save it to 'sav' file and call the sav file in comand line, it failed to run and give the error message a follow:
attempt to call undefined procedure/function: 'MAP_PROJ_INIT'....
how can I deal with it
|
|
|
|
1 |
2059 |
22 May 2008 06:16 AM |
|
1 Replies and 1338 Views
keep images like .jpeg 1338 1
Started by Deleted User
Hello to all,
I have a problem when using idl (version 6.0) when I keep graphic or images like .jpeg keeps in gray scale. What I make to keep the images with the color that is seen in screen Thanks for the aid.
Tavo
|
|
|
|
1 |
1338 |
20 May 2008 09:35 AM |
|
1 Replies and 1358 Views
java to IDL: abstract, interface classes 1358 1
Started by Deleted User
While calling objects from java into IDL, can classes which have been declared abstract or those which are an interface class be called. When i try, this gives me an error saying java.lang.Instantiation exception.
|
|
|
|
1 |
1358 |
19 May 2008 05:40 PM |
|
0 Replies and 858 Views
VM does not recognise JAFROC .sav file 858 0
Started by Deleted User
Has anyone tried to run JAFROC stats program on IDL VM I keep getting error message
'file not found or not a valid file....'
Could this be because the JAFROC Analysis.sav file was written for an older version of IDL
Any ideas
Emma
|
|
|
|
0 |
858 |
14 May 2008 01:23 PM |
|
1 Replies and 1184 Views
Working Directory 1184 1
Started by Deleted User
I have just upgraded to IDL 7.0. I am working on Windows XP Pro. In previous versions, if I clicked on a .pro file in a directory, IDL would fire up and it would make the directory in which the .pro
file was located the working directory. This no longer seems to function this way., In IDL 7.0,
when I click on a .pro file, the working directory is some fixed, directory located elsewhere. Ive looked through the documentation, but can seem to find a setting that will set the working directory to...
|
|
|
|
1 |
1184 |
14 May 2008 03:03 AM |
|
1 Replies and 1141 Views
Plot data points 1141 1
Started by Deleted User
hi everybody!
I would like to plot an array (data(2,npoints)) of xy points using an object graphics...
I am able to display points using idlgrpolyline and idlgrsymbol setting linestyle = 6 (To not print the line) but i don't like this way because i don't display points but rather vertices....
So, iwould to know which object graphics you use when you want to display a batch of XY points...
Thanks for you answer
|
|
|
|
1 |
1141 |
13 May 2008 04:12 PM |
|
1 Replies and 1267 Views
Accessing Windows Registry Keys 1267 1
Started by Deleted User
Hi,
Is there a way to read or write windows registry keys within IDL procedures
Thanks,
|
|
|
|
1 |
1267 |
12 May 2008 06:29 AM |
|
0 Replies and 1322 Views
variance kernel 1322 0
Started by Deleted User
I'm looking for a variance kernel that excludes background 0's when calculating the variance for edge pixels of a non-rectangular image.
Or an ENVI program, or Matlab, or S-Plus, or C, ....
|
|
|
|
0 |
1322 |
09 May 2008 08:28 AM |
|
0 Replies and 1249 Views
My program stalls when I dont use breackpoints in IDL 1249 0
Started by Deleted User
I've done a function that estimates a mixture of gammas to fit some data that I have.
This function is executed several time inside a cycle.
If I run IDL with breakpoint (one for each cycle) it works but if I run it without breakpoints the program stalls (stop responding). I left it running during one day (much more time than it should need to execute) and my program didnt finished.
I know that this is a bit strange.. but anyone got the same problem
Best regards,
|
|
|
|
0 |
1249 |
09 May 2008 07:23 AM |
|
1 |
1323 |
05 May 2008 07:05 AM |
|
1 Replies and 1091 Views
IDL GRIB File Reader 1091 1
Started by Deleted User
Hello,
I have just installed the IDL GRIB File Reader written by Andy Pursch
on Fedora 8 Linux, IDL version 6.2
I have placed the IDL_GRIB.DLM and IDL_GRIB.So files in the
/usr/local/rsi/idl_6.2se/bin/bin.linux.x86 directory and the 5 *.pro files
in the /usr/local/rsi/idl_6.2se/lib directory, have adapted the rights to
all users and have implement both paths into my IDL-file with
!PATH='/usr/local/rsi/idl_6.2se/lib'
!PATH='/usr/local/rsi/idl_6.2se/bin/bin.linux.x86'
However,...
|
|
|
|
1 |
1091 |
03 May 2008 07:39 PM |
|
0 Replies and 1034 Views
IDL GRIB File Reader 1034 0
Started by Deleted User
Hello,
I have just installed the IDL GRIB File Reader written by Andy Pursch
on Fedora 8 Linux, IDL version 6.2
I have placed the IDL_GRIB.DLM and IDL_GRIB.So files in the
/usr/local/rsi/idl_6.2se/bin/bin.linux.x86 directory and the 5 *.pro files
in the /usr/local/rsi/idl_6.2se/lib directory, have adapted the rights to
all users and have implement both paths into my IDL-file with
!PATH='/usr/local/rsi/idl_6.2se/lib'
!PATH='/usr/local/rsi/idl_6.2se/bin/bin.linux.x86'
However,...
|
|
|
|
0 |
1034 |
03 May 2008 07:39 PM |
|
1 Replies and 1511 Views
Looking for Implementaiton of Fully Contrained Spectral Linear Unmixing 1511 1
Started by Deleted User
Does anyone have ENVI/IDL code that performs fully constrained (sum to 1 and abundances between 0 and 1) spectral linear unmixing The unmix_doit procedure in ENVI only incudes a sum to 1 constraint (whereas abundance values can be both negative and well above 1).
Cheers,
Luk Arbuckle
|
|
|
|
1 |
1511 |
03 May 2008 06:57 AM |
|
1 Replies and 1728 Views
I cannot run my application IDL Virtual Machine... 1728 1
Started by Deleted User
I have created a SAVE file (my_app.sav) containing several PRO files compiles that compose my application. My call the procedure 'my_app' to run this application inside IDL.
When I run the SAVE file from IDL, entering the following at the command prompt:
------------------------------------------------
RESTORE, 'C:\dir\my_app.sav'
my_app
------------------------------------------------
It works very well like this.
Since I use several function from ENVI, in the begining of my progra...
|
|
|
|
1 |
1728 |
30 Apr 2008 03:17 PM |
|
2 Replies and 1561 Views
Having some trouble with the Resolve_All procedure... 1561 2
Started by Deleted User
I was following the step by step instructions for making a save file and I got the following error when I tried to call the Resolve_All procedure to compile all dependent procedures in the code.
---------------------------------------------------------------------------------------
Resolve_All, /continue_on_error, /skip_routines='envi'
^
Syntax error.
---------------------------------------------------------------------------------------
...
|
|
|
|
2 |
1561 |
30 Apr 2008 02:03 AM |
|
1 Replies and 918 Views
capturing error messages while in IDL execution mode 918 1
Started by Deleted User
Hello,
Is it possible to capture an execution error (lets say IDL encounters a typo or something like that) and send it to a GUI Currently if IDL encounters something it automatically displays some error message on one of the lower windows in the IDL development environmen. I would like to capture that same message and send it to a GUI or a message_dialog box. I looked at the 'on_error' function but did not find what I am looking for.
Thanks!
|
|
|
|
1 |
918 |
25 Apr 2008 10:32 AM |
|
2 Replies and 1117 Views
Error message in IDL while interfacing dcm4che 1117 2
Started by Deleted User
Hi,
I was trying to interface dcm4che2 to IDL to make a Dicomdir. The dcm4che has a dicomdir java file in the path org.dcm4che2.tool.dcmdir . I was able to pass a file as an object in the dicomdir java file. But, when i try calling a method from the java file which reads
public int addFile( f ){
....
I get an error of NoClassFoundDefError ( this is after i did the exception handling code of IDL to show me the error)
If anyone could guide me as to how I should progress from here or if...
|
|
|
|
2 |
1117 |
24 Apr 2008 03:02 PM |
|
2 Replies and 1010 Views
Java to IDL mapping: constructor class :: class(signature) not found 1010 2
Started by Deleted User
Hi,
When i try calling objects from java into IDL, i get this error. If my java class has arguments, how should I pass it into IDL such that I dont get this error.
Like if i have
import java.util.date
public class DateRange{
private final Date start
private final Date end
public DateRange( Date Start, Date end){
this.start = start;
this.end = end;
}
....and so on...
if i call from IDL how should my syntax be:
oJDate = OBJ_NEW('IDLjavaObject$DATERANGE, 'DateRange', (how ...
|
|
|
|
2 |
1010 |
24 Apr 2008 02:58 PM |
|
1 Replies and 1032 Views
Interfacing Java and IDL 1032 1
Started by Deleted User
Hi friends,
I was trying to call objects from Java into IDL. I succeeded in some aspects. But, when the classes have arguments with them, how should I call these objects.
For eg;
if my class is public class Bicycle{
public Bicycle( int gear, int speed)
....
how should my object in IDL be...
I tried many different things...but they do not work...
Please reply. I would greatly appreciate your help
Thank ...
|
|
|
|
1 |
1032 |
23 Apr 2008 11:54 AM |