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 1789 Views IDL implements the 3D reconstruction algorithms  1789  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 1789
17 May 2005 09:52 PM
0 Replies and 1948 Views Missing Macros Fixed  1948  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 1948
17 May 2005 06:38 AM
0 Replies and 1725 Views IDL 6.2 BETA  1725  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 1725
17 May 2005 06:35 AM
0 Replies and 1661 Views Blob with IDL DataMinner  1661  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 1661
17 May 2005 03:45 AM
0 Replies and 1780 Views shell environment for spawned commands  1780  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 1780
16 May 2005 09:45 AM
0 Replies and 1694 Views Complex Sparse Matrix ?  1694  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 1694
16 May 2005 07:12 AM
1 Replies and 1963 Views XML writer  1963  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 1963
13 May 2005 02:37 PM
1 Replies and 1980 Views Matrix and scalar in logic condition?  1980  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 1980
12 May 2005 03:41 AM
0 Replies and 1946 Views Adjusting a polinomial function to some specific data.  1946  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 1946
09 May 2005 04:08 AM
1 Replies and 1775 Views FITS files  1775  1 Started by  Deleted User How do I read FITS files into iTools
1 1775
08 May 2005 05:08 AM
1 Replies and 1805 Views Complex Array  1805  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 1805
04 May 2005 07:29 PM
0 Replies and 1895 Views Multigrid operation?  1895  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 1895
04 May 2005 02:30 PM
0 Replies and 2085 Views Use of TV function - IDL Virtual Machine  2085  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 2085
04 May 2005 02:27 PM
0 Replies and 1765 Views Histogram Error in Itools!!  1765  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 1765
22 Apr 2005 05:53 PM
0 Replies and 2170 Views Snake like edge detection  2170  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 2170
19 Apr 2005 11:11 AM
0 Replies and 1799 Views DEM in orthorectification  1799  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 1799
13 Apr 2005 05:27 AM
1 Replies and 1637 Views why fix((0.9-0.1)/0.1) equals to 7 ,not 8?  1637  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 1637
04 Apr 2005 06:26 PM
1 Replies and 1609 Views classification multitemporelle  1609  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 1609
04 Apr 2005 06:47 AM
0 Replies and 3443 Views HDF_SD_START: Unable to start the HDF-SD interface.  3443  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 3443
30 Mar 2005 12:43 PM
1 Replies and 1831 Views data plots  1831  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 1831
28 Mar 2005 09:23 AM
You are not authorized to create a new topic
Page 116 of 126 << < 114115116117118 > >>