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 1903 Views Java3D vs IDL plotting 3D spheres  1903  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 1903
30 Nov 2005 06:23 PM
0 Replies and 1610 Views Java3D vs IDL plotting 3D spheres  1610  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 1610
30 Nov 2005 06:23 PM
0 Replies and 1693 Views How to restore Preferences of IDL  1693  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 1693
25 Nov 2005 10:55 AM
0 Replies and 1568 Views Calling user-written functions with keywords without using CALL_FUNCTION  1568  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 1568
23 Nov 2005 02:38 PM
1 Replies and 1568 Views question about plot  1568  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 1568
23 Nov 2005 02:16 PM
0 Replies and 1545 Views IDL GUI probleme  1545  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 1545
21 Nov 2005 05:44 PM
0 Replies and 1814 Views Layering widgets?  1814  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 1814
21 Nov 2005 04:08 AM
2 Replies and 1765 Views Layering widgets?  1765  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 1765
21 Nov 2005 04:08 AM
0 Replies and 1680 Views how to get the subscription of the MEDIAN function's calculating result.  1680  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 1680
18 Nov 2005 06:40 AM
0 Replies and 1771 Views Image Processing  1771  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 1771
17 Nov 2005 07:09 PM
0 Replies and 1720 Views Image Processing  1720  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 1720
17 Nov 2005 07:09 PM
0 Replies and 1743 Views Axis values for using [xyz]tickformat  1743  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 1743
17 Nov 2005 10:57 AM
0 Replies and 1372 Views resize image  1372  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 1372
14 Nov 2005 12:46 PM
0 Replies and 1907 Views How can l use idl variabel generated from envi  1907  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 1907
11 Nov 2005 04:40 AM
0 Replies and 1536 Views How can i write and save an image  1536  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 1536
09 Nov 2005 02:42 AM
0 Replies and 1878 Views 3D visualization  1878  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 1878
07 Nov 2005 01:34 AM
0 Replies and 1711 Views convert sho to dxf and visualizate it in 3D  1711  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 1711
04 Nov 2005 03:08 PM
1 Replies and 1387 Views In a script, how can I to open a shapefile in 3D?? IT'S VERY URGENT!! PLEASE HELP ME  1387  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 1387
04 Nov 2005 02:44 PM
1 Replies and 1865 Views Saving Image in the IDL window as JPEG  1865  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 1865
03 Nov 2005 12:56 AM
0 Replies and 1817 Views Difference between array indexing with explicit index and variable index  1817  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 1817
01 Nov 2005 01:18 PM
You are not authorized to create a new topic
Page 111 of 126 << < 109110111112113 > >>