|
|
|
|
|
|
0 Replies and 1964 Views
Reading GRIB, GRIB2 files 1964 0
Started by Deleted User
Does anyone have experience reading the GRIB or GRIB2 formats, used by the National Weather Service
|
|
|
|
0 |
1964 |
02 Feb 2006 06:14 AM |
|
0 Replies and 2090 Views
Callable IDL in Windows Clusters 2090 0
Started by Deleted User
In an effort to use IDL in a C Windows environment we are trying to port Princeton mpIDL so that it will build with Visual Studio .NET 2003 and execute under Win2K and WinXP. The code and examples work well under Linux, Princeton mpIDL's original target.
We are able to get the code to build but it crashes upon reaching IDL_MAIN, the first IDL statement encountered. On the other hand, as far as I can tell from the External Development Guide, IDL_MAIN is only discussed under UNIX/VMS and unde...
|
|
|
|
0 |
2090 |
26 Jan 2006 12:49 PM |
|
0 Replies and 2239 Views
save as feature stopped working in IDL 6.2 2239 0
Started by Deleted User
My 'save as' option has stopped working in my IDLDE editor under WindowsXP in version 6.2. It just happened today and I cannot correlate it with anything else as I have been frequently using that feature through yesterday. It works correctly under 6.1. I have uninstalled and reinstalled 6.2 without effect. If anyone has a solution or suggestion I'd be happy to hear it.
|
|
|
|
0 |
2239 |
26 Jan 2006 09:02 AM |
|
1 Replies and 2184 Views
calculation NDVI 2184 1
Started by Deleted User
hi everybody
I am working with temporal modis coposite 16 days images. I did a stack layer choosing the NDVI band per one year and I would like to calculate the NDVI per this year. The range of values are betweenn -3000 and 10000. I would like to divide by 10000 in this way I can get the NDVI. the problem is that I dont find the expresion to introduce in bandmath or IDL.
Can you help me thanks
|
|
|
|
1 |
2184 |
26 Jan 2006 03:04 AM |
|
1 Replies and 2313 Views
Plotting 3D radar data from TRMM Precipitation Radar 2313 1
Started by Deleted User
I have loaded data from TRMM Precipitation Radar originally in HDF format into a structure that contains:
lat (ns,nr), lon(ns,nr) and dbz(nc,ns,nr), where ns is the number of radar 'scans', nr is the number of 'rays' and nc is the number of 'cells'. Typical size of these arrays are ns=49,nr=343 and nc=80. Basically, nc and nr describe the horizontal geolocation and nc is in the vertical (each 'cell' is 250 m with cell 79 at the earth ellipsoid).
What I want to do is to plot dBZ in a 3-d co...
|
|
|
|
1 |
2313 |
24 Jan 2006 07:18 AM |
|
0 Replies and 1974 Views
Retrieve data without opening the XROI 1974 0
Started by Deleted User
'XROI, kneeImg, REGIONS_OUT = femurROIout, STATISTICS = femurStats' gives me ROI region from femurROIout. I can do 'XROI, kneeImg, REGIONS_IN = femurROIout, STATISTICS = tibiaStats' to define the same region for a different image. I need statistic data for same region from different images. My question is how I can do this without opening XROI window. Once user defines a ROI, program automatically retrieve the data from the rest.
|
|
|
|
0 |
1974 |
19 Jan 2006 09:25 AM |
|
1 Replies and 1987 Views
Retrieve data without opening the image 1987 1
Started by Deleted User
'XROI, kneeImg, REGIONS_OUT = femurROIout, STATISTICS = femurStats' gives me ROI region from femurROIout. I can do 'XROI, kneeImg, REGIONS_IN = femurROIout, STATISTICS = tibiaStats' to define the same region for a different image. I need statistic data for same region from different images. My question is how I can do this without opening XROI window. Once user defines a ROI, program automatically retrieve the data from the rest.
|
|
|
|
1 |
1987 |
19 Jan 2006 09:24 AM |
|
0 Replies and 2229 Views
Displaying Political Boundaries using IDL 2229 0
Started by Deleted User
Hi. I'm trying to display an image of the United States and overlay some political boundaries onto it. The problem is that my boundaries are off, especially on the west coast. They are too small for the image.
Here's a link to the image: http://cse.unl.edu/~jschirf/overlay.JPG
I've tried using map_image to correct, but haven't had any luck. Here is my code:
pro overlay
compile_opt strictarr
envi, /restore_base_save_files
envi_batch_init
; Retrie...
|
|
|
|
0 |
2229 |
14 Jan 2006 04:04 PM |
|
6 Replies and 2377 Views
IDL on Dual Core Apple MacBook 2377 6
Started by Deleted User
I would like to know RSI's plans for porting IDL to the new Apple Intel platforms. Many research scienticsts use Mac OSX platforms, and since Apple is going the way of Intel, I hope that RSI will announce its intentions to port IDL to Mac/Intel in the near future.
|
|
|
|
6 |
2377 |
12 Jan 2006 06:04 PM |
|
0 Replies and 2053 Views
Setting contrast based on Hounsfield units 2053 0
Started by Deleted User
Sir, Madam, I'm still working on CTscans and I want to set different contrast depending on HUs. For example, I want to vizualize lungs in black and other structures in white on a chest exam. How can I do Must I adjust the value of the minimum and maximum of the image to -600 and 1600
Sheers
|
|
|
|
0 |
2053 |
09 Jan 2006 03:33 AM |
|
0 Replies and 2174 Views
Rice decompression 2174 0
Started by Deleted User
I would like to know if anyone has written (or tried to write) a Rice decompression routine in IDL.
|
|
|
|
0 |
2174 |
04 Jan 2006 10:11 AM |
|
1 Replies and 2224 Views
add new bands to image 2224 1
Started by Deleted User
Hi
How can i add new bands to image and manipulate bands with idl
Think you
|
|
|
|
1 |
2224 |
30 Dec 2005 02:04 PM |
|
0 Replies and 2640 Views
How to read Hounsfield's units on a CT scan ? 2640 0
Started by Deleted User
Sir, Ma'am, I'm trying to set a function to read HUs rather than the grey scale on a DICOM image from a CTscan. How must I proceed
Sheers
|
|
|
|
0 |
2640 |
28 Dec 2005 11:17 AM |
|
1 Replies and 2029 Views
watershed operation 2029 1
Started by Deleted User
Please provide me WATERSHED function source code
|
|
|
|
1 |
2029 |
16 Dec 2005 07:38 PM |
|
1 Replies and 2255 Views
how to allocate more memory? 2255 1
Started by Deleted User
I am trying to display grayscale images in a scroll widget that are about 38,000 pixels long and 1,000 wide, and IDL doesn't have the memory to do it. The exact error is this:
WIDGET_CONTROL: Unable to create X windows pixmap (BadAlloc (insufficient
resources for operation)).
Please tell me there's a way to allocate more memory to do this!
Thanks,
Chris Jackolski
|
|
|
|
1 |
2255 |
13 Dec 2005 11:12 PM |
|
0 Replies and 2182 Views
GIF images in IDL Student Edition 2182 0
Started by Deleted User
Hello,
Does anyone know if I can produce GIF images with IDL SE I have heard that I can not get a license for GIF generation under the SE, but can this license be obtained from elsewhere
Thanks in advance,
Simon
|
|
|
|
0 |
2182 |
13 Dec 2005 06:43 AM |
|
0 Replies and 2244 Views
help on Image/spectral math 2244 0
Started by Deleted User
I want to do a simple ratio of image(*, cols, rows) over spectral (*) using ENVI. I have a IDL code as below, but it does not work through band math function. Any help will be appreciated it.
function atmc, b1, s1
; do the ratio of image to atmos correction spectra
imgdim=size(b1,/dimensions)
cols=imgdim&911&93
rows=imgdim&912&93
for i = 0, rows -1 do begin
for m = 0, cols - 1 do begin
result = b1(*, m, i) / s1(*)
endfor
endfor
return, result
end
|
|
|
|
0 |
2244 |
12 Dec 2005 06:17 PM |
|
0 Replies and 1956 Views
IDL Student Edition on SuSE 9.2 or 10.0 1956 0
Started by Deleted User
Hello,
I use SuSE Linux 9.2 and will be upgrading to version 10. Has anyone been able to install IDL SE on this operating system as I shall be purchasing it soon
Thanks in advance,
Simon
|
|
|
|
0 |
1956 |
07 Dec 2005 11:18 AM |
|
0 Replies and 2172 Views
Help regarding some basic syntax 2172 0
Started by Deleted User
Hi,
I am trying to understand a code written by different author so that I can modify it for my purpose. However, since my experience with IDL is limited and I am trying to learn on my own, I am not able to understand some of the syntax or statement.
Please click here:
http://idlastro.gsfc.nasa.gov/ftp/pro/fits/sxpar.pro
sxpar.pro: I am not able to understand the statements on line 184 and 190. I would really appreciate if somebody can explain it to me.
Statement on line 184:
...
|
|
|
|
0 |
2172 |
06 Dec 2005 09:25 AM |
|
0 Replies and 2095 Views
plot data with color 2095 0
Started by Deleted User
Hello all:
I want to plot data point with specified color. The data file is the form:
1.3 1.3 1
2.2 2.1 2
2.4 2.3 3
3.2 1.2 4
1.2 5.2 5
There are three values each raw.
The first two values corresponds to x and y , the position of a 2d plot.
I want to use the third value to determine the color of the point.
Do you have any suggestion to do so
Thanks very much.
|
|
|
|
0 |
2095 |
04 Dec 2005 06:05 AM |