Whats your data look like?  I did this:

c = Construct([-1 -1 -1], [.1 .1 .1], [21 21 21], {1 .. 9261});
c = Post(c, "connections");
c = Reduce(c, 2);
Print(c, "r", "data");

And got:

Field.  4 components.
Component number 0, name 'positions':
Component number 1, name 'connections':
Component number 2, name 'data':
 Generic Array.  1000 items, integer, real, 1-vector
 Attribute.  Name 'dep':
  String.  "connections"
Component number 3, name 'box':



                                                                                
                                                         
                      Randall Hopper                                            
                                                         
                      <[EMAIL PROTECTED]>              To:       
[email protected]                                  
                      Sent by:                             cc:                  
                                                         
                      [EMAIL PROTECTED]        Subject:  [opendx-users] Reduce 
question                                      
                      son.ibm.com                                               
                                                         
                                                                                
                                                         
                                                                                
                                                         
                      08/12/2002 12:32 PM                                       
                                                         
                      Please respond to                                         
                                                         
                      opendx-users                                              
                                                         
                                                                                
                                                         
                                                                                
                                                         



I have a data field that's position dependent.
I Post it to make it connection dependent.
I then Reduce it by 2.
The resulting data is position dependent.

?

I realize I can just move the Post after the Reduce.  But I'm curious...

Is this a feature or a bug.  This surprising behavior of converting the
data dependency isn't mentioned in the Reduce docs.

Randy

--
Randall Hopper (mailto:[EMAIL PROTECTED])
Lockheed Martin Operation Support
EPA Scientific Visualization Center
US EPA N127-01; RTP, NC 27711




Reply via email to