X
Search this forum:
Search
You are not authorized to create a new topic
Page 116 of 126 << < 114115116117118 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 2081 Views IDL implements the 3D reconstruction algorithms  2081  0 Started by  Deleted User Hello I'd like to how IDL carry out the 3D reconstruction algorithms (ray casting ,marching cubes etc) based on the medical image. Please give a help. Thank you! TIAN Yun tyun0619163.com
0 2081
17 May 2005 09:52 PM
0 Replies and 2238 Views Missing Macros Fixed  2238  0 Started by  Deleted User I have just installed the IDL 6.2 BETA software. So far, the missing macros I had trouble with on 6.1 are available and functioning. These are the standard macros for Print, Help, etc.
0 2238
17 May 2005 06:38 AM
0 Replies and 1993 Views IDL 6.2 BETA  1993  0 Started by  Deleted User The system found no threads for IDL 6.2 BETA when I clicked on the link for the BETA forum, so I crated this one. Did I do the right thing
0 1993
17 May 2005 06:35 AM
0 Replies and 1929 Views Blob with IDL DataMinner  1929  0 Started by  Deleted User I'm a french trainee, so escuze me in advance for my bad english :-) I have to store blob in an Oracle DataBase, I use IDL 6.1. I make a PL/SQL to do this and I tried to call it with the comand 'ExecuteSQL' but ...nothing!!! Please can you help me to find a solution!!!
0 1929
17 May 2005 03:45 AM
0 Replies and 2098 Views shell environment for spawned commands  2098  0 Started by  Deleted User I've written some IDL code that carries out some analysis interactively. What I'd like to do is then use that information as input to some compiled C code routines which I run via a 'spawn' command within IDL. The problem is that the routines require a set of environment variables to be set in order to run. I do that (outside of IDL) by source'ing a shell script. However, it seems that IDL doesn't retain those environment variables. Is there any way to make sure IDL retains those variables --...
0 2098
16 May 2005 09:45 AM
0 Replies and 1978 Views Complex Sparse Matrix ?  1978  0 Started by  Deleted User Can i create a complex sparse matrix using 'SPRSIN' function This function, in the oline help, was described : input argument : An n by n array of any type except string or complex. But the result (such as : ) >Result = SPRSIN(complex_array) Result.sa is NOT complex formation only the real part of input complex array with Result.aij is exact. Have any way to overcome this question THx, a lot.
0 1978
16 May 2005 07:12 AM
1 Replies and 2273 Views XML writer  2273  1 Started by  Deleted User We are looking for a way in IDL to write modified fields into an existing XML file - we are using existing read and parse functions to extract data from the file.
1 2273
13 May 2005 02:37 PM
1 Replies and 2227 Views Matrix and scalar in logic condition?  2227  1 Started by  Deleted User Hello everybody I have a source in C like follow: void acc(float *matt, int lenmatt) { ... int i; for (i = 0; i
1 2227
12 May 2005 03:41 AM
0 Replies and 2228 Views Adjusting a polinomial function to some specific data.  2228  0 Started by  Deleted User I would like to know if it´s possible for IDL to adjust a polinomial function to some specific data in order to obtain the best approximation possible If so, please advise the specific command or the best way to performe it. Best regards, Jorge Magalhães.
0 2228
09 May 2005 04:08 AM
1 Replies and 2124 Views FITS files  2124  1 Started by  Deleted User How do I read FITS files into iTools
1 2124
08 May 2005 05:08 AM
1 Replies and 2121 Views Complex Array  2121  1 Started by  Deleted User I have a complex array -2D u,v wind field with a sample below: (u,v) (u,v) (u,v) (u,v) etc... my procedure reads in the data but I cannot seem to get the array I need in order to contour the data. It gives me only one element returned. Any suggestions
1 2121
04 May 2005 07:29 PM
0 Replies and 2191 Views Multigrid operation?  2191  0 Started by  Deleted User Hi everyone! Is there any procedure in IDL support for Multigrid technique such as Restriction operation, Prolongation operarion (fine grid to coarse grid...) Thank you. Dinh
0 2191
04 May 2005 02:30 PM
0 Replies and 2384 Views Use of TV function - IDL Virtual Machine  2384  0 Started by  Deleted User Hi all, I'm getting a problem in displaying a map (INTARR) through TV function, after loading a color table (39) It works correctly when a call the function in a batch script, but in the VM the same call produce a black and white display (!!). Seems to be really related to the TV function, as other routines (like PLOT) handles colors correctly Thanks, Marco
0 2384
04 May 2005 02:27 PM
0 Replies and 2064 Views Histogram Error in Itools!!  2064  0 Started by  Deleted User pro testing num = 10000L test = randomu(seed,num) ab = 1. angle = -Asin(1.-2.*test)/ab check = 0L iplot, angle end This program simply makes random number between -1.5 Histogram Checking this histogram, you can see there are some amount of data <-1.5 and also are not data in the region 1.4xx< <1.5. That is, this histogram is shifted!!!! This kinds of error is shown in all itools!!
0 2064
22 Apr 2005 05:53 PM
0 Replies and 2478 Views Snake like edge detection  2478  0 Started by  Deleted User Hi, I have to create a automatic edge detection function (in an application using the GUI Builder) and I think using a snake-like method. But I don't know how to code this. Can you help me Thank you.
0 2478
19 Apr 2005 11:11 AM
0 Replies and 2104 Views DEM in orthorectification  2104  0 Started by  Deleted User Hi I am using ENVI 4.1 to orthorectify some aerial photos I have. The process seems to be working fine except that I have areas on black on the finished product. I think that this is a problem with the DEM I am using where there are areas of No-Data possibly, causing this omission of the photo. The DEM I am using is a geotiff which has been converted from an asc file. But I don’t think it is in the best format. (Or data was not converted properly) I have the original ASC file, ca...
0 2104
13 Apr 2005 05:27 AM
1 Replies and 1980 Views why fix((0.9-0.1)/0.1) equals to 7 ,not 8?  1980  1 Started by  Deleted User why fix((0.9-0.1)/0.1) equals to 7 ,not 8 and a=(0.9-0.1)/0.1 ,a is 8,correct~~ while fix((0.8-0.1)/0.1) also equals to 7 so strange~~
1 1980
04 Apr 2005 06:26 PM
1 Replies and 1887 Views classification multitemporelle  1887  1 Started by  Deleted User I can do a soil's classification with Spot images take at different date. Can you help me. Thanks
1 1887
04 Apr 2005 06:47 AM
0 Replies and 3828 Views HDF_SD_START: Unable to start the HDF-SD interface.  3828  0 Started by  Deleted User Good day, I am having problems reading HDF files. The files contain TRMM satellite data from the GSFC DAAC and were downloaded in July 2004. I could not find documentation on whether the files were HDF4 or HDF5 format. IDL version 6.1.1 OS: Linux (RedHat) Release: 2.6.10-1.12_FC2 I found reference to similar errors but no solution. Does anyone here know what may the cause of the error and a solution I know that HDF libraries are present but do not seem to be able to read the file...
0 3828
30 Mar 2005 12:43 PM
1 Replies and 2185 Views data plots  2185  1 Started by  Deleted User Hello, I am doing some data analysis that I want to represent in a contour plot. the data thatb I have are one file per day per year, each file contains five columns and 90 rows, the nnumber of rows can change. The contour will plot in the x axis the days, y axis the heights and the third variable is the tempertaure or humidity. Example; file: sound_010105 (ddmmyy) height press temp humi 1000 1070 28.2 20 1010 1075 27.2 15 1020 1080 -0.5 10 ...........................
1 2185
28 Mar 2005 09:23 AM
You are not authorized to create a new topic
Page 116 of 126 << < 114115116117118 > >>