Contour overlay164 (9/12/2003 1:46:32 PM) Hello guys ! Let me describe a problem. I have an image and I need to overlay the image's contour. Here is an example of what I'm doing : ------ pro test image=LoadData(12) window, 0, xsize=500, ysize=500 TVIM... adelante(12)
function dependency report generator233 (9/11/2003 3:36:52 PM) Hi All, Before I go off and write a tool to determine which functions are used by my programs, I thought I'd check with the community first. The idea is that when you download some library, it'd be nice to "c... howard.taylor(1)
multiple 2d_plots in one system (itools)426 (9/10/2003 1:29:17 PM) Hello, I am trying to plot multiple size distributions of an aerosol in one plot. What I have tried so far: the plot structure of the J�lihc group, but it is limited to 25 datasets, in my case there can be 100... olaf.stetzer(15)
problem string from double missing digits444 (9/11/2003 12:45:22 PM) Hi all, did someone know what here is going on. IDL> d = 98046763.617D IDL> s = string(d) IDL> PRINT,s 98046764. IDL> HELP,s S STRING = ' 98046764.' Where are the digits ???? ... R.Bauer(604)
IDL projection transformation084 (9/11/2003 12:15:17 PM) Dear all, Has anybody implement projection transformation routines in IDL to reproject er mapper raster data (lat/long wgs84) to swiss projection (oblique/bessel)? Is there a way to reproject (+resampling) thi... foppa(1)
cursor_image and byteorder233 (9/9/2003 11:28:53 PM) I recently upgraded my linux box and IDL distribution from a PII w/ RH 6.something and IDL 5.4 to a P4 w/ RH 7.3 and IDL 5.6. I have a routine that changes the cursor shape, and worked fine under my old setup.... cbender(3)
A Colored Grid Problem043 (9/10/2003 10:28:11 AM) Hi IDL Experts, I have a regularly gridded sphere object which I color with the vert_color keyword. The result of this is a sphere, half of which is colored and the other half is black as desired. Then I take a... grl(3)
how does it evaluate: y * w # A where:643 (9/8/2003 2:01:13 PM) Hi, Please help me to understand as to how it is being evaluated and what do I get from this entire operation: x= y * w # A where: y= an array of 'n' elements w= an array of 'n' elements A= a matrix of 'n' ... iqbal_hassan(6)
Fluent data into IDL051 (9/10/2003 5:50:17 AM) Hi, I'm looking for a way to import data (by reading a Fluent .dat file) from the CFD program Fluent into IDL. I would lik to make some post calculations an the Fluent data and to use the more flexible visualiz... fstolpe(1)
Syntaxis highlighting in IDL 6.0884 (9/8/2003 12:55:49 PM) Dear all, Do you know whether there is a syntaxis highlighting in IDL 6.0 for Linux ? In IDL for Windows there is an excellent IDE, but under Linux it's terrible !!! Or could you point me out an IDE for Linux... adelante(12)