|
|
|
|
|
0 Replies and 2324 Views
how obtain more informations about a .dicom file with IDL? 2324 0
Started by Deleted User
Good morning for all
I am working with the IDL language and i need to know the time acquisition of an image format (.dicom). i have used the query_dicom function and the (print, info) expression but i did'nt obtain what i wanted.
i have just obtained: info.dimensions, info.channels, info.num_images, info.image_index and info.pixel_type.
Can you help me and tell me if there is a function other than query
Thank you
|
|
|
|
0 |
2324 |
27 May 2003 12:49 AM |
|
0 Replies and 2480 Views
Chirp-Z transform 2480 0
Started by Deleted User
Hi,
I want to implement an inverse chirp-Z transform that will take bandwidth limited frequency domain data as an input and output a given portion of the time domain. Is there any code out there that will help me &91Currently I use a zero-padded iFFT, this is very slow and introduces a lot of noise; any alternative to this would be good&93
Steve
|
|
|
|
0 |
2480 |
22 May 2003 03:45 AM |
|
0 Replies and 3134 Views
Reading Binary Files in IDL 3134 0
Started by Deleted User
I have a binary file that I need to read into IDL. It has a structure:
80 byte header &91string&93
4 byte &91integer&93
then for as many times as are equal to the above integer:
12*4 byte &91floats&93
2 bytes unused ('padding')
What I wish to do is to read in the header, the integer, then read the floating point numbers into arrays of length of the integer. Unfortunately, IDL documentation (and I will not mince words) is absolute crap, and I cannot figure out how to implement...
|
|
|
|
0 |
3134 |
20 May 2003 11:58 PM |
|
0 Replies and 2389 Views
Support for CDF 2.7? 2389 0
Started by Deleted User
I believe 2.6 is supported. Any plans for 2.7
|
|
|
|
0 |
2389 |
20 May 2003 12:50 PM |
|
0 Replies and 2254 Views
Pointers in Objects 2254 0
Started by Deleted User
I want to create objects where the size of the data is not known and it is only been set at run time. That can be done with pointers but when you create a pointer as a data members IDL set it to a NULL pointer at initialization and then you cannot change it afterwards. How can I remedy that
Johan Marais
|
|
|
|
0 |
2254 |
16 May 2003 02:31 AM |
|
0 Replies and 2323 Views
idl scripting 2323 0
Started by Deleted User
Hi all, I'm working on a batch script
to produce warped sst images of a specific region from avhrr files, the
calibration part works fine but I'm having problems with the warping
part, I need to convert to a mercator projection but am unsure of the
parameters that need to be entered (leading to my script failing) this
is the part that is failing, where am I going wrong
Secondly is it possible to warp from input geometry, would that be a
better way of going about the final warpi...
|
|
|
|
0 |
2323 |
15 May 2003 04:16 AM |
|
1 Replies and 2476 Views
Lat-lon to UTM converter 2476 1
Started by Deleted User
Hi everybody!
I'm looking for lat-lon-to-utm and utm-to-lat-lon converter that converts geograhic
coordinates. Any information would be greatly appreciated.
Regards,
Nathan.
|
|
|
|
1 |
2476 |
01 May 2003 07:40 AM |
|
1 Replies and 2220 Views
DICOM Writer 2220 1
Started by Deleted User
Hi all,
I am a new user and I want to see how this works.
Can anyone tell me about DICOM Writer in IDL.
Best Regards
Dinesh M.S.
|
|
|
|
1 |
2220 |
12 Apr 2003 10:38 PM |
|
0 Replies and 2265 Views
Reading fits files using perl 2265 0
Started by Deleted User
I need to dump data in tables in a MySQL database from specific keywords in a fits header.
I need to do it with PhP.
Does someone have experience with that
Thanks
Bithika
|
|
|
|
0 |
2265 |
04 Apr 2003 07:17 PM |
|
0 Replies and 2086 Views
System requirements 2086 0
Started by Deleted User
I would like to run IDL 5.5 on Solaris 7. Can this be done
Is there a web page somewhere that gives IDL's system requirements
Thanks in advance,
Gordon
|
|
|
|
0 |
2086 |
01 Apr 2003 11:08 AM |
|
0 Replies and 2164 Views
5.6 & OSX: graphics woes: how about Apple's X11? 2164 0
Started by Deleted User
Direct Graphics does not always display properly under Orobor at least on several TiBooks. This example produces nonaccurate graphics:
x=findgen(1000)
y=cos(x/5)
z=xy
tvscl,z
The way the system behaves makes it look like a rendering problem, but neither hardware nor software rendering works properly.
I'm playing with Apple's X11, used for awhile by a colleague with good results. In this case Object Graphics crashes IDL and sometimes even X11 with hardware rendering, but appears s...
|
|
|
|
0 |
2164 |
29 Mar 2003 02:52 PM |
|
0 Replies and 2211 Views
funny results for landscape metrics 2211 0
Started by Deleted User
I'm using version 5.5 and I've written a program to calculate various landscape metrics from a random array. I'm getting good results when the size of the random array is (50,50), (100,100), (500,500), but when I make the array (1277,1654) which is the size I need, I get odd results. Below is part of the code and the problematic results, the rest of the code seems to be working fine.
patches = max(regions)
patch_sizes = 0
for i = 0, patches-1 do begin
t = i 1
size = (re...
|
|
|
|
0 |
2211 |
17 Mar 2003 10:21 AM |
|
0 |
2664 |
13 Mar 2003 10:57 PM |
|
0 Replies and 2483 Views
HRIT 2483 0
Started by Deleted User
Hello,
is there a possibility to get IDL code to read HRIT (High Rate Information Transmission) files
Best regards,
Waldemar
|
|
|
|
0 |
2483 |
09 Mar 2003 11:42 AM |
|
1 Replies and 2519 Views
IDL 5.6 Tab Widget in IRIX (UNIX?) 2519 1
Started by Deleted User
Has anyone else tried using the tab widget in IDL 5.6 Is it just me, or can you only select the tab by clicking on the top 2-3 pixels of the tab Clicking on the text or anywhere else on the tab does NOTHING! =sigh= Any hints, or is this a bug in IDL 5.6 Thanks!
-Richard Balint
Ball Aerospace & Technologies Corp.
|
|
|
|
1 |
2519 |
07 Mar 2003 01:12 PM |
|
1 Replies and 2853 Views
Playing sound files with IDL 2853 1
Started by Deleted User
I would like to play sound files with IDL. Is this possible
I can read and write .WAV format sound files using the READ_WAV and WRITE_WAV subroutines but I can't figure out how to play these files.
The actual format of the sound files is not that important to me. Ideally, I would like to be able to play .WAV files but I would be satisfied if I could play any format of sound file.
Thanks.
|
|
|
|
1 |
2853 |
26 Feb 2003 09:37 AM |
|
0 Replies and 2377 Views
Color visualization 2377 0
Started by Deleted User
What function can be used to visualize 3-D matrix, which elements are intensities of a pixel color
|
|
|
|
0 |
2377 |
11 Feb 2003 03:52 AM |
|
1 Replies and 2445 Views
Spawning an IDL application from a link on a webserver 2445 1
Started by Deleted User
I would like to hear from anyone who has already
done this or thought about the possibility.
If doing this has become fairly common, does RSI
have any utilities to facilitate the process
At his point I would think that I could bring up
a web form to gather all the necessary input
parameters, format that information in a file that
could then be passed to an IDL program that allows
for a 'batch' mode of operation.
Thank you.
|
|
|
|
1 |
2445 |
06 Feb 2003 10:12 AM |
|
1 Replies and 2403 Views
Conversion to type double -- problem with READS procedure? 2403 1
Started by Deleted User
I have an ordinary ASCII data file formatted in columns with whitespace between them. So, I've been using the IDL 'READS' procedure to import the data into IDL variables. However, after some hunting for errors propagating through the code, I discovered that the 'READS' procedure was truncating the double-precision variables into float variables before storing them in my type double array. (The numbers I'm using have up to 13-digit precision.) I've been trying to find reasonable ways around this,...
|
|
|
|
1 |
2403 |
04 Feb 2003 09:30 PM |
|
1 Replies and 2867 Views
IDL and MPI? 2867 1
Started by Deleted User
I am trying to find information on how IDL can be employed over a distributed environment. I have been reading the white paper on multi-threading and saw that:
'In fact, IDL users have already had success with distributed processing with IDL by
taking advantage of larger existing frameworks such as PVM or MPI.'
I tried to find an example or an example code but was unsuccessfull. Could you suggest a place to look or is anyone having a sample code for this I am trying to see if I can use I...
|
|
|
|
1 |
2867 |
31 Jan 2003 10:18 AM |