X
Search this forum:
Search
You are not authorized to create a new topic
Page 113 of 126 << < 111112113114115 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 2193 Views Communication between two windows  2193  0 Started by  Deleted User I created two windows, both of which contains widgets. Is there a way for one window to use the information of the widgets in the other window Thank you.
0 2193
05 Oct 2005 04:36 PM
0 Replies and 1902 Views running idl in a perl script  1902  0 Started by  Deleted User I want to execute an idl program from within a perl script, but haven't been able to find any help for this on the web. Anyone else ever done this
0 1902
05 Oct 2005 07:53 AM
0 Replies and 2164 Views img = (img/(img  2164  0 Started by  Deleted User Dear all, I encountered a problem while running this code, img = (img/(img
0 2164
04 Oct 2005 10:48 AM
2 Replies and 2461 Views img = (img/(img  2461  2 Started by  Deleted User Dear all, I encountered a problem while running this code, img = (img/(img
2 2461
04 Oct 2005 10:48 AM
0 Replies and 1993 Views Is there a prompt way to export a graph generated by SURFACE?  1993  0 Started by  Deleted User Just can't find an easy way to do so. I would like to save the graph to a .gif, .jpg, or .tiff file. Thanks.
0 1993
03 Oct 2005 02:28 PM
0 Replies and 2165 Views shifting lines  2165  0 Started by  Deleted User I wrote the following little program to shift the lines of a single band image by correction factors organized in the file 'correction_factors.txt'. ;; Program to shift lines by specified values for image with one band pro shifter_single_band ;; Open file with vector which contains the values each line has to be shifted by. The values ;; digitizing openr, 1, 'C:\idl pro\test\RSI\correction_factors.txt' a = intarr(1,45) readf,1,a ;; Read in image image_file = 'C:\idl...
0 2165
29 Sep 2005 11:54 PM
0 Replies and 2332 Views Creating Map Projection Using Object Graphics  2332  0 Started by  Deleted User Looking for comments on the use of Object Graphics for Map projections. Is there an object type for maps, or should I use direct graphics only. I would like to turn this into a 3D projection with the map at the base and then be able to plot wind observations by height and lat/lon. I would be grateful for any ideas/suggestions.
0 2332
26 Sep 2005 11:50 AM
1 Replies and 2361 Views time series smoothing  2361  1 Started by  Deleted User Ia there any body who can share a fourier adjustment algorithm written in IDL for smoothing time series NDVI or weighted least square approach for phenological indicators
1 2361
22 Sep 2005 04:10 AM
0 Replies and 2149 Views array of array size  2149  0 Started by  Deleted User hy, I want create array of array (array of floating point image) Imagesize&910&93=1000 Imagesize&911&93=1000 I write tabimg=findgen(325,Imagesize&910&93,Imagesize&911&93) IDL print error message 'Unable to allocate memory: to make array' What should I do Thank for your help
0 2149
19 Sep 2005 11:02 AM
0 Replies and 2009 Views array of array size  2009  0 Started by  Deleted User hy, I want create array of array (array of floating point image) Imagesize&910&93=1000 Imagesize&911&93=1000 I write tabimg=findgen(325,Imagesize&910&93,Imagesize&911&93) IDL print error message 'Unable to allocate memory: to make array' What should I do Thank for your help Stéphane Lhomme
0 2009
19 Sep 2005 11:02 AM
0 Replies and 2053 Views online help not visible  2053  0 Started by  Deleted User I installed IDL the second time to another directory, then the online help is not visible. I mean, the main help window is still visible, but the links inside are not tractable, all is redirected to the older directory. Is there a switch or sth alike that will change the directory I did change the work directory and add some path variables in the 'preference', but that doesn't work. Thanks a lot.
0 2053
15 Sep 2005 03:07 PM
0 Replies and 2131 Views Gridding/transforming radar data  2131  0 Started by  Deleted User I am looking for suggestions on how to take a 2-d array that is fixed distance (2 km x 2 km) with a radar at the center of a 151x151 array and transforming the data to a fixed lat/lon array (say 0.25 deg or 0.5 degrees). I am pretty fluent in IDL but do not have much experience using the gridding functions. Thanks! David
0 2131
15 Sep 2005 06:05 AM
0 Replies and 1990 Views Gridding/transforming radar data  1990  0 Started by  Deleted User I am looking for suggestions on how to take a 2-d array that is fixed distance (2 km x 2 km) with a radar at the center of a 151x151 array and transforming the data to a fixed lat/lon array (say 0.25 deg or 0.5 degrees). I am pretty fluent in IDL but do not have much experience using the gridding functions. Thanks! David
0 1990
15 Sep 2005 06:05 AM
0 Replies and 2145 Views nice to meet you  2145  0 Started by  Deleted User i want to download some software.Thanks
0 2145
13 Sep 2005 06:47 AM
0 Replies and 2000 Views Widgets  2000  0 Started by  Deleted User Does anyone know how to display two widget windows that share the same top level base Thanks -Ricky
0 2000
08 Sep 2005 09:15 PM
0 Replies and 2066 Views Widgets  2066  0 Started by  Deleted User I have written a bulletin board base widget containing several CW_field widgets. I would like to be able to press 'Tab' to jump from one input box to the next so I don't have to position the cursor in each box. How do I do this
0 2066
08 Sep 2005 09:15 PM
0 Replies and 2401 Views IDL 6.1 LUT multiply by Factor for reflactance conversion  2401  0 Started by  Deleted User How we can i multiply a factor with input LUT and get a new LUT values Also explain the key word I_MIN in the given formula. Output value = LUT&91(input value - I_MIN) / I_BINSIZE&93 I am giving I_MIN as zero but i am not getting the desired result.
0 2401
08 Sep 2005 12:47 AM
0 Replies and 2307 Views Output to ESRI GRID  2307  0 Started by  Deleted User Hello Forum, Hoping that somebody out there can help me out. I need to export raster surfaces from IDL into ESRI GRID format. I've been writing them out to FLT/HDR files and importing them in Arc, but the time has come to write directly to GRID. With ArcView 3x, ESRI provides a C API for GRID I/O (gioapi.h), and the avgridio.dll and avgridio.lib files are also available I have the Borland C compiler v5.5, though I'm not a C programmer by any stretch of the imagination . I presume the ...
0 2307
03 Sep 2005 11:47 PM
0 Replies and 2128 Views Polynomial fit  2128  0 Started by  Deleted User I have a edge function. I want to apply 6-degree polynomial fit and store result in output array which I can plot etc. There are functions which gives coefficients, but I could not get function which does what I want. Please help.
0 2128
01 Sep 2005 12:58 AM
0 Replies and 2073 Views Polynomial fit  2073  0 Started by  Deleted User I have a edge function. I want to apply 6-degree polynomial fit and store result in output array which I can plot etc. There are functions which gives coefficients, but I could not get function which does what I want. Please help.
0 2073
01 Sep 2005 12:58 AM
You are not authorized to create a new topic
Page 113 of 126 << < 111112113114115 > >>