X
Search this forum:
Search
You are not authorized to create a new topic
Page 75 of 126 << < 7374757677 > >>
Topics
 Replies
 Views
 Last Post
0 Replies and 1005 Views calculate values within a vector  1005  0 Started by  Deleted User I am very much a beginner at programming but would like to calculate the values of a raster within vector area for many images. Does anyone have a script that can: -Open a shapefile -Open many rasters -Calculate the mean and standard deviation of those rasters within the shapefile region, but is able to ignore areas of zeros or NoData -Output the mean and standard deviation to a table which lists all the results together Any help is greatly appreciated! Thanks!
0 1005
19 Aug 2009 11:51 AM
1 Replies and 934 Views idlde not starting, file not found  934  1 Started by  Deleted User Hello, I'm trying to run idlde 708 (7.08) on ubuntu 8, 64 bit. But whenever i run idlde, I get the following error message :- /usr/local/bin/idlde: line 609: /usr/local/itt/idl708/idlde/idlde.linux.x86: Aucun fichier ou dossier de ce type (which means "file not found" in French) But the file does exist :- ls -l /usr/local/itt/idl708/idlde/idlde.linux.x86 -rwxr-xr-x 1 root users 20537 2009-02-13 19:42 /usr/local/itt/idl708/idlde/idlde.linux.x86 Here's an strace output :- exe...
1 934
19 Aug 2009 09:33 AM
1 Replies and 1322 Views multi-core CPUs and IDL  1322  1 Started by  Deleted User Hi, &160; I've been using IDL 6.4 (64-bit) for a while using my department's license on a machine with an intel dual-core processor running RedHat. IDL doesn't seem to be able to utilize both processors on this machine, my CPU load never exceeds 50 even when I'm running that takes hours to calculate (in my procedures, the CPU is definitely the bottleneck). When running long computations the CPU load will hover around 100 on one processor, and then at random times just switch to being 100 o...
1 1322
14 Aug 2009 03:57 PM
1 Replies and 1047 Views Serial Communication - Help Wanted  1047  1 Started by  Deleted User Good Morning Everyone, This topic is about using the SERIAL Port Input/output DLM that is available for download. As, some of you already notice it, this plug-in is not anymore working for the last verion of IDL. In the post "Serial" by shenanigans, ITT support answer that "...The dll and dlm will need to be set up to work with the IDL release.&160; The author included the C source file so a new dll and dlm should be able to be compiled for use with IDL 71." Probably, co...
1 1047
14 Aug 2009 10:05 AM
2 Replies and 3691 Views Error opening file  3691  2 Started by  Deleted User Hi, First of all sorry because of my English. I have just install the 7.1 IDL version on my Ubuntu 9.04 and there is a problem. I am trying to run some of the programs I have done with an older version. If I compile them with IDL DE everything it's all right but when I try to work with the console it appears: IDL> .rnew AjusteLor Error opening file. File: AjusteLor The error seems so stupid and I think is due to a misconfiguration of the IDLWorkSpace but I don't know what to do. Thank y...
2 3691
13 Aug 2009 07:13 AM
0 Replies and 1291 Views Mac Isight image capture  1291  0 Started by  Deleted User Can anyone suggest how I can capture images from the Mac Isight camera directly into IDL
0 1291
08 Aug 2009 12:57 PM
1 Replies and 1101 Views HDF 2 GB LIMIT  1101  1 Started by  Deleted User I'm running IDL Version 7.0 (linux x86 m32). I'm creating a HDF files and load some data in it. When the files get bigger than about 2 GB I am not able to close the file. Here is a pseudo code showing what I do. EFF_GRID = HDF_SD_Start("grid.hdf",/Create,/RDWR) for i = 0,N do begin &160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160; data = somedatatosave_i &160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160; ID_data = HDF_SD_Create...
1 1101
05 Aug 2009 10:25 AM
0 Replies and 1203 Views Create array with IDL's internal API  1203  0 Started by  Deleted User Hello, I'm writing a bridge to IDL from C. I have currently got almost everything to work. However, what I can not figure out is how to neatly create an array variable through the interface defined in idl_export.h. I have only three options as far as I know: 1. Use Import(Named)Array to point to the data. However, this would only create a pointer to the data I have previously defined. I do not wish to do this, since it would mean that if the data is modified outside of IDL, it will also be mod...
0 1203
05 Aug 2009 04:30 AM
2 Replies and 1336 Views Secondary axis in iPlot  1336  2 Started by  Deleted User Is there a way to add a secondary y-axis in iPlot, and if so can I do it programmatically&160; Ideally when I use overplot in the call to iPlot, Id like to give that second dataset its own axis. Any Suggestions Thanks, Matt
2 1336
28 Jul 2009 11:08 AM
3 Replies and 1663 Views Bash Scripting .pro files  1663  3 Started by  Deleted User *******Note: I think that I might have posted this originally in a defunct forum as I was the only thread, sorry if this is a double post everybody. I am attempting to make a script that runs a set of idl commands to simplify a long complicated process thats I perform weekly. What I usually do is in terminal $ idl IDL > .r glmutlsmaps.pro IDL > maps, dayrange='2009d100' IDL > exit (where maps is the header of the profile I just compiled and dayrange is a variable in the file) Now, what I ...
3 1663
27 Jul 2009 01:59 PM
1 Replies and 1354 Views Export Bridge Assistant COM Objects Are Bound To Specific Version of IDL  1354  1 Started by  Deleted User Hello, When I export an IDL class (via COM) using the Export Bridge Assistant,&160;it&160;seems to be bound to the specific version of IDL that&160;I used to create the exported dll. So when a new version of IDL comes out and I want to upgrade my applications, I need to rebuild my COM export bridge dll using&160;the newer version and recompile my client applications. Does anyone know an alternative or more convenient way to get these export bridge dlls to work with newer versions of IDL, w...
1 1354
27 Jul 2009 07:08 AM
0 Replies and 1163 Views help modify correlate.pro to return a signficance (p-value)  1163  0 Started by  Deleted User Does anyone know how I can modify correlate.pro to also return a significance value&160; r_correlate seems to be the only correlation function that returns a significance value and it would be convenient if correlate would do the same.&160; Thanks, Matt
0 1163
21 Jul 2009 11:43 AM
0 Replies and 960 Views BUG: wset doesn't remember window range  960  0 Started by  Deleted User I have encountered this bug in IDL. you can use this code: window,1 x=findgen(100) y=findgen(50) y=&91y,reverse(y)&93 plot,x,y,yr=&910,100&93,/ys window,2 plot,x,y,yr=&910,150&93,/ys ;here you change the yrange wset,1 ; here you call back window1, but NOT its yrange !! oplot,x,y,color=100 If you look at the result the oplot is not the same, because it remembers the yr of window 2 and not wset,1. &160;Problem encountered on a linux machine (Ubuntu 9.04 - the Jaunty Ja...
0 960
17 Jul 2009 02:41 PM
0 Replies and 1049 Views segmentation fault  1049  0 Started by  Deleted User Dear guys, I am loggng in another country's machine to deal with some astronomy data. However, offten meet some segmentation fault. Following is a example. What is wrong with it Thanks in advance! &160; Sun &160; 3dp> load_3dp_data Using decomutator: "/disks/socware/idl/missions/wind/3dp/idl/wind3dp_lib_sunos_sparc.so" Wind Data Extraction Library. (compiled: 11:27:42&160; Apr 18 2002) Using /home/wind/index/wi_lz_3dp_files as the data source. Loading file /home/w...
0 1049
16 Jul 2009 08:00 AM
0 Replies and 1181 Views IDL Licencing on Linux  1181  0 Started by  Deleted User Hi, I am running IDL7.0.8/ENVI4.6.1 on an OpenSuSE 11.1 machine and I've been having a few issues trying to get the licensing procedure working. We run a network license, and I set that up some time ago on this particular machine using the "ittlicense" command, with no problems. However, when I run IDL/ENVI as a normal user I receive an error message stating that it can't find the license, and will run in 7 minute demo mode. This does not happen if I run the program as root. Is thi...
0 1181
15 Jul 2009 07:38 AM
0 Replies and 1236 Views Find-Guru connects Teachers and Students in a unique way  1236  0 Started by  Deleted User Find Guru who are trying to make an online class room where you can get connected with teachers, attempt assignments and rent books as well http://www.find-guru.com Find Guru connects Teachers and Students in a unique way facilitating knowledge transfer and mentor ship through the internet. We launched a new module for students. students can submit their assignments and the expert panel will help in solving the assignments. Ask expert is the another new module for the...
0 1236
13 Jul 2009 05:49 AM
0 Replies and 1059 Views a  1059  0 Started by  Deleted User &160;
0 1059
12 Jul 2009 07:39 PM
0 Replies and 1395 Views Bugreport: ABS does not work as expected  1395  0 Started by  Deleted User On IDL Version 7.0 (linux x86_64 m64) ABS does not work as expected. This has to do with the fact that IDL allows both 0 and -0 for floats and doubles. Example: IDL> print, 0., -0., ABS(0.), ABS(-0.) Output: 0.00000 -0.00000 0.00000 -0.00000 Expected output: 0.00000 -0.00000 0.00000 0.00000 Reproducable: always This "bug" (or can we call it a feature) also exists in Version 6.4, Solaris (sunos sparc m64) and Ve...
0 1395
10 Jul 2009 12:20 PM
0 Replies and 1145 Views idl___ is not available for this system (solaris2.x86_64)  1145  0 Started by  Deleted User I recently installed idl 7.1 on our new Sun machine running Solaris 10. >uname -a SunOS **** 5.10 Generic_138889-08 i86pc i386 i86pc When I run idl in command-line mode, everything seems to work fine >idl IDL Version 7.1, Solaris (sunos x86_64 m64). (c) 2009, ITT Visual Information Solutions ... IDL> But the other idl tools (idlde, help) do not seem to work. > idlde idlde is not available for this system (solaris2.x86_64) > idlhelp idlhelp is not available for this system (...
0 1145
07 Jul 2009 01:17 PM
0 Replies and 1450 Views read .CDF file  1450  0 Started by  Deleted User Does anyone know how to read CDF file in IDL thanks
0 1450
03 Jul 2009 04:32 PM
You are not authorized to create a new topic
Page 75 of 126 << < 7374757677 > >>