X
Search this forum:
Search
You are not authorized to create a new topic
Page 70 of 126 << < 6869707172 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1292 Views loadct, color table list formatting  1292  0 Started by  Deleted User This is more of a bug report than help request.&160; I have created my own custom file containing all of my colortables.&160; I've sorted them in such a way that some tables occupy indices greater than 99.&160; However, when listing the contents of the color table file, the formatting of the list does not allow for 3 digit color table indices.&160;&160; For example, the output of the command, "loadct, file='~/idl/personal.tbl'": 25-&160;&160;&160;&160;&160;&160;&160;&160;...
0 1292
13 May 2010 08:28 AM
0 Replies and 1202 Views [need help] ENVI_GET_ROI_DATA crashed  1202  0 Started by  Deleted User &160; Hi, I used ENVI_GET_ROI_DATA to extract data associated with ROIs and calculate statistics of the data. The function worked fine with some ROIs but got crash, sometime,&160;and return the error message as: " Out of range subscript encountered: ADDR. Execution halted at: ENVI_ROI_GET_ADDR ENVI_GET_ROI_DATA &160; Those ROIs are stored as polygon type and some of them have very narrow shape. Thank you for any suggestion to fix the problem. V. "
0 1202
12 May 2010 04:37 PM
1 Replies and 1343 Views Create a sky map  1343  1 Started by  Deleted User Hi all, I would like your help. I need to create a sky map using the&160;positions the some sources. I have a file with three columns, two columns with equatorial coordinates of the sources and the third column has a source flux. So, I have to plot in a plane (x,y) each of the sources, in the X-axes I put the right ascencion and the Y-axes the declination and the flux value&160;I must to plot &160;as a point on the plane using a color scale such that for flux low values correspond to dark c...
1 1343
05 May 2010 04:59 PM
0 Replies and 1518 Views call_external and C dll  1518  0 Started by  Deleted User Hi, I have been trying to call external routines written in C with IDL using call_external. To do so, I created a DLL with visual studio then tried to call the functions in my library using IDL. Is it possible to do it this way So far,&160;I ve got no success. Thanks Miguel
0 1518
04 May 2010 02:30 AM
2 Replies and 1827 Views values from IDL functions and Excel different  1827  2 Started by  Deleted User Hello, I used these functions in IDL and Excel and got different values! What is wrong * different 'r' Excel: correl IDL: r_correlate * different 'A' and 'B' for y=ABx Excel: add trendline --> show equation IDL: linfit Thank you in advance
2 1827
02 May 2010 01:39 AM
0 Replies and 1912 Views IDL support for OpenEXR format (.exr) files?  1912  0 Started by  Deleted User Can IDL&160;be used to read and manipulate an OpenEXR format (.exr) file&160; OpenEXR is a high dynamic-range (HDR)&160;image format (http://www.openexr.com/index.html).&160; So far I've been unable to find any reference to using .exr files in IDL.&160; I will appreciate any guidance/suggestions.&160; Thanks.
0 1912
29 Apr 2010 11:50 AM
1 Replies and 1505 Views Generating API  1505  1 Started by  Deleted User Hello everybody, is there some tools (e.g. doxygen, epydoc)&160; that can be used to create automatically the API on an IDL project thank you very much Eric
1 1505
28 Apr 2010 02:36 AM
1 Replies and 1089 Views Getting list of internal procedures automatically  1089  1 Started by  Deleted User Hello everybody, finally all is said in the title ! Is there a command in IDL that returns the list of the internal procedures available in IDL thank you very much Eric Pellegrini &160;
1 1089
26 Apr 2010 04:33 AM
1 Replies and 1390 Views how to export to ascii or binary floating point  1390  1 Started by  Deleted User Hi, I'm working with satellite data in hdf format which I'd like to bring into GIS. I've read my hdf file into IDL but can't figure out how to convert/export it to something GIS can read. I'm pretty sure I can handle an ascii file in GIS, but can't figure out how to get my data to ascii. I'm a total newbie with IDL, so any help to get me over this hump would be much appreciated. PS- I just checked my GIS and looks like a binary floating point data file will work also. Thanks! Pam &160;
1 1390
23 Apr 2010 04:47 PM
1 Replies and 1402 Views setting icontour z range?  1402  1 Started by  Deleted User Hello, I'm using icontour to plot some transmittance data through different pieces of glass.&160; I'm using filled contours, and I've been able to get the data to plot correctly.&160; I've got one plot for each glass type, and all of the plots are the same size.&160; In order to make comparison easier, I'd like to make the 'z range' or colour scale the same for all plots.&160; I've spent a lot of time trying to make this work without any luck, so I'm posting here in the hope that someone mi...
1 1402
21 Apr 2010 11:16 PM
1 Replies and 1375 Views Get list of procedures  1375  1 Started by  Deleted User Hello everybody, I am using IDL 7.1 workbench and I was wondering if there was a possibility to get as output a list of the procedures/functions my project is made of. thank you very much Eric &160; &160;
1 1375
21 Apr 2010 09:51 AM
1 Replies and 1035 Views 2D data file  1035  1 Started by  Deleted User I am trying to save it as a 2D data file (200by 600). my array length ; x in row = 600 and Y = 200.&160; In order to import this text file, I need to save it as a running data points , like&160; (y1,x1) (y1,x2).....................(y1, x600) , (y2,x1) (y2,x2)..............(y2,x600).........................................(yn,xn)&160; or&160; just one column of the x, y&160; coordinates.. not sure how to save in these two formats. Any help is appreciated. Thanks
1 1035
21 Apr 2010 04:43 AM
3 Replies and 1625 Views Calculate NDVI time series analysis  1625  3 Started by  Deleted User Dear all, I am interested to calculate global max value using multiple NDVI maps to generate one single annual NDVI map. Could some help me to get the procedure / code for its use. I would be grateful if somebody could help me. Giriraj
3 1625
21 Apr 2010 04:36 AM
0 Replies and 1346 Views Memory Trouble shown by Task Manager  1346  0 Started by  Deleted User Good Afternoon I have some inexplicables troubles about the memory IDL use for my application. I have an application which load an display 4 images with the following dimensions, 7000x5000, the theorical memory uses is supposed to take 3 RGB Band X 4 images X 7000 X 5000 = 420 Mbytes. When i run my apllication on 64 bits vista, the task managers indicates exactly 420 Mbytes memory for the idl application that make sense. But when i run exactly the same application on a 32 bits XP, i get 840 Mby...
0 1346
20 Apr 2010 11:20 AM
0 Replies and 1033 Views I need help. Problem with Silcat 1.09 and IDL VM  1033  0 Started by  Deleted User The problem occurs when I run SILCAST silcast109a.sav to 1.6 with the IDL Virtual Machine 7.1. I get an error: SPAWN: Unable to capture child proccesses output. Thanks.
0 1033
20 Apr 2010 05:35 AM
1 Replies and 1112 Views Help on problems when calling two or more optimization functions  1112  1 Started by  Deleted User It seems that we would have trouble when using two or more optimization functions at the same time. Suppose we call IMSL_CONSTRAINED_NLP with an objective function func_obj and a gradient function func_grad. In the function func_grad, we call IMSL_FMINV with an objective function func_obj2 and a gradient function func_grad2 to evulate the gradient. We would have the following error information: Attempt to call undefined procedure/function: 'func_grad2'. If we remove func_grad2 from IMSL_FMINV...
1 1112
16 Apr 2010 10:38 AM
5 Replies and 1238 Views IDL 7.1.1 crash when save file pro in another workbench  1238  5 Started by  Deleted User Hello Everyone I just switched my operating system by UBUNTU 64-bit .... all good until I had to save a file (*.pro) in workbench , and my console gives the following bugs.... ---------------------------------------------------------------------------------------------------------- /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so /usr/lib/gio/modules/libgiogconf.so: wrong ELF class:...
5 1238
13 Apr 2010 03:03 PM
1 Replies and 967 Views 'Save' function not working correctly?  967  1 Started by  Deleted User The Size function doesn't seem to be working like I think it should.&160; Here are some command line things I've tried.&160;&160; According to the help file when the first element of the vector is zero, the argument of Size is a scalar or undefined.&160; In the cases below and in my program's call to this function, the argument is a string.&160; This is important because it bombs my program.&160; Previously, calls to this function worked.&160; I don't know what happened Here is w...
1 967
12 Apr 2010 01:31 PM
2 Replies and 1175 Views idl 7 online help crashes  1175  2 Started by  Deleted User This is the error: IDL> An unexpected error has been detected by HotSpot Virtual Machine: &160; SIGSEGV (0xb) at pc=0x030abb31, pid=29091, tid=3078567616 Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode) Problematic frame: C&160; &91libxul.so0x892b31&93 This is the configuration: Linux version 2.6.27.41-170.2.117.fc10.i686 (mockbuildx86-1.fedora.phx.redhat.com) (gcc version 4.3.2 &160;20081105 (Red Hat 4.3.2-7) (GCC) ) 1 SMP Th...
2 1175
12 Apr 2010 12:47 PM
0 Replies and 1514 Views how to convert matlab files to IDL environament  1514  0 Started by  Deleted User how to convet M files to .pro x=double(imread('G:\proj\Dat\ma60\de.tif')); x(x==0)=NaN; p=101.3*((293-0.0065*x)/293).^5.26; psyc=(0.665e-3)*p; &160;
0 1514
02 Apr 2010 11:53 PM
You are not authorized to create a new topic
Page 70 of 126 << < 6869707172 > >>