X
Search this forum:
Search
You are not authorized to create a new topic
Page 125 of 126 << < 122123124125126 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 2845 Views how obtain more informations about a .dicom file with IDL?  2845  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 2845
27 May 2003 12:49 AM
0 Replies and 3015 Views Chirp-Z transform  3015  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 3015
22 May 2003 03:45 AM
0 Replies and 3738 Views Reading Binary Files in IDL  3738  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 3738
20 May 2003 11:58 PM
0 Replies and 2960 Views Support for CDF 2.7?  2960  0 Started by  Deleted User I believe 2.6 is supported. Any plans for 2.7
0 2960
20 May 2003 12:50 PM
0 Replies and 2771 Views Pointers in Objects  2771  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 2771
16 May 2003 02:31 AM
0 Replies and 2980 Views idl scripting  2980  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 2980
15 May 2003 04:16 AM
1 Replies and 3090 Views Lat-lon to UTM converter  3090  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 3090
01 May 2003 07:40 AM
1 Replies and 2682 Views DICOM Writer  2682  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 2682
12 Apr 2003 10:38 PM
0 Replies and 2722 Views Reading fits files using perl  2722  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 2722
04 Apr 2003 07:17 PM
0 Replies and 2541 Views System requirements  2541  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 2541
01 Apr 2003 11:08 AM
0 Replies and 2678 Views 5.6 & OSX: graphics woes: how about Apple's X11?  2678  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 2678
29 Mar 2003 02:52 PM
0 Replies and 2779 Views funny results for landscape metrics  2779  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 2779
17 Mar 2003 10:21 AM
0 Replies and 3180 Views How to response to events which are produced by keyboard?  3180  0 Started by  Deleted User Hi,everyone. I want to use up and down arrow of keyboard to control WIDGET_SLIDER. I don't know use which keyword. Thank you.
0 3180
13 Mar 2003 10:57 PM
0 Replies and 2947 Views HRIT  2947  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 2947
09 Mar 2003 11:42 AM
1 Replies and 2988 Views IDL 5.6 Tab Widget in IRIX (UNIX?)  2988  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 2988
07 Mar 2003 01:12 PM
1 Replies and 3418 Views Playing sound files with IDL  3418  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 3418
26 Feb 2003 09:37 AM
0 Replies and 2879 Views Color visualization  2879  0 Started by  Deleted User What function can be used to visualize 3-D matrix, which elements are intensities of a pixel color
0 2879
11 Feb 2003 03:52 AM
1 Replies and 2980 Views Spawning an IDL application from a link on a webserver  2980  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 2980
06 Feb 2003 10:12 AM
1 Replies and 2969 Views Conversion to type double -- problem with READS procedure?  2969  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 2969
04 Feb 2003 09:30 PM
1 Replies and 3451 Views IDL and MPI?  3451  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 3451
31 Jan 2003 10:18 AM
You are not authorized to create a new topic
Page 125 of 126 << < 122123124125126 > >>