X
Search this forum:
Search
You are not authorized to create a new topic
Page 53 of 126 << < 5152535455 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1150 Views Discrete color bar for new graphics?  1150  1 Started by  Deleted User I was wondering if there is any way to make a discrete colorbar in new graphics -- i'm looking for something akin to David Fannings' cgdcbar.
1 1150
15 Feb 2012 02:29 PM
0 Replies and 1165 Views Supervised Fuzzy Classification IDL codes  1165  0 Started by  Deleted User Hi I'm looking for IDL codes to classify satellite images using Supervised Fuzzy Classification method (no matter which kind of membership function). Thanks for your help. Regards, Kiana
0 1165
09 Feb 2012 02:34 PM
4 Replies and 1113 Views Console does not print under Mac Lion and IDL 8.1  1113  4 Started by  Deleted User Using IDL 8.1 (Workspace) under Mac Lion 10.7.2, its command line console stop printing at any moment. Sometimes I recover printing capability by asking to print something as numbers or numerical array, but generally it keeps without printing/reporting until next IDL restart. Please, somebody has a solution for this
4 1113
09 Feb 2012 02:47 AM
1 Replies and 1309 Views IDL Batch Processing  1309  1 Started by  Deleted User Hello, I'm new to IDL and I'm trying to run a script to run band math on 300 images. I can write the script to do this for one image, but was trying to find a way to do this on all the images. Here is my script: envi, /restore_base_save_files envi_batch_init, log_file='batch.txt' envi_open_file, 'H:\2009_Imagery\December\GeoTIFF\image.tif', r_fid=fid if (fid eq -1) then begin envi_batch_exit return endif envi_file_query, fid, dims=dims t_...
1 1309
08 Feb 2012 09:14 AM
4 Replies and 799 Views Upgraded to Mac OSX 10.7.3, and now IDL 8.0 crashes on opening  799  4 Started by  Deleted User IDL 8.0 was working fine before I updated my machine to Mac OSX 10.7.3 from 10.7.2. Now, when I try to open IDL, I get a full crash report. I can open ENVIIDL, but IDL is open only in an X11 pane. My guess is there is a problem with the Workbench. Has anyone seen this problem before
4 799
02 Feb 2012 02:30 PM
1 Replies and 911 Views Ellipse evaluation of signatures  911  1 Started by  Deleted User Dears, Is it possible to perform the ellipse evaluation of signatures in envi How does it work Thanks Mananze
1 911
01 Feb 2012 10:15 AM
3 Replies and 1036 Views IDL Java Bridge  1036  3 Started by  Deleted User Hello All, I've been using Sergey Koposov's, IDL_SQL Java library, to connect IDL 7.1 to a MySQL database and when I tried setting it up on another Windows machine with IDL 8.0 we could not get it to work for a few days. We finally figured out what the problem was and I thought I would throw this out for your information. IDL_SQL uses the IDL Java Bridge and that can be configured with the idljavabrc file in the users home directory. We have Java 7 installed on the machine and we pointed...
3 1036
31 Jan 2012 05:22 PM
0 Replies and 903 Views Fan Beam and Cone Beam Reconstructors  903  0 Started by  Deleted User I am hoping that someone in this forum has developed a Fan Beam and Cone Beam (Feldkamp) tomography reconstruction routines for a flat detector. I have searched the web but no luck. Any help would be greatly appreciated. Thank you, Bill
0 903
27 Jan 2012 04:53 PM
1 Replies and 1133 Views Mesa DLLs Compliant with Applications Built Using Visual Studio 2010  1133  1 Started by  Deleted User It appears the Mesa DLLs were built using Visual Studio 2005 and contain no embedded manifest information for specifying the C runtime associated with Visual Studio 2005. Regretfully, C applications built using Visual Studio 2010 which want to use IDL, require that the MESA DLLs either 1) have embedded manifest information, or 2) be built using Visual Studio 2010. 1) Are there any plans to provide the Mesa DLLs with embedded manifest information, such that the Mesa DLLs can locate th...
1 1133
25 Jan 2012 02:53 PM
0 Replies and 961 Views About setData method?  961  0 Started by  Deleted User Hi, When I use 'setData' to set new data, the graphic's translate and scale, which I use left mouse and wheel mouse to set, always be reset to original view. So, how do I keep the graphics view when I use 'setData' method. Very thanks. dave
0 961
21 Jan 2012 01:21 AM
3 Replies and 1010 Views Errorplot on grouped barplot  1010  3 Started by  Deleted User Hi All, I'm trying to get the errorplot function to work on a grouped barplot. So I made a grouped barplot with the barplot function and the keywords 'nbars' and 'index'. Now I want every bar to have an error bar. The problem is that the barplot function uses 'index' to separate the bars, but i can't refer to this 'index' in the errorplot function. How to do this Thanks in advance! Cheers, Wouter
3 1010
19 Jan 2012 06:59 AM
1 Replies and 797 Views porting an IDL/ENVI license to another OS?  797  1 Started by  Deleted User My company, a small consulting firm, has several IDL/ENVI licenses, that all use a USB 'donegal' (sp) as a license manager/server. At the present, we cannot readily afford to upgrade or purchase a new license. I wanted to know, is it possible to install our current version of IDL and ENVI (7.0 and 4.5, respectively) on a Linux machine, and use the same license handling I'd be most helpful to know if this is possible.
1 797
13 Jan 2012 11:56 AM
1 Replies and 1048 Views How to translate and scale graphics in WIDGET_WINDOW?  1048  1 Started by  Deleted User Hi guys: I use 'WIDGET_WINDOW' to create my GUI application. But the graphics in WIDGET_WINDOW not support scale and translate with mouse like window() function result. How can I do this interaction with my mouse in WIDGET_WINDOW. Very thanks! dave
1 1048
13 Jan 2012 07:05 AM
1 Replies and 1330 Views PLOT error  1330  1 Started by  Deleted User Hi, I'm very new to IDL, and I'm having a problem with the PLOT function. Whenever I try to call it, I get the following error. Why is it not able to find the path Thanks. Error opening file. File: /usr/local/itt/idl71darwin.i386_ppc/idl71\resource\fonts\hersh1.chr The system cannot find the path specified.
1 1330
12 Jan 2012 10:54 AM
0 Replies and 3623 Views convert shapefile to evf  3623  0 Started by  Deleted User Hi forum, Does anybody know if there exists any ENVI/IDL routines to convert shapefiles into evf files in batch mode or using IDL or if there aren't any, does anyone know a work around for this I have been searching the web for this but seems like there are no possibilities. Is this true Because there is envi_evf_to_shapefile but I cant seem to find the other way around. Thank you very much in advance. Ciao
0 3623
12 Jan 2012 06:58 AM
0 Replies and 985 Views save as - ascii grid batch mode  985  0 Started by  Deleted User Hi Forum, Does anyone know how to save files as ESRI ASCII GRID in ENVI batch mode as through the toolbar we can save file as ASCII and change the output style into ESRI ASCII GRID. Because I need the ASCII header to be like: ncols 642 nrows 395 xllcorner 4350250.000 yllcorner 2568250.000 cellsize 250.00000 rather then the ENVI stan...
0 985
12 Jan 2012 06:57 AM
2 Replies and 1242 Views ENVI_LAYER_STACKING_DOIT_MULTI_FILE.pro  1242  2 Started by  Deleted User I am trying to run the IDL script from the ENVI help file: http://www.exelisvis.com/Support/HelpArticleDetail/ArticleId/4572/How-to-call-ENVI_LAYER_STACKING_DOIT-with-multiple-files-and-bands-in-batch-mode.aspx I get the following syntax errors. Any suggestions for resolving these are appreciated. for i=1, count-1 do out_fid = out_fid, replicate(in_fid&91i&93, in_nb&91i&93) Syntax error. At: D:\time_since_disturbance\data\avhrr_fpar\test\envi_layer_stacking_doit_mult...
2 1242
11 Jan 2012 05:05 PM
0 Replies and 1084 Views Subseting Landsat TIFF files  1084  0 Started by  Deleted User Hi, I'm using the following code to subset a series of Landsat thermal images with a .evf file (lake boundary). I can use the GUI in ENVI and subset the data with ZERO problem. But when using the batch processing in IDL, I get an out put that contains nothing. ========================= forward_function envi_evf_open pro SUBSET_by_EVF_batch envi, /restore_base_save_files envi_batch_init,log_file='batch.txt' out_dir='C:\Users\ghoy\Downloads\Lake_Su...
0 1084
10 Jan 2012 02:23 AM
2 Replies and 1057 Views ION script/java installation  1057  2 Started by  Deleted User Do we have to buy ION script or ION java separately or is it included along with IDL 8.1 license
2 1057
05 Jan 2012 02:41 PM
2 Replies and 1258 Views Flow chart generator?  1258  2 Started by  Deleted User Are there any 'flow-chart generator' tools available for IDL I'm running a large pipeline and would like to visualize the order and depth of function/procedure calls. Thanks, Adam
2 1258
28 Dec 2011 08:50 AM
You are not authorized to create a new topic
Page 53 of 126 << < 5152535455 > >>