[opendx-users] Map module to find area of intersection

2004-12-16 Thread Sharon Gibson
I'm wanting to find the area of intersection or overlap between two, 2-D fields with scattered positions. I can get this result in a roundabout way by using two instances of Map. Map will give as a bi-product a set of invalid positions which can be used to mask out areas of non-intersection on

Re: [opendx-users] Printing informations on a Control Panel

2004-12-02 Thread Sharon Gibson
Ever try the Message module ? It sounds to me like this would do what you want. --- Forwarded mail from opendx2-users@lists.berlios.de Date: Fri, 5 Nov 2004 17:30:04 +0100 (CET) Subject: [opendx-users] Printing informations on a Control Panel From: Emmanuelle Lafont [EMAIL PROTECTED] To:

Re: [opendx-users] mark invalid data

2004-06-25 Thread Sharon Gibson
Use the following equation in Compute: a==-999||a==999||a==?byte(1):byte(0) Then pipe the result into the `srcfield' port of Replace, with your original data piped into the `dstfield' port. Set 'srcname' to data and 'dstname' to invalid positions. On Jun 25, 10:12am, Fred

Re: [opendx-users] lost on transformation matrix

2004-06-25 Thread Sharon Gibson
I think that Inquire('apply transform') will change the positions numerically rather than just on the screen. That's my memory, anyway. Maybe someone else can confirm. On Jun 25, 10:55am, Fred Ramsing wrote: Subject: [opendx-users] lost on transformation matrix Hi all, I tried using the

Re: [opendx-users] automatic selector

2003-09-25 Thread Sharon Gibson
It seems you are doing two selection processes when only one is necessary. If you take out the SelectorList, all the field names should appear in the control panel of Selector. On Sep 23, 5:57pm, Stéphane Glockner wrote: Subject: [opendx-users] automatic selector Hello, Second question of the

Re: [opendx-users] Include/replace question

2003-07-03 Thread Sharon Gibson
positions) into the field that aren't necessarily derived with reference to the invalid connections. Weird things happen then. I could list several other wierdnesses to look out for, if anyone's interested. On Wednesday, Jul 2, 2003, at 14:25 America/New_York, Sharon Gibson wrote

Re: [opendx-users] Include/replace question

2003-07-02 Thread Sharon Gibson
Chris is right about messing with invalids being a tricky process. He gave me quite useful help long ago. But even now after years of tinkering, I still stumble across surprising results, things I didn't know, and cases that break my algorithm (i.e. it was proven to work only most of the time).

Re: [opendx-users] Gather images from several windows

2003-05-09 Thread Sharon Gibson
Yes, gather them up using Collect and then send to Arrange. There should be a dxsamples program showing this, I think. I wonder if is it possible to gather the images from these several windows into just one?. best regards, .--. Luis M. de la Cruz S.

Re: [opendx-users] Red Color Cache Bug: example explanation for Bugs list

2002-12-04 Thread Sharon Gibson
There was some discussion about this in Nov. '99. These postings might be helpful: http://opendx.npaci.edu/mail/opendx-users/1999.11/msg00091.html http://opendx.npaci.edu/mail/opendx-users/1999.11/msg00093.html

Re: [opendx-users] Newbie computation question

2002-08-27 Thread Sharon Gibson
Is it a histogram that you want ? There is a macro for that... -Sharon

Re: [opendx-users] Band module

2002-05-21 Thread Sharon Gibson
. They should work just fine on the output of Band. Donna L. Gresh, Ph.D. Visual Analysis Group IBM T.J. Watson Research Center (914) 784-5049 http://www.research.ibm.com/people/g/donnagresh [EMAIL PROTECTED] Sharon Gibson [EMAIL PROTECTED

[opendx-users] Band module

2002-05-15 Thread Sharon Gibson
Is anyone aware of problems or features of the Band module ? I began experimenting with the Band module because I thought that it might offer a convenient way to scale float data into discrete byte values for the purposes of utilizing delayed colors. It did work nicely for that, but I see that it

Re: [opendx-users] diff-ing similar images

2002-01-18 Thread Sharon Gibson
Sometimes it is extremely difficult to put two variably acquired images into the same measurement space so that they can be differenced. Because of two microscopes, it sounds here like you might need to have quite a bit of optical knowledge and information. You don't say what you are looking for

[opendx-users] delayed colors

2001-12-28 Thread Sharon Gibson
Hi all (of those not vacationing this lovely friday), What's the connection between delayed colors and use of Camera ? In the reference manual it is said that to utilize delayed colors, one needs to use Display (no camera) rather than Image. Is this correct ? The delayed colors (Color,

Re: [opendx-users] AutoAxes

