X
Search this forum:
Search
You are not authorized to create a new topic
Page 84 of 126 << < 8283848586 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1449 Views Different numerical results between IDL6 and IDL7  1449  0 Started by  Deleted User Hello, I have a program that was written in IDL6.&160; I'm currently running it in IDL7 and have noticed that the numerical calculations are not the same between the two.&160; Certain numbers differ by ~0.02.&160; While this is not much, it matters for my application.&160; Has anybody observed this before and if so, is there a fix&160; Thanks, Mike Runkel
0 1449
09 Sep 2008 09:06 AM
0 Replies and 1256 Views how georefence an aatsr file with IDL 6.1?  1256  0 Started by  Deleted User Hello everybody i'm a new user, i'm spanish and i have a problem with my algorithm for georeferencing an aatsr image. someone could help in this
0 1256
09 Sep 2008 05:23 AM
2 Replies and 1178 Views Read_Ascii and variable type issue  1178  2 Started by  Deleted User Hi, I need to read a ASCII file with column data as show below: 901&160;&160;&160; 2006/07/04&160;&160;&160; 12:29:25.014385&160;&160;&160; 1152016165014385&160;&160;&160; 48.00816928&160;&160;&160; -65.28513547&160;&160;&160; -998.00&160;&160;&160; 33 It's 8 column record with various informations. I got an issue to define the 4th column variable type. The variable type would be define with IDL by an Unsigned Long (0ULL). Or this variable type is not available in the AS...
2 1178
08 Sep 2008 11:07 AM
0 Replies and 1188 Views JPEG EXIF tags  1188  0 Started by  Deleted User Hi All, Is there a way to get access to the EXIF tag with the READ_JPEG procedure If not is there another way to access those data or did I have to write a code by myself Thanks in advance. Antoine C.
0 1188
08 Sep 2008 10:59 AM
0 Replies and 1008 Views executing an exe file  1008  0 Started by  Deleted User Dear all, I am a new user of idl. I have this task to perform: - create a button which will call and execute an exe file. - I already created the button but i have difficulties to associate an event to this button. My source code is the following, should somebody help to find what is wrong thanks a lot.&160; Josiane. &160; &160; ; /CDECL, /VERBOSE, /SHOW_ALL_OUTPUT) EQ 1) (CALL_EXTERNAL('C:\Josiane\ITK\Projects\Reg_Test\debug\RegHello.exe', 'Registration', C:\Josiane\ITK\src\Ins...
0 1008
03 Sep 2008 05:49 AM
0 Replies and 997 Views executing an exe file  997  0 Started by  Deleted User Dear all, I am a new user of idl. I have this task to perform: - create a button which will call and execute an exe file. - I already created the button but i have difficulties to associate an event to this button. My source code is the following, should somebody help to find what is wrong thanks a lot.&160; Josiane. (CALL_EXTERNAL('C:\Josiane\ITK\Projects\Reg_Test\debug\RegHello.exe', 'Registration', C:\Josiane\ITK\src\InsightToolkit-3.8.0\Examples\Data\BrainProtonDensitySliceBorder20.p...
0 997
03 Sep 2008 05:49 AM
2 Replies and 1442 Views Problem: IDL 7.0 Ittlicense for Ubuntu 8.04  1442  2 Started by  Deleted User I am unable to run the IDL as the ittlicense is not running. After installing IDL7.0 on Ubuntu 8.04. I tried to install the ittlicense using the following commands in xterm . ITT_DIR/idl70/bin/idl_setup.bash ittlicense The following is then displayed in Terminal IDL Version 7.0 Linux x86 m32). (c) 2007, ITT Visual Information Solutions &160; Embedded IDL: ITT Visual Information Solutions, License Wizard. Embedded IDL: ITT Visual Information Solutions, Licen...
2 1442
29 Aug 2008 06:53 PM
2 Replies and 945 Views Eliminate VirtualMachine ClickToContinue  945  2 Started by  Deleted User I need help for automatically (without any user interaction) run an IDL code various times a day, without having to&160;provide any new IDL&160;licence. &160; For that, I try to run a *.bat file with the following line: “idlrt.exe -vm &160;.\filepath\filename.sav” Unfortunately, when trying to run the IDL Virtual Machine from the Windows command line, there is always this useless IDL-VM button asking “click to continue”. &160; How do I get rid of this user interaction (the useless but...
2 945
26 Aug 2008 02:40 PM
0 Replies and 1405 Views Font Mess  1405  0 Started by  Deleted User Hello, I want to find out what is the size,&160; in pixels, for&160; a single character in IDL. I know there are 3 differet FONTs used in IDL: Vector, TrueType, Device. I belive for graphics the default is Vector (as the val of !p.font = -1). What about the default fonts in widgets Like, the default for widget_label or widget_button When I print the val of: strFont = WIDGET_INFO(label_widget_id, /FONTNAME) I get something like: &160; -Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-60-...
0 1405
26 Aug 2008 12:39 PM
0 Replies and 1626 Views Unable to allocate memory  1626  0 Started by  Deleted User &160; Hi, I have a memory problem! When I run my program I obtain the error: "Unable to allocate memory: to make array. Not enough space" The error occurs when I try to make this: LocalThresholdResultsFinal = &91&91LocalThresholdResultsFinal&93, REPLICATE({LocalThresholdResultsFinal}, IndTmpGrowSize&911&93)&93 where LocalThresholdResultsFinal = {LocalThresholdResultsFinal, ind:UINTARR(2, 1),CFARResultsNmog:0L, CFARResultsPar_mog:DBLARR(LocalThresholdLocalFitnmod,3)...
0 1626
25 Aug 2008 04:12 AM
6 Replies and 1446 Views Can't Download the IDL Software  1446  6 Started by  Deleted User Is anyone else experiencing server errors when trying to download the IDL software
6 1446
23 Aug 2008 08:00 AM
0 Replies and 1386 Views IDL code to generate random subset from roi points  1386  0 Started by  Deleted User I'm looking for and IDL way to generate a random subset of points from an ROI, I also need to export them as an ascii. I know how to do this in ENVI with widgets etc, but can anyone point me in the right direction with code/suggestions Thanks, Karen
0 1386
18 Aug 2008 03:35 PM
0 Replies and 1163 Views question about query_tiff for large file  1163  0 Started by  Deleted User query_tiff is working rather slow with my big files. Maybe my files are indeed too big, ~10k frames. Even query_tiff(filename,image_index=0) would take several minutes. On the other hand, I found read_tiff works quite differently in term of speed. If I have this big tiff stack here and want IDL to know the number of frames, is there any fast way Do I need to know something deep about the tiff file format, head codes or the like thanks
0 1163
07 Aug 2008 08:01 PM
0 Replies and 1132 Views Misalignment between image map and contours  1132  0 Started by  Deleted User I was trying to display an image and superpose its contours, and noticed that there seems to be a misalignment, or better a scale factor difference, between the contours and the image map. This problem can be seen in a very simple way by using the image_cont routine, for example: a=0*findgen(16,16) a&911,1&93=1000 a&9112,12&93=1000 a&918,8&93=1000 a&913,14&93=1000 image_cont, a The center of the contour maps are offset with respect to the corresponding pixel. A more careful...
0 1132
05 Aug 2008 08:58 AM
1 Replies and 1150 Views GAUSSFIT Error  1150  1 Started by  Deleted User Hello! I was attempting to fit gaussians to some spectral lines and found the procedure gaussfit. In the help file an example procedure is listed (ex_gaussfit.pro). When I ran the program expressly as written I received the following error: IlseDL> ex_gaussfit Expected: 4.00000 1.00000 2.00000 1.00000 0.250000 0.0100000 Keyword parameters not allowed in call. Execution halted at: EX_GAUSSFIT 25 C:\RSI\idl\Default\ex_gaussfit.pro ...
1 1150
03 Aug 2008 08:19 PM
0 Replies and 1238 Views Regarding Hyperion Level1G/1T  1238  0 Started by  Deleted User Hi, I am Rishi working with hyperion Level 1G/1T data. I am not able to correct bad lines of the hyperion data. I have already used the Flaash and flag mask correction but not getting the good result. please help me how to correct bad lines and other related preprocessings. waiting for you all regards Rishi
0 1238
02 Aug 2008 01:20 AM
2 Replies and 1537 Views READ_TIFF: Unable to open TIFF file: IMAGE.TIF.  1537  2 Started by  Deleted User I am getting this error READ_TIFF: Unable to open TIFF file: C:\IMAGE.TIF. when trying to open the tif file. And ok = Query_TIFF(filename, fileInfo) is returning ok = 0 But it is working if I open the image in image editing software and resave it (overwrite it). Any suggestions. Thanks
2 1537
01 Aug 2008 05:14 PM
0 Replies and 1172 Views IDLnetURL: secure connections?  1172  0 Started by  Deleted User Can someone confirm for me that the IDLnetURL object does support FTP over SSL but does not support sFTP (over SSH) Does anyone know of plans to support sFTP
0 1172
28 Jul 2008 05:58 PM
3 Replies and 1934 Views Regarding writing the data (results) into ascii or excel file  1934  3 Started by  Deleted User Hi, I have created an idl routine which takes multiple images using dialog_pickfile.Using a loop i am exporting n images.I am calculating the percent of soil and water and its displaying in the console window.I want to write that into an ascii file or excel.Any help would be appreciated.I tried but only the last image result is stored ignoring the rest.Thanks in advance.
3 1934
24 Jul 2008 04:10 PM
1 Replies and 1273 Views Poor User Support from ITT  1273  1 Started by  Deleted User Has anybody else using ENVI/IDL experienced poor support from itt. I have been using this (quite expensive) product for 8 years now and none of the bugs (some quite serious) have ever been addressed. These range from supposed support for reading ER Mapper files (none of the geo-referencing information is imported forcing me to input it manually) to extremely serious issues such as the fact that LSFIT procedures include missing value codes in the computations thus producing totally erroneous ...
1 1273
24 Jul 2008 02:12 AM
You are not authorized to create a new topic
Page 84 of 126 << < 8283848586 > >>