X
Search this forum:
Search
You are not authorized to create a new topic
Page 115 of 126 << < 113114115116117 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1786 Views iIIR filtering  1786  0 Started by  Deleted User Hello, I am doing a recursive filter with IDL and i succed in, but i've now to translate my IDL code in C code, and i think i've got a problem with it. This is the code on the recursive filter i've to translate : Y&910&93 = B&91nb&93*U&910&93 / A&91na&93 for K = 1 , number_of_dyn -1 do begin Y(K) = ( TOTAL( B&91nb-K>0:nb &93*U&91K-nb>0:K &93 ) $ - TOTAL( A&91na-K>0:na-1&93*Y&91K-na>0:K-1&93 ) ) /A&91na&93 endfor I do...
0 1786
21 Jun 2005 07:48 AM
0 Replies and 2136 Views SQL Access questions  2136  0 Started by  Deleted User I am new to IDL and I am trying to create a database interface module using the dataminer functionality. The documentation and online tech notes appear to be very sparse on this topic, so I am hoping I will find a user who has worked through some of my issues. Immediately I am trying to get a recordset working that is based on a ExecuteSQL statement so I can limit the retrieval from the database to specific records. My query appears to work (no error reported), but the first record retreived ...
0 2136
21 Jun 2005 07:40 AM
0 Replies and 1966 Views Image/Signal Processig/Electro Optics Career Opportunities  1966  0 Started by  Deleted User I have been retained by two Lockheed Martin facilities to help them fill several image processing, signal processing and electro optics positions at a variety of levels. All require U.S. Citizenship. If you have an interest in exploring these opportunities, please contact me by e-mail at hillassociatesoptonline.net or call me on 203-374-6838. Thank you.
0 1966
20 Jun 2005 02:02 PM
0 Replies and 2032 Views IDL6.1 on OSX 10.4 Tiger Server  2032  0 Started by  Deleted User I installed IDL6.1 on OSX 10.3 (Panther) and on OSX 10.3 Server, and everything worked fine. Then I did an upgrade to 10.4 (Tiger) on my PowerBook G4 - again, this worked fine. However, when I upgraded to OSX 10.4 Server on my desktop G5 and G5 server, I get a segmentation violation as soon as I try to fire up idl or idlde.I suspect that there is a library conflict somewhere, but it seems strange to me that it works on 10.4 but not on the server version of 10.4. Any suggestions I'm going to tr...
0 2032
16 Jun 2005 09:54 PM
1 Replies and 2012 Views How do I save a BINARY_TEMPLATE?  2012  1 Started by  Deleted User I'd like to use BINARY_TEMPLATE to extract header information from a binary file in IDT XVision's Multipage Raw (MRF) format. I want to save the template so I can use it repeatedly in the future without going through the template gui again ... the help file says I 'can' save a template, but I can't figure out how. Any help would be appreciated! Eric Coppock Ball Aerospace
1 2012
16 Jun 2005 11:32 AM
1 Replies and 2006 Views Exporting images to ArcGIS format  2006  1 Started by  Deleted User Hello, I am a new IDL user and I can't figure out how to export images in a form that can be read by ESRI's ArcGIS. I have tried using write_tiff with the geotiff command, but I don't understand what the format of the geotiff statement needs to be. I'm also wondering if using a geotiff is the best way to transfer the data or whether there is a better alternative I would really appreciate any advice! Cheers, Jessica
1 2006
12 Jun 2005 07:28 AM
0 Replies and 1656 Views Creating an array of structures of arbitrary dimensions  1656  0 Started by  Deleted User Hello: After going through the IDL help files I still haven't found a way to create a matrix of matrices in which the main matrix can be initialized to some arbitrary dimensions (n,m). I was also wondering how the indices within the sub-matrices could then be called. Any ideas Thanks in advance -Josh
0 1656
11 Jun 2005 10:31 AM
0 Replies and 2001 Views rotate with IDL  2001  0 Started by  Deleted User Hello, I currently treat images ASAR and I would have to like to know how I could make to turn them of a some angle (36° example). The problem which I meeting is as follows, there is a function well ' rotate_doit' which makes it possible to turn the image but with preset angles and the function ' rotate' of IDL does not function (IDL don't can open an image ASAR). If somebody can help me that too will not be. Thank you in advance.
0 2001
10 Jun 2005 02:29 AM
0 Replies and 2003 Views IDL performance  2003  0 Started by  Deleted User Has anyone noticed that their IDL code runs about 20 slower on linux (using fft for example) than win32 Is this due to the lack of vectorization in the gcc compiler Can i speed up my fft by calling the LAPACK routines If so do these use the optimized Linux LAPACK library
0 2003
08 Jun 2005 03:40 PM
0 Replies and 2146 Views Catching events while GUI is blocked by amoeba  2146  0 Started by  Deleted User I've got a gui which starts a lengthy minimization process using the function amoeba. I would like to be able to stop amoeba by clicking on a stop button in my gui. How can i capture gui events while amoeba is running. I've inserted code into amoeba while loop to catch events, but i'm unable to generate events while IDL is preoccupied with amoeba even with the no_block option passed to xmanager. Any suggestions
0 2146
08 Jun 2005 03:36 PM
0 Replies and 2240 Views BBEdit/Codeless Language Modules  2240  0 Started by  Deleted User Dear All, I notice that in the latest release of BBEdit 8 for Mac OSX there is a provision for Codeless Language Modules that are written as plists. This provides a (relatively) straightforward hook to color coding IDL syntax in BBEdit. As a profoundly lazy programmer who does not really want to understand the XML formatting of plists I was curious as to whether anyone knew of a Codeless Language Module that had been created to color code IDL syntax in BBEDIT. Thanks, Brian
0 2240
06 Jun 2005 11:10 AM
0 Replies and 1956 Views Array of arrays  1956  0 Started by  Deleted User I want to use (or simulate an array of arrays). I got a set of images, represented by 2D arrays, that I want to put in an array such that it can be used in a loop. I try to simulate this with a 3D array, but I not sure about syntax (in fact, what a wrote did not work...) : imgArray=FINDGEN(nbImages,width,height) ;in a loop (where img is a 2D array) DRVtab&91i&93=img ;later, in another loop img=DRVtab(i,*,*) When I try to acces to an element of img, I get an 'out of range'...
0 1956
06 Jun 2005 11:00 AM
0 Replies and 1966 Views error in iimage command!  1966  0 Started by  Deleted User I have two data sets to draw using Iimage. Each data set has different Max and Min data values and I want to draw these two data with same scaling factor. When I draw each data set using Iimage, Iimage automatically scales Min and Max value to 0 and 255 respectively. Because Max and Min values are different from each data set, the scaling factor is also different. To fix this, I did the following to one of data sets to match the scale. Operations -> Transform -> Bite scale Change Automatic...
0 1966
06 Jun 2005 10:52 AM
0 Replies and 2151 Views 3D reconstruction  2151  0 Started by  Deleted User Hi, I would like to perform a 3D reconstruction function which would create a 3D image from 64 planar images of a small animal which rotated above my camera. How must I proceed I expect I have to create a 3D array where the third one is the number of the image, but didn't manage to do that. Is there someone to help me Thanks
0 2151
27 May 2005 04:23 AM
0 Replies and 2032 Views Color?  2032  0 Started by  Deleted User Sorry, I'm italian and my English is very bad! I have idl, the 6.0 version, and I have some problems with colors and with the command close. 1) In a programm I use these commands loadct,12 ... set_plot, 'x' device,deco=0 WINDOW,0,color=0,XSIZE=600, YSIZE=450, TITLE='...',xpos=0,ypos=1,ret=2 ... plot,xV,yV,psym=4,symsize=1.5,$ xtitle='V-I',ytitle='V',xcharsize=1.2,ycharsize=1.2, $ title='Diagramma V,V-I',charsize=1.5,YRANGE=&9125,-25&93 oplo...
0 2032
21 May 2005 02:44 AM
0 Replies and 2334 Views Color?  2334  0 Started by  Deleted User Sorry, I'm italian and my English is very bad. I have two problems: 1) I use the command 'loadct,12', but the color in my window are always in grey tones and not blue or green,... 2) I use the command 'close,/all' at the top of my programme, but I always must exit from idl and open it again to start the programm. Close,/all doesn't work. Can you help me Thanks
0 2334
21 May 2005 02:44 AM
0 Replies and 2063 Views aray of array  2063  0 Started by  Deleted User I want to use (or simulate an array of arrays). I got a set of images, represented by 2D arrays, that I want to put in an array such that it can be used in a loop. I try to simulate this with a 3D array, but I not sure about syntax (in fact, what a wrote did not work...) : imgArray=FINDGEN(nbImages,width,height) ;in a loop (where img is a 2D array) DRVtab&91i&93=img ;later, in another loop img=DRVtab(i,*,*) When I try to acces to an element of img, I get an 'out of range' error...
0 2063
20 May 2005 02:12 AM
0 Replies and 2034 Views aray of array  2034  0 Started by  Deleted User I want to use (or simulate an array of arrays). I got a set of images, represented by 2D arrays, that I want to put in an array such that it can be used in a loop. I try to simulate this with a 3D array, but I not sure about syntax (in fact, what a wrote did not work...) : imgArray=FINDGEN(nbImages,width,height) ;in a loop (where img is a 2D array) DRVtab&91i&93=img ;later, in another loop img=DRVtab(i,*,*) When I try to acces to an element of img, I get an 'out of range' error...
0 2034
20 May 2005 02:12 AM
0 Replies and 1918 Views volume rendering  1918  0 Started by  Deleted User Hi: how to implement the 3d reconstruction algorithms (marching cubes, ray_casting etc) using IDL, and the reconstruction aiming to the medical images. Please give help. Thank you!
0 1918
19 May 2005 05:24 AM
0 Replies and 2097 Views Volume Rendering  2097  0 Started by  Deleted User Hi: how to implement the 3d reconstruction algorithms (marching cubes, ray_casting etc) using IDL, and the reconstruction aiming to the medical images. Please give help. Thank you! T Yun tyun0619163.com
0 2097
19 May 2005 05:24 AM
You are not authorized to create a new topic
Page 115 of 126 << < 113114115116117 > >>