X
Search this forum:
Search
You are not authorized to create a new topic
Page 86 of 126 << < 8485868788 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1410 Views What may cause IDL 7.0 lost response?  1410  0 Started by  Deleted User Hi all. I just switched to IDL 7 and this problem has bothered me a lot.The problem is, when I edit files in my project, IDL 7 frequently losts response and I have to kill it manually and restart it. This problem happens more if I don't exit the main interface of my program. Has anyone met similar problem like me
0 1410
26 Jun 2008 10:08 AM
0 Replies and 1406 Views irrgular griding with the TRI_SURF function  1406  0 Started by  Deleted User Hi. I'm making a random dataset and interpolating a surface with tri_surf. When I use regular griding (don't include an X and Y in the statement) the range is 0 to 1 (because I'm using RANDOMU), which is what i want it to be. However, when I add irregular griding, via a pair of RANDOMU arrays to make my X and Y grid, the Z value shoots up to a range of 0 to 10 or 15...it changes every time I run the program. Any ideas on how to get a 0 to 1 range in Z and use irregular griding ...
0 1406
26 Jun 2008 10:03 AM
2 Replies and 1583 Views IDL SAV FILE  1583  2 Started by  Deleted User I have a fairly simple IDL code which i compiled and created a .sav file. It works when i click on the .sav file on the machine which has IDL but it doesn't work with the IDL virtual machine on a different computer!! i never understand why!!! The following are the functions are routines involved DIALOG_PICKFILE, Widgets- button, label and table. i used the xmanager to have the loop can anyone help
2 1583
25 Jun 2008 02:38 PM
2 Replies and 1618 Views How to create a variable with its name passed by at runtime without using execute()?  1618  2 Started by  Deleted User I know execute() can create variables with their names passed by at run time. For example, com = 'variable1' ' = '' '55' ''' & tmp = Execute(com) will create a varialbe 'variable1' with value equals to 55. Since Execute() is not supported in IDL Virtual Machine, is there any way to do it without using Execute()
2 1618
25 Jun 2008 02:34 PM
0 Replies and 1280 Views Projections IDL  1280  0 Started by  Deleted User Hi, I have written a code in IDL which performs loops on a set of imagery and returns an output in the form of a new image. The results seem right, but the projection information is lost. It seems like the output image does not automatically inherit the projection information of the input images. Am i right in saying this If yes, i'm guessing i need to put in co-ordinates within the code. Looking forward to a reply. Raghu
0 1280
24 Jun 2008 09:28 PM
1 Replies and 1796 Views IDL and ERDAS floating point difference  1796  1 Started by  Deleted User Hi all, I have a few images in floating point format from ERDAS Imagine and i intend to perform some operations on them using IDL. When i open the images in ENVI, there seems to be no problem. However, in a script i write in IDL, the output looks bizzare and looks nothing like what i expect. As a test, i converted my images into float again using band math in ENVI, ran the IDL script, and the output looks normal. The same images which as supposed to be of the same data types (floating poin...
1 1796
23 Jun 2008 09:53 AM
0 Replies and 1252 Views Zoom and Region of interest  1252  0 Started by  Deleted User Hi, I have a tiff image which i am displaying.I want to know how to select a particular area ie region of interest which when selected would zoom and also i want to know how to apply threshold for that ROI alone.Thanks in advance. WIth Regards Arun
0 1252
20 Jun 2008 01:11 PM
1 Replies and 1639 Views majority analysis  1639  1 Started by  Deleted User Hi, I am working on a script that automatically classifies an image. The final stage of the classification is a majority analysis, but somehow this does not work. The script only performs a partial majority analysis on one of the classes. I use the example script as provided in the ENVI help. Part of this code is shown below: envi_file_query, fid, dims=dims, ns=ns, nl=nl, nb=nb, num_classes=num_classes pos = &910&93 out_name = 'testimg' method = 0 kernel_size = &915,...
1 1639
19 Jun 2008 04:36 PM
1 Replies and 1493 Views Out of curiosity, checking for keywords passed to the main program in event handler  1493  1 Started by  Deleted User Is there and easy way to check for keyword arguments passed to the main program while in the event handler. For example, I would like to pass the option to debur or not via /debug. In the main program I can use keyword_set(debug), but this is not recognized in the event handler. I can use options such as system variables, but is there an easy way Can I pass arguments to the event handler for example
1 1493
18 Jun 2008 06:34 PM
1 Replies and 1336 Views plotting common values of separate arrays  1336  1 Started by  Deleted User Hello, I am fairly new to IDL and am working on a program to create timeseries comparisons of solar data. One of my tasks is to add a comparison between common days between different sets of data. Does anyone have an idea on how I might do this For example, my date arrays have the form: dat1&91x, *&93 and dat2&91y, *&93 where x and y are the columns which contain the date information. The data sets range over different, but overlapping periods and different frequencies. Thanks in advance. ...
1 1336
18 Jun 2008 11:40 AM
1 Replies and 1327 Views convolution function  1327  1 Started by  Deleted User I am trying to implement IDL's CONVOL function in C exactly as IDL does. I understand what the Help is saying, but I suspect something is missing or incorrect on the help page because my implementation is producing very different results from using the CONVOL function. By the way, I'm not using any of the optional keywords. Has anyone else run into this problem
1 1327
17 Jun 2008 01:22 PM
1 Replies and 1351 Views GUI on exit: is it possible to create custom code?  1351  1 Started by  Deleted User Hello, I have some custom code in the event procedure for an Exit menu item in a GUI app. I would like to have the same custom code when the user closes the application via the 'X' located at the top right side of GUIs instead of the File->Exit. Is it possible to do something like that Is there something like 'on_exit' procedure I can modify Thanks,
1 1351
17 Jun 2008 10:04 AM
1 Replies and 1732 Views Recursive splitting of Image arrays  1732  1 Started by  Deleted User I am currently working on a project to separate textures in an image by means of hierarchical splitting. This program is to break an image down into N square sub-images. It then checks the similarity of the region and if it is outside of a threshold, it breaks the block into further sub-blocks. My mentor, who is unfamiliar with IDL, suggested using either trees or stacks to work through this. I have never done anything like this in IDL before so I was wondering if it was even possible and if...
1 1732
16 Jun 2008 10:07 AM
0 Replies and 1322 Views IDL use in Portland  1322  0 Started by  Deleted User Hi. I have just relocated to Portland, Oregon, have 6 years experience with IDL development, and am wondering if anyone know of any companies that use IDL here. I've yet to find any, and have only found one person who's even heard of it! Any ideas
0 1322
13 Jun 2008 12:33 AM
2 Replies and 1181 Views Outputting multi-panel images to postscript  1181  2 Started by  Deleted User I'm using IDL v7.0 on Mac OS X v10.5.2 and have been having trouble with the image scaling in output to the postcript device. For example, if I run the following IDL script (with the image array already set): set_plot, 'ps' device, filename='test.ps' device, xsize=4, ysize=4, /inches tvscl, image, 0, 0, /inches, xsize=1, ysize=1 tvscl, image, 2, 0, /inches, xsize=1, ysize=1 As expected, this outputs two panels (offset in x) to the postscript file, each containing the same image. Howe...
2 1181
08 Jun 2008 08:12 PM
1 Replies and 1324 Views Regarding Image processing  1324  1 Started by  Deleted User Hi,I do have a tiff image of a soil.I need to write code which could get the image as input and it should say how much percent of soil is there,how much percent of water is there etc.I am a novice so any help would be appreciated.
1 1324
05 Jun 2008 12:24 PM
3 Replies and 1793 Views IDL_IDLBridge  1793  3 Started by  Deleted User Hi everyone, I am new to IDL, and am trying to understand how IDL_IDLBridge works. Because of how little experience I have had, the examples don't make too much sense to me. I am getting some strange behavior when I try to call procedures that I have made through the bridge object. For example, here is some code that I have written to test out functionality pro plotbridge oBridge0 = OBJ_NEW('IDL_IDLBridge') oBridge1 = OBJ_NEW('IDL_IDLBridge') oBridge2 = OBJ_NEW('IDL_IDL...
3 1793
04 Jun 2008 09:49 AM
1 Replies and 1415 Views Data range function  1415  1 Started by  Deleted User i know that there is a function 'data range' in Envi,what is the code in IDL How i can find a file .pro where see the functionIn Envi 4.4 i read that there is but i not found...Is almost possible use in Envi 4.3HELP ME PLEASE!!!!! thx
1 1415
03 Jun 2008 12:31 PM
1 Replies and 1508 Views how to know the exact boundary of any province of China?  1508  1 Started by  Deleted User Hello, everyone, China is a large country, but I want to only pay attention to a certain province, such as Beijing. But the manuscript (map_continents,/countries) cannot meet this need. I mean I want to know the exact boundary of Beijing, not China as a whole. So would you like to tell me how to do it Thanks in advance. Mike, You
1 1508
30 May 2008 03:00 AM
1 Replies and 1263 Views calling Window .exe routines from IDL  1263  1 Started by  Deleted User Does anybody out there has a simple routine which allows calling *.exe windows programs from IDL Please respond to the list or privately to julius_turianrush.edu
1 1263
29 May 2008 07:47 PM
You are not authorized to create a new topic
Page 86 of 126 << < 8485868788 > >>