|
|
|
|
|
0 Replies and 901 Views
map_set 901 0
Started by Deleted User
When I run this code, the right dotted line disappears just by changing the position slightly. How do I make the right dotted line appear all the time without a border
set_plot, 'ps'
device,/times,xoff=.25,yoff=1.5,xsize=8,ysize=8, $
/inches, /portrait
map_set, 0, 0, 0, /mercator, /noborder, position=&910,.5,.5,.97&93
map_grid, latdel=10
map_set, 0, 0, 0, /mercator, /noborder, position=&910,.5,.499,.97&93
map_grid, latdel=10
device, /close
end
|
|
|
|
0 |
901 |
21 Jul 2008 11:27 AM |
|
1 Replies and 1117 Views
MAP_SET 1117 1
Started by Deleted User
Hello,
this question is perhqps out of the scope of seadas, but i dont know who else to ask
i have some images created from Oceancolor L2 files, that are not projected but a specific grid is declared with:
latmin, latmax,lonmin,lonmax and latitudestep, longitudestep.
so to get the number of column and rows, the following formula is applied:
nb_col=fix(((lonmax-lonmin)/longitude)1)
nb_row=fix(((latmax-latmin)/latitudestep)1)
My question is how to declare this type of 'projection...
|
|
|
|
1 |
1117 |
21 Jul 2008 11:27 AM |
|
2 |
1064 |
20 Jul 2008 09:44 PM |
|
0 Replies and 1007 Views
About IDL Savefile Restore!! 1007 0
Started by Deleted User
How to restore functions and procedures in a savefile, and how to know the parameters or keywords of the functions exactly
|
|
|
|
0 |
1007 |
19 Jul 2008 08:43 PM |
|
0 Replies and 1108 Views
defining dimensions of a selected region 1108 0
Started by Deleted User
Is there a way to define the dimensions of a region on a surface rather than selecting a square region visually I'd like the regions I select to all be uniform in size.
Thank you!
-Jen Green
|
|
|
|
0 |
1108 |
17 Jul 2008 09:39 AM |
|
1 Replies and 1155 Views
Firefox 3, XULRunner and IDL Help issue? 1155 1
Started by Deleted User
Greetings,
We have had IDL running well on our CentOS Linux machines until recently. We updated the Firefox on a couple of the machines and discovered that IDLDE and IDL help were crashing with the error message as displayed at the end of the post. There appears to be some incompatibility with the new Firefox's XULrunner. Is there an easy fix for this
Thank you very much.
------------------------IDLHelp error message--------------
VM terminated. Exit code=1
/usr/local/itt/idl70/id...
|
|
|
|
1 |
1155 |
14 Jul 2008 10:48 AM |
|
1 Replies and 1135 Views
R_fid error returning an array instead of a scalar variable 1135 1
Started by Deleted User
The ENVI_OPEN_FILE function is returning a one-dimensional array to the R_fid variable that increases by one element everytime I break the process part-way through. Is there some way of resetting the fid values after an aborted cycle without having to exit out of IDL
|
|
|
|
1 |
1135 |
10 Jul 2008 09:59 AM |
|
0 Replies and 1005 Views
application failed to start because the application configuration is incorrect 1005 0
Started by Deleted User
Hello,
starting idlrt.exe in the bin.x86 subdirectory I get the error message:
application failed to start because the application configuration is incorrect....
Idl64 is installed on a 64-bit machine with a 32-bit Windows XP system.
Is there a workaround
Thanks!!
|
|
|
|
0 |
1005 |
10 Jul 2008 08:29 AM |
|
1 Replies and 1192 Views
IDL-Java bridge problem 1192 1
Started by Deleted User
Whenever I changed the code in my Java class, IDL workbench seemed to remember the last .class file but not the newly built one. This forced me to exit the IDL workbench and restarted again each time I changed and rebuilt my Java class. Can they do better than this
|
|
|
|
1 |
1192 |
10 Jul 2008 07:36 AM |
|
1 Replies and 1370 Views
Difference between IDL open and ENVI_open_data_file 1370 1
Started by Deleted User
Hi,
I have an IDL script wherein i have used some ENVI routines to open and close files. I want to understand better how IDL and ENVI treat opening and closing of files.
in IDL : I open a file, read it into a variable, and close the LUN.
using ENVI routines, i used envi_open_file, envi_file_query, envi_get_data.
It seems like i would have to use ENVI_file_mng to close the opened files. I am getting some memory allocation errors.
So, i was wondering if the opening and closing of I...
|
|
|
|
1 |
1370 |
09 Jul 2008 09:47 PM |
|
0 Replies and 1001 Views
Error catching for ONLINE_HELP? 1001 0
Started by Deleted User
ONLINE_HELP, BOOK='*.pdf' works fine for my team. However, a person testing under Windows NT reported a crash problem. I tried to put some CATCH errors around the online_help call and tried to call with an invalid file name. Turns out that nothing gets reported back. Also, when at the IDLDE command line and calling online_help with a wrong .pdf file name nothing happens; no error gets reported back at all, and the pdf viewer does not show.
Is it possible to catch for these online_help errors...
|
|
|
|
0 |
1001 |
09 Jul 2008 10:22 AM |
|
1 Replies and 1165 Views
Problem with unreadable characters in IDL 1165 1
Started by Deleted User
Hi, I've just installed IDL 7.0/ENVI 4.5 on my new OpenSuSE 11.0 machine and I'm having a bit of a problem.
I'm trying to run the license wizard and I can't read any of the text on the screen, it all appears as a series of squares. I'm guessing it's using the wrong font, but can anyone tell me how I fix this
Cheers!
Here's a screenshot of the problem:
http://i36.photobucket.com/albums/e12/simonpro/Screenshot.png
|
|
|
|
1 |
1165 |
09 Jul 2008 09:51 AM |
|
1 Replies and 1018 Views
Buffered Postscript Output 1018 1
Started by Deleted User
Im using idl v6.2 on Win Xp. I frequently need to produce PostScript graphics. The problem i am having is that IDL seems to be buffering many of the Postscript output commands, and so doesn't finish writing these commands to the device before the program ends. The result of this is that unless i close IDL, the Postscript output will remain 'unfinished'. Sometimes its is just that it doesn't finish writing a word (like an axis title). I have tried using the EMPTY command, but this doesn't solve t...
|
|
|
|
1 |
1018 |
08 Jul 2008 02:15 PM |
|
1 Replies and 1312 Views
neural network 1312 1
Started by Deleted User
Hi All
does anyone know some algorithms for neural network..or know how to do segmentation using neural network...
|
|
|
|
1 |
1312 |
08 Jul 2008 06:49 AM |
|
0 Replies and 1314 Views
Error using LABEL_REGION with ULONG 1314 0
Started by Deleted User
Hello,
sometimes I receive an error because of the LABEL_REGION procedure saying that I should replace UINT for ULONG because I have too many regions.
The thing is that I am already using LABEL_REGION with ULONG and the number of regions are not bigger than the ULONG or even UINT size.
Any suggestions
Paulo Resende
|
|
|
|
0 |
1314 |
08 Jul 2008 04:02 AM |
|
1 Replies and 1752 Views
spectral resampling 1752 1
Started by Deleted User
Dear List,
I want to spectrally resampled Hymap image to Aster image. I know I need for the resampling band pass filter of the instrument I am trying to resize. I had Aster.sli from filt_func directory.
I have problem with spectral resampling. How can I convolve the HyMap data with the ASTER bandpass functions
Filiz
|
|
|
|
1 |
1752 |
07 Jul 2008 08:22 AM |
|
1 Replies and 1485 Views
IDL runtime error 1485 1
Started by Deleted User
When I ran my IDL program in the workbench, I got this mysterious execution error:
Attempt to call undefined procedure/function: 'PATH_SEP'.
Path_sep is a function in the IDL runtime library. I don't understand why it's so messed up. The 'retall' command didn't seem to bring any relief. I reinstalled the IDL workbench, but the problem persisted.
|
|
|
|
1 |
1485 |
03 Jul 2008 04:11 AM |
|
0 Replies and 1512 Views
Two new IDL 7.0 updates are now available 1512 0
Started by Deleted User
Two new updates to IDL 7.0 are now available: * Scientific Data Formats update * IDL Workbench update Scientific Data Formats Update The Scientific Data Formats update to IDL 7.0 includes support for The following file formats: * CDF 3.2 * HDF 5 1.6.7 * HDF 4 2r3 Click on the link below to download the IDL 7.0.3 Scientific Data Formats update and view installation instructions. IDL Workbench Update The update to the IDL 7.0 Workbench is available on the ITT ...
|
|
|
|
0 |
1512 |
02 Jul 2008 10:31 AM |
|
0 Replies and 1220 Views
Mysterious runtime error iErr=-999 from the JIDLPAL 1220 0
Started by Deleted User
I am new to Java-IDL bridge. I created a Java export bridge for my custom IDL class. This class has an INIT method that takes in a string argument designating a file name. However, when I tried to create IDL bridge object from within my Java client bridge code, I got the exception complaining about invalid arguments:
C:\foo>java -cp .;build;\Progra~1\ITT\IDL70\resource\bridges\export\java\javaidlb.jar -DIDL_LOAD_DEBUG IdlBridge
Java location : C:\Program Files\Java\jdk1.6.0_01\jre\bin (se...
|
|
|
|
0 |
1220 |
26 Jun 2008 02:31 PM |
|
0 Replies and 1262 Views
What may cause IDL 7.0 lost response? 1262 0
Started by Deleted User
Hi all. I just switched to IDL 7 and this problem has bothered me a lot.The problem is, when I edit files in my project, IDL 7 frequently losts response and I have to kill it manually and restart it. This problem happens more if I don't exit the main interface of my program. Has anyone met similar problem like me
|
|
|
|
0 |
1262 |
26 Jun 2008 10:08 AM |