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 1328 Views Griddata - Polynomial  1328  1 Started by  Deleted User Hello! I am using the griddata function for a polynomial regression. Triangulate, XDTM, XDTM, TrZ Z = Griddata(XDTM, YDTM, ZDTM, Xout = &91X&93, Yout =&91Y&93, /Polynomial_Regression, Power = 1, Search_Ellipse = 50, Triangles = Tr) I want to interpolate only one point (X, Y, Z), using polynomial regression form dataset XYZDTM using a 50 radius.I have no troubles to get a Z elevation, but i would like to get which points has been used to make interpolation. In other wo...
1 1328
22 Feb 2012 01:30 PM
1 Replies and 1252 Views Discrete color bar for new graphics?  1252  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 1252
15 Feb 2012 02:29 PM
0 Replies and 1275 Views Supervised Fuzzy Classification IDL codes  1275  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 1275
09 Feb 2012 02:34 PM
4 Replies and 1234 Views Console does not print under Mac Lion and IDL 8.1  1234  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 1234
09 Feb 2012 02:47 AM
1 Replies and 1408 Views IDL Batch Processing  1408  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 1408
08 Feb 2012 09:14 AM
4 Replies and 913 Views Upgraded to Mac OSX 10.7.3, and now IDL 8.0 crashes on opening  913  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 913
02 Feb 2012 02:30 PM
1 Replies and 1002 Views Ellipse evaluation of signatures  1002  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 1002
01 Feb 2012 10:15 AM
3 Replies and 1198 Views IDL Java Bridge  1198  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 1198
31 Jan 2012 05:22 PM
0 Replies and 1004 Views Fan Beam and Cone Beam Reconstructors  1004  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 1004
27 Jan 2012 04:53 PM
1 Replies and 1265 Views Mesa DLLs Compliant with Applications Built Using Visual Studio 2010  1265  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 1265
25 Jan 2012 02:53 PM
0 Replies and 1068 Views About setData method?  1068  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 1068
21 Jan 2012 01:21 AM
3 Replies and 1119 Views Errorplot on grouped barplot  1119  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 1119
19 Jan 2012 06:59 AM
1 Replies and 897 Views porting an IDL/ENVI license to another OS?  897  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 897
13 Jan 2012 11:56 AM
1 Replies and 1152 Views How to translate and scale graphics in WIDGET_WINDOW?  1152  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 1152
13 Jan 2012 07:05 AM
1 Replies and 1423 Views PLOT error  1423  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 1423
12 Jan 2012 10:54 AM
0 Replies and 3813 Views convert shapefile to evf  3813  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 3813
12 Jan 2012 06:58 AM
0 Replies and 1088 Views save as - ascii grid batch mode  1088  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 1088
12 Jan 2012 06:57 AM
2 Replies and 1355 Views ENVI_LAYER_STACKING_DOIT_MULTI_FILE.pro  1355  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 1355
11 Jan 2012 05:05 PM
0 Replies and 1240 Views Subseting Landsat TIFF files  1240  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 1240
10 Jan 2012 02:23 AM
2 Replies and 1209 Views ION script/java installation  1209  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 1209
05 Jan 2012 02:41 PM
You are not authorized to create a new topic
Page 53 of 126 << < 5152535455 > >>