X
Search this forum:
Search
You are not authorized to create a new topic
Page 63 of 126 << < 6162636465 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1089 Views IDL 7.1 linux Help Contents error  1089  1 Started by  Deleted User I'm running IDL 7.1 on Fedora 14. idlde appears to work fine, with the exception that if I go to "Help Contents" from the "Help" menu, I get: ERROR The requested URL could not be retrieved While trying to retrieve the URL: http://127.0.0.1:44232/help/index.jsp The following error was encountered: * Connection to 127.0.0.1 Failed The system returned: (111) Connection refused The remote host or network may be down. Please try the request...
1 1089
13 Dec 2010 12:48 AM
0 Replies and 952 Views Create Buffer line  952  0 Started by  Deleted User Hi everybody! I would like to know if there is a way or a function to generate a buffer on a line (like the buffer tool in MapInfo) specifying the radius value.. I know the xy value of all vertex of my line, and i would like to find vertex of the buffer of this line specifying a radius value. If anybody have an idea Thank very much Aurelien XEOS
0 952
09 Dec 2010 02:13 PM
0 Replies and 1069 Views IDL 8.0.1 idlde freezes on second and subsequent runs, CentOS 5.5, requires rebootJ  1069  0 Started by  Deleted User I'm using IDL 8.0.1 x86_64 on Linux CentOS 5.5 I can run the IDL development environment idlde properly only once without having to reboot. To clarify, the main eclipse environment comes up, with prior workspace, if I didn't delete it, but then freezes while trying to connect to the IDL console (main idl program). I've seen it actually continue to work, with menus and files selectable, editable, but no console. Other times it just freezes. I have investigated the startup scripts, i...
0 1069
07 Dec 2010 03:07 PM
0 Replies and 1108 Views Q: Rubberband box  1108  0 Started by  Deleted User I've got some rubberband box code working on linux but when I run my app on windows (idl vm) my rubberband box's aren't erasing. Its a zooming type function, still works correctly just appears very messy while dragging. Has anyone encountered something like this before Suggestions on what it might be/what to check
0 1108
06 Dec 2010 11:28 AM
0 Replies and 1425 Views IDL premuration - combination  1425  0 Started by  Deleted User Hi, i am trying to develop a code that determine the different combination of set of numbers stored in an array. e.g. a = &912, 5, 7&93 then i need the program to determine and calculate the number and content of arrays of combinations as follows: &912,5&93 &912,7&93 &915,7&93 &912,5,7&93 i have written an IDL code to so so but the result is not correct. Any help is very appreciated pro display, values, size ;s = Size(values) ;N...
0 1425
04 Dec 2010 05:52 PM
0 Replies and 1059 Views Using sigma_filter.pro  1059  0 Started by  Deleted User Hello, I would like to use the sigma_filter.pro on an image in IDL 7.1. Im a new user and I dont understand how the calling sequence works. The documentation of the filter says that the calling sequence is: Result = sigma_filter( image, box_width, N_sigma=(), /ALL,/MON ) Can someone help me I try it in IDL command Line without any success. Thank you, Max Url of the sigma_filter.pro http://astro.uni-tuebingen.de/software/idl/astrolib/image/sigma_filter.htmlIDLL...
0 1059
04 Dec 2010 02:50 PM
0 Replies and 1230 Views Noise reduction (2 standard deviation script)  1230  0 Started by  Deleted User Hello, I am new to IDL and I would like to create a script that will eliminate noisy pixels from an image and replace them with more valid value. The script will have to do several operations: 1- Verify if each pixel is valid (between - 2 standard deviation from the mean of the image) 2- For each invalid pixel, calculate the mean of a 9x9 (or other dimensions) convolution mask and replace the value of the pixel by the mean of the mask. So the new value will be calculated from the ne...
0 1230
04 Dec 2010 12:56 PM
0 Replies and 1048 Views run classification over roi  1048  0 Started by  Deleted User Hi, I would like to run the classification algorithm over the test ROI and not over the whole image. In particular, I am using the SVM using the 'envi_svm_doit'. The SVM is very time consuming if it has to be run over the entire image. I know that there is a 'DIMS' in this function which allows us to introduce a coordinate range within which the classification will be performed, but I would like to know if there is any way to make the algorithm run over a specific roi. Thank you in adv...
0 1048
03 Dec 2010 06:04 AM
0 Replies and 1100 Views How to read stacked files and from them create Z-profiles in IDL?  1100  0 Started by  Deleted User Hello everyone, I've been working with a set of stacked layer MODIS tiles in ENVI and have been trying to write an IDL program to do some batch processing for me. I'm stuck on two areas. First, I haven't found a way to read the layer stack into IDL. To clarify, I have one file that contains a data cube consisting of many MODIS tiles overlaying one another. I tried using ENVI_OPEN_FILE, stackfile but according to my log that didn't actually open the file. My second challange is that I...
0 1100
29 Nov 2010 03:38 PM
0 Replies and 927 Views call_external  927  0 Started by  Deleted User Am I able to pass information to and execute a script written in Python or C with the call_external command If so, are any examples available Thank you.
0 927
29 Nov 2010 03:37 PM
0 Replies and 977 Views ENVI_LAYER_STACK_DOIT - erasing values  977  0 Started by  Deleted User Hi, I'm having a problem with ENVI_DOIT, 'ENVI_LAYER_STACKING_DOIT'. I have a large number of files, with different dimesions that i need to perform band math on. I am trying to stack them first so that they will have the same dimensions allowing me to sum the bands in a 'math doit' function ( 2 images, 1 band each per pass). However, when i stack just two of the images ( 1 band each), the resulting image only has zeroes ( the pixel values are lost). When i use the envi widget fo...
0 977
28 Nov 2010 01:54 PM
1 Replies and 1455 Views Why IDL cannot call ENVI functions  1455  1 Started by  Deleted User . such as using ENVI_WRITE_ENVI_FILE in my pro IDL> ENVI_WRITE_ENVI_FILE Attempt to call undefined procedure/function: 'ENVI_WRITE_ENVI_FILE'. Do I have to set some things in IDL or write codes to let IDL find these functions, or give up IDL IDL> ENVI_WRITE_ENVI_FILE Attempt to call undefined procedure/function: 'ENVI_WRITE_ENVI_FILE'.
1 1455
23 Nov 2010 09:37 PM
0 Replies and 1030 Views error during .sav launch  1030  0 Started by  Deleted User Hi everyone, I created a .sav file and I am trying to launch it on a different IDL virtual Machine. I am obtaining the following error. Unexpected validation error. RESTORE: Unexpected item code found in save file. Execution halted at: $MAIN$ I am not sure about its meaning. Could it derive from an obsolete routine I created the .sav with IDL 7.0 and I am using it with IDL 7.1. Thanks Mitch
0 1030
22 Nov 2010 02:23 AM
2 Replies and 1237 Views IMAGE function and /YLOG  1237  2 Started by  Deleted User Hi folks, The new IMAGE function has an option to choose logarithmic axes (i.e., YLOG=1) but I have yet to get it to work. When /YLOG is set, the yaxis will be compressed into a very short line (i.e., the entire image becomes "squashed"). I've made sure no y-axis values contain 0, etc., and also tried using ASPECT_RATIO = some to try and force it to a more usable shape...to no avail. The application here is plotting a frequency-time power spectrogram with a log frequency scal...
2 1237
19 Nov 2010 11:44 AM
0 Replies and 956 Views Strange Graphics Bug in 32 bit Linux  956  0 Started by  Deleted User We are running idl 8.0.1 on an up-to-date Centos 5 (32 bit) Linux. When you run the program below with the "idl" command, it will plot but the graphics do not retain when put behind a window and the buttons don't work. If you remove the stop everything works great. Or if you run the program in "idlde" then things work great even with the stop. Does anyone have a fix or a work-a-round Paul Hein pro test ; test idl object plotting with and without stop a=&...
0 956
18 Nov 2010 02:45 PM
0 Replies and 1113 Views Extracting info from the ASCII file with IDL  1113  0 Started by  Deleted User Hi, I have a ASCII text file whose entries look like this 111 AA 25 XX 111 AB -5 XX 222 AC 25 XX 222 AD 20 XX 222 AE 21 XX 333 AF 88 XX 444 AG 21 XX 444 AH 90 XX and so on..... In this file the first column represents a unique number refering to an experiment. Any particular experi...
0 1113
18 Nov 2010 08:46 AM
0 Replies and 1352 Views Checking Folder Permissions  1352  0 Started by  Deleted User I'm using File_Test to check if the current user has write permissions to a folder. When I check using File_Test(path,/write) I get a 1 indicating yes. I get the equivalent result with File_Info. print, file_Test('C:\Program Files\ITT\IDL64\products\envi44\spec_lib\jhu_lib',/write) 1 When I execute File_mkdir(child_path), my program crashes. file_mkdir,'C:\Program Files\ITT\IDL64\products\envi44\spec_lib\jhu_lib\sli_lib FILE_MKDIR: Unable to create directory: C:\Program Fil...
0 1352
11 Nov 2010 03:19 PM
0 Replies and 911 Views linux upgrade from IDL7.0 to IDL8.0  911  0 Started by  Deleted User Hello, I've just upgraded from IDLv7.0 to IDLv8.0 on a Redhat x64 box and found that I'm getting syntax errors on some basic commands, (for instance it doesn't like /EXTRACT in 'strsplit', the syntax of 'read_binary' or recognise 'interpol' as a procedure.) The help suggests there are no changes in the syntax to these commands, so whats going wrong Patch 8.0.1 hasn't made a difference. Thanks.
0 911
10 Nov 2010 09:48 AM
2 Replies and 1479 Views HAZE REDUCTION  1479  2 Started by  Deleted User Hello every one i wanna to make acode with IDL using the IDL to remove haze from an image of SPOT IMAGE Report Post
2 1479
10 Nov 2010 04:51 AM
0 Replies and 1130 Views HAZE REDUCTION  1130  0 Started by  Deleted User Hello every one i wanna to make acode with IDL using the IDL to remove haze from an image of SPOT IMAGE
0 1130
10 Nov 2010 04:37 AM
You are not authorized to create a new topic
Page 63 of 126 << < 6162636465 > >>