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 1765 Views Communication between two windows  1765  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 1765
05 Oct 2005 04:36 PM
0 Replies and 1531 Views running idl in a perl script  1531  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 1531
05 Oct 2005 07:53 AM
0 Replies and 1800 Views img = (img/(img  1800  0 Started by  Deleted User Dear all, I encountered a problem while running this code, img = (img/(img
0 1800
04 Oct 2005 10:48 AM
2 Replies and 2106 Views img = (img/(img  2106  2 Started by  Deleted User Dear all, I encountered a problem while running this code, img = (img/(img
2 2106
04 Oct 2005 10:48 AM
0 Replies and 1618 Views Is there a prompt way to export a graph generated by SURFACE?  1618  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 1618
03 Oct 2005 02:28 PM
0 Replies and 1738 Views shifting lines  1738  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 1738
29 Sep 2005 11:54 PM
0 Replies and 1950 Views Creating Map Projection Using Object Graphics  1950  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 1950
26 Sep 2005 11:50 AM
1 Replies and 2008 Views time series smoothing  2008  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 2008
22 Sep 2005 04:10 AM
0 Replies and 1752 Views array of array size  1752  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 1752
19 Sep 2005 11:02 AM
0 Replies and 1629 Views array of array size  1629  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 1629
19 Sep 2005 11:02 AM
0 Replies and 1665 Views online help not visible  1665  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 1665
15 Sep 2005 03:07 PM
0 Replies and 1714 Views Gridding/transforming radar data  1714  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 1714
15 Sep 2005 06:05 AM
0 Replies and 1613 Views Gridding/transforming radar data  1613  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 1613
15 Sep 2005 06:05 AM
0 Replies and 1764 Views nice to meet you  1764  0 Started by  Deleted User i want to download some software.Thanks
0 1764
13 Sep 2005 06:47 AM
0 Replies and 1604 Views Widgets  1604  0 Started by  Deleted User Does anyone know how to display two widget windows that share the same top level base Thanks -Ricky
0 1604
08 Sep 2005 09:15 PM
0 Replies and 1667 Views Widgets  1667  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 1667
08 Sep 2005 09:15 PM
0 Replies and 1943 Views IDL 6.1 LUT multiply by Factor for reflactance conversion  1943  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 1943
08 Sep 2005 12:47 AM
0 Replies and 1888 Views Output to ESRI GRID  1888  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 1888
03 Sep 2005 11:47 PM
0 Replies and 1741 Views Polynomial fit  1741  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 1741
01 Sep 2005 12:58 AM
0 Replies and 1703 Views Polynomial fit  1703  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 1703
01 Sep 2005 12:58 AM
You are not authorized to create a new topic
Page 113 of 126 << < 111112113114115 > >>