Re: [opendx-users] radial cueing

2001-04-09 Thread Chris Pelkie
Dear all, A question from the Structural Biology field. I would like to do an isosurface rendering of a virus in which the color depends on the distance to the center of the virus. My data are 3D arrays of floats and the center of the virus is the center of the array. Being a DX newbie,

Re: [opendx-users] How to?

2001-04-09 Thread Chris Pelkie
Hello All. I have the following problem. I have a 3D grid with regular positions and connections, which represents a volume containing several bodies (usually less than 10). The data value is determined by following rule: if position doesn't belong to any body than data=-1, otherway data= body's

Re: [opendx-users] Problem with Opendx 4.1.1 for Windows (MSVC) with installer

2001-04-09 Thread Chris Pelkie
Executive version: 4 1 1 Excutive/UI interface 2 0 0 Creation date: Thu Mar 18 11:35:28 EST 1999 Creation host: linux gdal.watson.ibm.com 2.0.32 ERROR: UI[5,10]: parse error: include\ ERROR: UI[10,16]: parse error: test_file,C:\ ERROR: main: function does not exist WARNING: : Function return

Re: [opendx-users] Install problems/ Easiest platform for install?

2001-04-09 Thread antosha
Hello Dru! Friday, April 06, 2001, 2:19:59 AM, you wrote: DN Hi, DN I would like to begin using Opendx for some projects. DN However, the prebuilt binaries are not installing DN well. DN When I install opendx, it requires ImageMagick, etc. DN I tried installing the ImageMagick binaries and

Re[2]: [opendx-users] How to check Hardware-acceleration is used?

2001-04-09 Thread antosha
hi Dru! Saturday, April 07, 2001, 2:08:57 AM, you wrote: DN Not trying to push any particular brand, but. DN I had tremendous success getting the Nvidia OpenGL DN working under Linux and it was definitely hardware DN accelerated. DN All you need is the card, the Xfree86 binaries and DN the

[opendx-users] Absolutely stuck and DESPERATE for help!! PLEEEEASE!

2001-04-09 Thread [EMAIL PROTECTED]
Hi, I'm sorry about this message as my solution is probably very easy and I'm most likely being a bit dim, but I'm stuck with my dissertation! I'm meant to be using opendx to create 3D images of DNA structures when I input the gene sequence (eg CGTA), and I basically don't even know

Re: [opendx-users] radial cueing

2001-04-09 Thread Carmen San Martin
I think I am missing something here... if I do what you suggest, I will be mapping the DATA VALUES on the isosurface, right? But what I want to map is the VOXEL POSITION. How can I feed this to the color module? I tried with Compute, but couldn't figure out how. Thanks, Carmen

SUMMARY: [opendx-users] radial cueing

2001-04-09 Thread Carmen San Martin
Thanks a lot! The Mark and Compute modules were the clue. The original question and Chris Pelkie's answer are included below. A printout of my final network is attached in case somebody is interested. Carmen San Martin,

Re: [opendx-users] Streamlines

2001-04-09 Thread Frederick R. Phelan Jr.
At 06:00 PM 4/6/01 -0400, you wrote: you should just be able to do it directly; a velocity field is exactly what you have. As I said, you may need to Extract the positions component to pass to Start, but I don't think so. What would be the best way to extract the positions? I'm pretty certain

Re: [opendx-users] Streamlines

2001-04-09 Thread David Thompson
Right after the Import, throw in an Extract module and set the 'which' parameter to positions. Then feed that into your 'start' param. David At 06:00 PM 4/6/01 -0400, you wrote: you should just be able to do it directly; a velocity field is exactly what you have. As I said, you may need to