2001-10-24 Thread Sharon Gibson
([a.x, a.y]) | Unmark | Sharon Gibson [EMAIL PROTECTED]@opendx.watson.ibm.com on 10/23/2001 03:19:53 PM Please respond to opendx2-users@lists.berlios.de Sent by:[EMAIL PROTECTED] To:opendx2-users@lists.berlios.de cc: Subject:[opendx-users

Re: [opendx-users] AutoAxes

2001-10-24 Thread Sharon Gibson
on top of the rest of the plot, that line will have the added benefit of being visible, too ? :-) Sharon Gibson [EMAIL PROTECTED]@opendx.watson.ibm.com on 10/24/2001 03:03:09 PM Please respond to opendx2-users@lists.berlios.de Sent by:[EMAIL PROTECTED] To:opendx2-users@lists.berlios.de

Re: [opendx-users] cluster plot - add line

2001-10-18 Thread Sharon Gibson
Just for the record, I found a macro MakeLine in the dx/samples/macros directory which will create the line that I need. There is a sample net PlotLine2.net which shows the use of the macro. Thanks to whoever wrote this macro. Sharon

Re: [opendx-users] cluster plot

2001-10-16 Thread Sharon Gibson
Greg, your attachment does not appear to have gone through. I've heard some discussion about whether or not attachments actually can be distributed to the group, but never caught any conclusion. Should it have been posted with your message? Maybe it's just my e-mail that doesn't do its job.

[opendx-users] cluster plot

2001-10-12 Thread Sharon Gibson
I'm looking for a good way to represent frequency of occurence in an x vs. y cluster plot. I've developed an array based solution to this kind of thing using other packages, but I have no clue how to start in dx, since I now have fields rather than arrays. Can anyone give me a directive ? I

Re: [opendx-users] cluster plot

2001-10-12 Thread Sharon Gibson
the Histogram module does? Greg Sharon Gibson [EMAIL PROTECTED]@opendx.watson.ibm.com on 10/12/2001 01:37:50 PM Please respond to opendx2-users@lists.berlios.de Sent by: [EMAIL PROTECTED] To: opendx2-users@lists.berlios.de cc: Subject: [opendx-users] cluster plot I'm looking for a good

Re: [opendx-users] How to turn off screen output of `image'

2001-10-04 Thread Sharon Gibson
I'd like to try this suggestion, but can't quite figure out how to set up the JavaDX environment. As directed within the URL mentioned below, I go under Edit...Java...Add Tools..but I get an error message the definition of Macro WebOptions is missing. Do I have to get my SA to install

[opendx-users] redisplay an image

2001-08-29 Thread Sharon Gibson
Is there a way to force the Image module to not redisplay an image if nothing has changed since the last execution ? I am caching all my results, so it seems to me that if I execute my net twice, the second instance will complete instantaneously. This appears to be true if I don't display any

Re: [opendx-users] problems with invalid positions

2001-07-23 Thread Sharon Gibson
On Jul 23, 7:55am, Chris Pelkie wrote: Subject: Re: [opendx-users] problems with invalid positions Dear All, I've got a rather strange problem with invalid positions, in that they still get displayed. My network is as follows: I have a field, IH, with invalid positions (this is displayed

Re: [opendx-users] Colour composites?

2001-05-08 Thread Sharon Gibson
The short answer is to first scale each data set to a range of 0-1 (there's reasons you may want to scale to a different range, or use weighting, but we'll save that description for the long answer). Assuming each data set has same positions, then Compute [R,G,B], where R is the data set to

Re: [opendx-users] grabbing Xform positions

2001-04-23 Thread Sharon Gibson
I take it you aren't using Glyph per se, but you've manufactured an object that's imported and realized by simply rendering it, right? I'd bypass Glyph since you can't get its internal scale value (an addition someone should add someday). Right. So if I were scaling up the Sphere, I could

Re: [opendx-users] Camera view for polar projection

2001-03-30 Thread Sharon Gibson
I'm working with a transformed map object (NPoleOrtho), so the coordinates aren't in degrees. I am able to feed to Camera the range of these coordinates whatever they are (I didn't really realize this when I posted this question), and get a fairly reasonable view. The real problem I'm having in

Re: [opendx-users] picking from transformed object

2001-03-26 Thread Sharon Gibson
Thanks for this response. Your method is slick, but is it necessary ? I'm thinking that this would do the same as I'm doing by saving the original positions under a new component name, and then grabbing that component from the pick. ?? But there is something that is being overlooked in all my

Re: [opendx-users] picking from transformed object

2001-03-20 Thread Sharon Gibson
I typically Construct a field from bits and pieces returned by Pick. Select 'closest vertex' and send it to Construct origin; in parallel, Select 'old positions' and send it to (the same) Construct data. You should have a field with one position and one vector data item attached to it

[opendx-users] picking from transformed object

2001-03-19 Thread Sharon Gibson
How do you get original positions back out after picking from a transformed object and extracting the closest vertex ? I've tried saving the original object positions under some other component name, and I am able extract these positions from the pick point, but not from the closest vertex (the