atom feed7 messages in org.paraview.paraview[Paraview] Comparing datasets - takin...
FromSent OnAttachments
Christof König BeattyApr 23, 2008 6:40 am 
Kent EschenbergApr 23, 2008 7:57 am 
Ricardo ReisApr 24, 2008 3:16 am 
Christof König BeattyApr 24, 2008 3:16 am 
Christof König BeattyApr 24, 2008 4:28 am 
Christof König BeattyMay 7, 2008 7:26 am 
Moreland, KennethMay 7, 2008 8:16 am 
Subject:[Paraview] Comparing datasets - taking a difference
From:Christof König Beatty (kon@astr.ucl.ac.be)
Date:Apr 24, 2008 3:16:20 am
List:org.paraview.paraview

Thanks a lot for the tip, I wouldn't have figured that out. I had to tweak a little, so here what works for me:

1) Use Calculator #0 to rename the variable from dataset #0 (eg pick just 'h' with result array name 'h0') 2) Use Calculator #1 to rename the variable from dataset #1 (eg 'h' to 'h1') 3) Use "Append Attributes" while having selected both Calculator #0 and #1 to combine the output from 1) and 2). AppendAttributes1 now contains 'h0', 'h1' as well as 'h' (which one?). 4) Use Calculator #2 on AppendAttributes1 to take difference (eg h1-h0).

Without introducing step 2) 'h' was still the one from dataset #0 but that might be a Mac version variation. Like this it should always work.

Thanks a lot,

Chris

Kent Eschenberg wrote:

1) Use Calculator #0 to rename the variable from dataset #0 2) Use "Append Attributes" to combine the output from 1) and dataset #1 3) Use Calculator #1 with the output from 2) to find the difference

Kent Pittsburgh Supercomputing Center

Christof Ko"nig Beatty wrote:

I've tried using the calculator, but cannot manage to take a difference between two variables of the same name but coming from different datasets. I tried grouping the two datasets but still I don't see how to take that difference.