|
|
|
|
|
1 Replies and 1198 Views
how to play .wav file 1198 1
Started by Deleted User
how to write the code to play *.wav
|
|
|
|
1 |
1198 |
14 Aug 2013 12:37 PM |
|
1 Replies and 1312 Views
copy/paste from widget table 1312 1
Started by Deleted User
hello,
Is it possible to copy or paste data between a widget_table and the windows system clipboard Specifically, I would like to copy numeric data from multiple cells of an IDL widget_table into an excel spreadsheet, or into another windows application. Is this possible
thanks,
Mark
|
|
|
|
1 |
1312 |
13 Aug 2013 05:26 AM |
|
2 Replies and 1351 Views
Map&39;s xrange and yrange problem? 1351 2
Started by Deleted User
Hi guys:
I write the fellowing code to test map' xrange and yrange using IDL 8.2.3.
With 'Stereographic' projection and disabling window' refresh,
the map's xrange and yrange equal &910,0&93. But for other projection (like Lambert) or
enabled window' refresh, the map's xrange and yrange is OK. So why
How can I solve this problem Very thanks!
PRO test_map
w = window()
w.refresh, /disable
mp_bg = MAP('Stereographic', /current, $
CENTER_LONGITUDE=110, $
CENTER...
|
|
|
|
2 |
1351 |
13 Aug 2013 02:38 AM |
|
1 Replies and 1655 Views
READ_VIDEO 1655 1
Started by Deleted User
Hi
I am not sure I understand the usage of the new method READ_VIDEO in combination with the HANDLE keyword. Anyway, I need to load a large HD video (1 GB) and process each frame in a loop. Which is the most efficient way to do that
Thanks
|
|
|
|
1 |
1655 |
12 Aug 2013 02:20 AM |
|
3 Replies and 1255 Views
Adding color using Image() 1255 3
Started by Deleted User
Hi,
I have a 2-d histogram that I am plotting using im1=IMAGE(hist, ...). Is there a way to add color to the image so the histogram is colored rather than black&white I've tried things like color=color, /color, n_colors etc. but haven't had any luck. (as a side note I can't seem to get background_color to work either...)
I can get a color plot using the older image command. imdisp,hist, ....
SET_PLOT, 'PS'
loadct,9
DEVICE, FILE='24bit.ps', /COLOR, BITS=8
imdisp,hist,xtitle='Stellar mass',y...
|
|
|
|
3 |
1255 |
09 Aug 2013 09:30 AM |
|
4 Replies and 1438 Views
idlde8.1 crash on debian sid amd64 1438 4
Started by Deleted User
Can you help me
We have purchased idl 8.1, but not 8.2, how to do have idlde working
Thank you very much.
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x0000000000000000, pid=13232, tid=140563072354048
JRE version: 6.0_17-b04
Java VM: Java HotSpot(TM) 64-Bit Server VM (14.3-b01 mixed mode linux-amd64 )
Problematic frame:
C 0x0000000000000000
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bu...
|
|
|
|
4 |
1438 |
07 Aug 2013 07:59 AM |
|
1 Replies and 1159 Views
IDL can&39;t read hdf5 by szip 1159 1
Started by Deleted User
I have a hdf5 file ,and its compress algorithm is szip and not gzip.So I can't read it using IDL.Can you help me . Thank you !
|
|
|
|
1 |
1159 |
04 Aug 2013 09:41 PM |
|
0 Replies and 1117 Views
object assignment with pointers 1117 0
Started by Deleted User
Many times, I need to create objects with fields whose size is unknown until the time of construction or later. To accomplish this, I leave those fields as ptr_new() until I know what size arrays I need. I know that we cannot overload the assignment operator, but copying each element field for field breaks encapsulation, as changing one class can alter the contents of multiple classes.
Is there any way around this How can I prevent this from happening
Thanks for any help
|
|
|
|
0 |
1117 |
30 Jul 2013 10:52 AM |
|
7 Replies and 2572 Views
Reading tiff images in IDL 2572 7
Started by Deleted User
Hi,
I am very new in IDL so please forgive me if this a silly question.
I have a tiff file hdr which has been previously generated by ENVI. I wanna read it in IDL.
It contains NDVI index data with floating point format with the range of -1.0 ~ 1.0
I tried to read it with read_tiff() but no luck. It says that the magic number is not valid.
I should say that I am not sure if this is a true tiff file. this being said the file extension is .tif and I can open it in ENVI.
I tried to use Query_ti...
|
|
|
|
7 |
2572 |
29 Jul 2013 01:45 PM |
|
3 Replies and 1463 Views
IDLDE workbench(idl82) crash on SUSE 12.3(64bit) 1463 3
Started by Deleted User
Hi, everyone,
I have installed envi50linux.x86_64 on SUSE 12.3(64bit), idl, envi, idlhelp, envihelp can start without any problems in the terminal,but when I try to start IDLDE in the terminal, the workbench always crash, and gives the following error info
"
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x0000000000000000, pid=6187, tid=140432328533760
JRE version: 6.0_17-b04
Java VM: Java HotSpot(TM) 64-Bit Server VM (14.3-b0...
|
|
|
|
3 |
1463 |
23 Jul 2013 09:02 PM |
|
3 Replies and 1411 Views
fail to start idlde(idl71) on SUSE 12.3(64 bit) 1411 3
Started by Deleted User
Hi, everyone
Recently, I have installed envi47linux.x86 on SUSE 12.3(64 bit). Though I can start envi, ittlicense. idl, idlhelp, I cannot start idlde in the terminal, and it doesnot give any error in the terminal. Can anybody help me solve this problem, thanks in advance!
I have tried thse methods, but they do not work for me.
Any help will be greatly appreciated!
http://www.exelisvis.com/Support/Forums/tabid/184/forumid/7/threadid/11479/scope/posts/Default.aspx
http://www.exelisvis.com/Supp...
|
|
|
|
3 |
1411 |
23 Jul 2013 06:06 PM |
|
1 Replies and 1223 Views
Orientation of text and title with Plot3D 1223 1
Started by Deleted User
Hi, in IDL 8.2.2, the title and any TEXT objects applied to a Plot3D object would stay fixed in orientation relative to the 3D plot as I rotated the plot with my mouse (their orientation would rotate with the plot). Now, in IDL 8.2.3 the title and text seem to be fixed in orientation relative to the viewer. I can't find how to restore the previous behavior. How can I do this
Thanks.
|
|
|
|
1 |
1223 |
23 Jul 2013 04:25 PM |
|
2 Replies and 1215 Views
map LIMIT in function graphics routine 1215 2
Started by Deleted User
Hi,
I am trying to use IDL's (8.2.3) function graphics for displaying projected imagery and vector data. I am using Albers EA projection with standard parallels between 25 and 0 degrees latitude. The geographic area I am trying to display ranges from -10d lat to 30d lat. However, IDL displays map grids and continent outlines below 0 degree lat only if I lower the second standard parallel. My guess is that IDL uses the standard_par2 as the southern map boundary, which would be an incorrect assump...
|
|
|
|
2 |
1215 |
21 Jul 2013 07:08 AM |
|
1 Replies and 1694 Views
Connecting to Password Protected OPeNDAP Server 1694 1
Started by Deleted User
Greetings!
My organization is an atmospheric data provider and we are implementing a THREDDS Data Server, which, for gathering user metrics, is password-protected.
I have successfully used your AIRS example
http://www.exelisvis.com/Company/PressRoom/Blogs/TabId/836/ArtMID/2928/ArticleID/13024/Native-OPeNDAP-support-in-IDL.aspx
in our version (8.2.1) if IDL. However, I do not seem to be able to access my own TDS OPeNDAP service with a supplied user/pass syntax as
url = 'http://USERNAME:PASSWORD...
|
|
|
|
1 |
1694 |
19 Jul 2013 11:29 AM |
|
1 Replies and 1385 Views
H.264 format 1385 1
Started by Deleted User
Can the H.264 format (video stream) be read by IDL If yes, how can I do
|
|
|
|
1 |
1385 |
18 Jul 2013 09:01 PM |
|
2 Replies and 1297 Views
IDL with OpenVMS 1297 2
Started by Deleted User
Anybody still using IDL with OpenVMS
What OS version What IDL version
We need to update our OpenVMS from 7.3.2 to the latest version and wondered what IDL version still works with the latest OpenVMS.
We' have a 64-bit Alpha Server with IDL 5.4 installed.
Thanks!
|
|
|
|
2 |
1297 |
17 Jul 2013 08:38 AM |
|
3 Replies and 1410 Views
http vs. ftp file download 1410 3
Started by Deleted User
Hello,
I have two scripts to automatically download satellite imagery (Modis) via ftp. However, recently the provider changed from ftp to http and the scripts no longer work. There are some lines of code that specify ftp...
oUrl->SetProperty, URL_SCHEME = 'ftp'
and further down...
dirList = oUrl->GetFtpDirList()
Looking at the IDL Help for a solution, I find all kinds of relevant entries related to ftp download and find that the scripts are actually very similar to the Help examples, but there's...
|
|
|
|
3 |
1410 |
16 Jul 2013 07:15 AM |
|
2 Replies and 958 Views
how can i fill the continent 958 2
Started by Deleted User
I read the continents line (from "'shape\continents.shp',SUBDIR=&91'resource','maps'&93") and drew the line in the globe on the object graphic(graphics_level=2). But I don't know fill it. How can I do
|
|
|
|
2 |
958 |
08 Jul 2013 07:06 AM |
|
1 Replies and 1254 Views
Displaying a 2D hist with image() 1254 1
Started by Deleted User
Hi,
I have 2 questions. I'm having trouble with Image(). I'm trying to display a 2D histogram (Ex im1=image(histogram1a,/axis) ) but the image that pops up is incredibly small and you can't actually see anything. I've been trying to use the SCALE_CENTER and SCALE_FACTOR listed as some of the properties, but I keep getting an Unknown Property error. Is there a way around this
My 2nd question may be resolved if I can get the first one to work, but I'd like to make a plot/image of my 2d histog...
|
|
|
|
1 |
1254 |
05 Jul 2013 12:01 PM |
|
2 Replies and 1215 Views
Injecting code from an external file? 1215 2
Started by Deleted User
Hi,
I am trying to code an extension which would apply a logical expression to a serie of data; this expression is not known in advance and the extension should take it from an external file provided by the user. Is there any way of "injecting" this external code/logical expression into the main flow of the program while it is running
Also, I have thought about taking an expression in another language (e.g. in SQL) to attempt an automatized "translation", but to achieve thi...
|
|
|
|
2 |
1215 |
04 Jul 2013 04:17 AM |