X
Search this forum:
Search
You are not authorized to create a new topic
Page 111 of 126 << < 109110111112113 > >>
Topics
 Replies
 Views
 Last Post
1 Replies and 1745 Views Java3D vs IDL plotting 3D spheres  1745  1 Started by  Deleted User I have just started programming in IDL. Before, I have written a tool in Java (using Java3D) that links an image to a 3D plot, representing feature space. Pixels are visualized as small spheres in the 3D plot and a user can rotate the plot and interactively select these small spheres. I was wondering whether thousands of small spheres can be plotted in a 3D IDL plot and whether this can be done fast and efficiently. My second question relates to interaction and selection in 3D in IDL, ie does ID...
1 1745
30 Nov 2005 06:23 PM
0 Replies and 1458 Views Java3D vs IDL plotting 3D spheres  1458  0 Started by  Deleted User I have just started programming in IDL. Before, I have written a tool in Java (using Java3D) that links an image to a 3D plot, representing feature space. Pixels are visualized as small spheres in the 3D plot and a user can rotate the plot and interactively select these small spheres. I was wondering whether thousands of small spheres can be plotted in a 3D IDL plot and whether this can be done fast and efficiently. My second question relates to interaction and selection in 3D in IDL, ie does ID...
0 1458
30 Nov 2005 06:23 PM
0 Replies and 1532 Views How to restore Preferences of IDL  1532  0 Started by  Deleted User I've got IDL Student version and i want to restore preferences. Because i lost views of menus (blanck menu). My version is for Mac OS X. Thank's Fabienne.
0 1532
25 Nov 2005 10:55 AM
0 Replies and 1384 Views Calling user-written functions with keywords without using CALL_FUNCTION  1384  0 Started by  Deleted User On several occasions, IDL has given me a 'syntax error' when I've tried to run a compiled, user-written function with keywords set. (It does not happen with every user-written function, and no keywords = no problem with the functions that _do_ cause problems.) It always speicifies the location of the syntax error as the locaton of the '=' in my first 'keyword_n = keyword_n' keyword assignment. So, while running IDL> result = my_function(arg_1, arg_2, keyword_1=keyword_1) gives me ...
0 1384
23 Nov 2005 02:38 PM
1 Replies and 1412 Views question about plot  1412  1 Started by  Deleted User PLOT function is not choosing the last number as the ending point. Like, if last number of Axis X is 437, the range of the graph ends at 500, if it's 2600, it ends at 3000. There are always some empty spaces. I need to put the curve exactly from 0 to the end in the graph area. Is there a way of doing this thanks
1 1412
23 Nov 2005 02:16 PM
0 Replies and 1393 Views IDL GUI probleme  1393  0 Started by  Deleted User Hello! I am debutant in IDL GUI creation, and I would like to create a MVC interface graphic. But I don't know if it's possible with IDL. Concretely, I want to access to my controler when an event appear. The problem is, XMANAGER call event procedure itself, and it's impossible to access to my controler in this procedure. Could you help me and solve my problem. Thanks in advance. Julien PS: Sorry for my poor english, but I hope you understand me.
0 1393
21 Nov 2005 05:44 PM
0 Replies and 1660 Views Layering widgets?  1660  0 Started by  Deleted User Hi, I have created a widget application that has a widget_tree structure. The tree includes three different types of nodes. Each node type generates a unique event. I want to show a different compound widget on the right depending on which type of node is selected. I am currently mapping and unmapping them but this doesn't do quite what I want. My problem is that the nodes, even when unmapped still cannot occupy space on the screen. I want the widgets to replace each other, at the momen...
0 1660
21 Nov 2005 04:08 AM
2 Replies and 1606 Views Layering widgets?  1606  2 Started by  Deleted User Hi, I have created a widget application that has a widget_tree structure. The tree includes three different types of nodes. Each node type generates a unique event. I want to show a different compound widget on the right depending on which type of node is selected. I am currently mapping and unmapping them but this doesn't do quite what I want. My problem is that the nodes, even when unmapped still cannot occupy space on the screen. I want the widgets to replace each other, at the momen...
2 1606
21 Nov 2005 04:08 AM
0 Replies and 1514 Views how to get the subscription of the MEDIAN function's calculating result.  1514  0 Started by  Deleted User I have a three dimension array ,for example image&9150,50,36&93. idl>midvalue=intarr(50,50,1&93 idl>midvalue&91*,*,0&93=median(image(*,*,0:35),dimension=3) thus ,I can get the median value in third dimension over all the pixels in the image.but,if i want to know the median value's subscription ,how can I do it The function of array_indices got a wrong result.I am confused about it. thanks a lot.
0 1514
18 Nov 2005 06:40 AM
0 Replies and 1620 Views Image Processing  1620  0 Started by  Deleted User How to convert the formatted file (eg. PNG file) to binary file or ASCII file and apply it to remove noise using wavelet
0 1620
17 Nov 2005 07:09 PM
0 Replies and 1559 Views Image Processing  1559  0 Started by  Deleted User How to convert the formatted file (eg. PNG file) to binary file or ASCII file and apply it to remove noise using wavelet
0 1559
17 Nov 2005 07:09 PM
0 Replies and 1582 Views Axis values for using [xyz]tickformat  1582  0 Started by  Deleted User I am comfortable with using &91xyz&93tickformat, even with setting it to a user-defined function. My problem (or at least one way of stating it) is that you can't effectively define such a function, at least not as well as IDL default does, without knowing the axis range, and that doesn't seem to be possible. IDL default clearly knows the axis range, as an axis range from 0 to 20 is labeled &910,5,10,15,20&93, while a range from 0 to 0.2 is labeled &910.00,0.05,0.10,0.15,0.20&93. The ...
0 1582
17 Nov 2005 10:57 AM
0 Replies and 1217 Views resize image  1217  0 Started by  Deleted User hello Simple question I would like to resize an image (tiff format) without use 'IImage' For example I would like to resize a 100*50 image to a 200*100 image and then to display this new image tank you
0 1217
14 Nov 2005 12:46 PM
0 Replies and 1756 Views How can l use idl variabel generated from envi  1756  0 Started by  Deleted User l can create idl variabel from envi, File-Export to idl Variable, but i don,t know how to use it in idl ( progrmming )
0 1756
11 Nov 2005 04:40 AM
0 Replies and 1390 Views How can i write and save an image  1390  0 Started by  Deleted User l want to write in idl a little program and if it is possible can you help me about that, because my experience is =0. l want to read an image ( envisat ) for the file with m-rows, n-lines, and x-bands, and l want to display it..........please help me how can l do this....... Thank you in advance Arlinda Saqellari
0 1390
09 Nov 2005 02:42 AM
0 Replies and 1701 Views 3D visualization  1701  0 Started by  Deleted User Hi to everyone, to who ever might help me, I'm doing my thesis creating a 3D model with shapefiles to display contours of my area. My project should look a lot like the demo of d_contour from the IDL 6.1 instalation that shows the terrain view. I have tried many ways basing my project on the display from thios demo, I have tried transforming the shapefile into a dxf. Recieved some help transforming the dxf into a binary file but still having trouble displaying the model in 3D how it needs to be...
0 1701
07 Nov 2005 01:34 AM
0 Replies and 1546 Views convert sho to dxf and visualizate it in 3D  1546  0 Started by  Deleted User I converted my shapefile to dxf, but I can't read it neither. How can help me I used a XDXF command but the example that have IDL I can read it, but my file no!!! WHYYYYYYYYYY pro example_dxf XDXF, DEMO_FILEPATH('heart.dxf', $ ;my file is named CN_juarez_GEO.dxf SUBDIR=&91'examples', 'data'&93) end Please if somebody can help me, DO IT!!! Mi msn is: isragarcia44hotmail.com Sincerely, A desperate student
0 1546
04 Nov 2005 03:08 PM
1 Replies and 1241 Views In a script, how can I to open a shapefile in 3D?? IT'S VERY URGENT!! PLEASE HELP ME  1241  1 Started by  Deleted User Hi please help me I'm develping my thesis and I can't open my shapefile in 3D, and I don't know do it. I have that finish my project to the next tuesday, and I am crying. Please help me and you are in the credits of my thesis. ALEX. I'm sorry, my English isn't perfect, but I need help!!!
1 1241
04 Nov 2005 02:44 PM
1 Replies and 1685 Views Saving Image in the IDL window as JPEG  1685  1 Started by  Deleted User In our IDL application, we save the image which is being displayed on the screen into JPEG image using the following piece of code. strPath=strToolPath1'/WINDOW/VIEW_1' oExport = OBJ_NEW('IDLitopExportData') oExport->SetExportParameters,0, $ strPath,FileName, $ '/REGISTRY/SETTINGS/FILE WRITERS/JOINT PHOTOGRAPHIC EXPERTS GROUP', 1.0 oExport->DoAction1,(*pState).oTool The image seen in the view is saved as JPEG. If the image is zoomed then only the zoomed po...
1 1685
03 Nov 2005 12:56 AM
0 Replies and 1625 Views Difference between array indexing with explicit index and variable index  1625  0 Started by  Deleted User Suppose: IDL> i=&910,1,2,3&93 IDL> x=&9110,20,30&93 Why does x&91i&93 yield: IDL> print, x&91i&93 10 20 30 30 While x&913&93 produces the usual error: IDL> print, x&913&93 Attempt to subscript X with is out of range. Execution halted at: $MAIN$
0 1625
01 Nov 2005 01:18 PM
You are not authorized to create a new topic
Page 111 of 126 << < 109110111112113 > >>