X
Search this forum:
Search
You are not authorized to create a new topic
Page 85 of 126 << < 8384858687 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1114 Views MAP_SET  1114  0 Started by  Deleted User Hello, guys. Simple question. Is it possible to draw the counties line just using MAP_SET I can't find an appropriate keyword. /continents and /USA and /coasts draw only states boundaries. I actually need the counties of COLORADO. Thanks, Irina.
0 1114
21 Jul 2008 11:27 AM
0 Replies and 1055 Views map_set  1055  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 1055
21 Jul 2008 11:27 AM
1 Replies and 1316 Views MAP_SET  1316  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 1316
21 Jul 2008 11:27 AM
2 Replies and 1209 Views i need licence information  1209  2 Started by  Deleted User how i can obtain licence information for IDL
2 1209
20 Jul 2008 09:44 PM
0 Replies and 1125 Views About IDL Savefile Restore!!  1125  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 1125
19 Jul 2008 08:43 PM
0 Replies and 1358 Views defining dimensions of a selected region  1358  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 1358
17 Jul 2008 09:39 AM
1 Replies and 1328 Views Firefox 3, XULRunner and IDL Help issue?  1328  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 1328
14 Jul 2008 10:48 AM
1 Replies and 1250 Views R_fid error returning an array instead of a scalar variable  1250  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 1250
10 Jul 2008 09:59 AM
0 Replies and 1117 Views application failed to start because the application configuration is incorrect  1117  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 1117
10 Jul 2008 08:29 AM
1 Replies and 1354 Views IDL-Java bridge problem  1354  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 1354
10 Jul 2008 07:36 AM
1 Replies and 1650 Views Difference between IDL open and ENVI_open_data_file  1650  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 1650
09 Jul 2008 09:47 PM
0 Replies and 1159 Views Error catching for ONLINE_HELP?  1159  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 1159
09 Jul 2008 10:22 AM
1 Replies and 1358 Views Problem with unreadable characters in IDL  1358  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 1358
09 Jul 2008 09:51 AM
1 Replies and 1187 Views Buffered Postscript Output  1187  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 1187
08 Jul 2008 02:15 PM
1 Replies and 1431 Views neural network  1431  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 1431
08 Jul 2008 06:49 AM
0 Replies and 1452 Views Error using LABEL_REGION with ULONG  1452  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 1452
08 Jul 2008 04:02 AM
1 Replies and 1985 Views spectral resampling  1985  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 1985
07 Jul 2008 08:22 AM
1 Replies and 1612 Views IDL runtime error  1612  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 1612
03 Jul 2008 04:11 AM
0 Replies and 1753 Views Two new IDL 7.0 updates are now available  1753  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 1753
02 Jul 2008 10:31 AM
0 Replies and 1385 Views Mysterious runtime error iErr=-999 from the JIDLPAL  1385  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 1385
26 Jun 2008 02:31 PM
You are not authorized to create a new topic
Page 85 of 126 << < 8384858687 > >>