<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Hassan,<div><br></div><div>It appears that your <a href="http://BH_diagnostics.ah2.gp">BH_diagnostics.ah2.gp</a> file is missing a single iteration (41440). My guess would be that this is because the apparent horizon finder failed to find a horizon at this iteration.</div><div><br></div><div>This causes trouble when trying to combine the two individual puncture trajectories into a single separation vector. Perhaps SimulationTools should somehow be more tolerant of this scenario, although my test shows to enabling resampling works around it. Alternatively,  you can just work with the individual puncture trajectories with something like the following:</div><div><br></div><div><div>(* Read individual trajectories *)</div><div>traj1 = ReadBinaryCoordinates[&quot;test&quot;, 1];</div><div>traj2 = ReadBinaryCoordinates[&quot;test&quot;, 2];</div><div><br></div><div>(* Cut out the bad bit at the end *)</div><div><br></div><div>traj1 = Slab[#, 0 ;; 121.312] &amp; /@ traj1;</div><div>traj2 = Slab[#, 0 ;; 121.312] &amp; /@ traj2;</div><div><br></div><div>(* Compute coordinate separation *)</div><div>sep = Norm[traj1 - traj2];</div></div><div><br></div><div>I hope this helps,</div><div>Barry</div><div><br></div></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 9 Sep 2019 at 15:09, Hassan Khalvati &lt;<a href="mailto:hassan.kh92@gmail.com">hassan.kh92@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">Hello,</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">I am using simulation tools in Mathematica to extract and visualize my simulation results and thanks to Ian, and Barry, it is really helpful. but I have just faced a problem in checking the binary separation.</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">that is when I am asking to ReadBinarySeparation from my simulations, it is posting an error: </div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">&quot;Plus cannot operate on DataTables with different coordinates. To allow this, use the WithResampling function.&quot;</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">and I have tested for 3 different simulation results and all have the same error message.</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">But if I am replacing the &quot;<a href="http://BH_diagnostics.ah1.gp" target="_blank">BH_diagnostics.ah1.gp</a>&quot; file from the simulation tools&#39; TestSimulation, I am getting output, however that output does not actually belong to my data, the point is that there is no error in this case. </div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">And when I am using &quot;WithResampling&quot; function, I think some of my data is missing, because my data table is reducing to 990, from about 27000.</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">I have attached the diagnostics files from both, my results, and &quot;Testsimulation&quot;, in case it is needed. </div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">I would be grateful if anyone could help me with this.</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">With regards,</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,0)">Hassan</div><div><br></div>-- <br><div dir="ltr" class="gmail-m_-4897768591923164314m_-141589033412755004gmail_signature"><div dir="ltr"><div><div dir="ltr"><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><span style="text-align:right;background-color:rgb(243,243,243)"><font color="#0000ff"><font face="garamond, serif">Hassan Khalvati</font><br><font face="arial, sans-serif"><span class="gmail_default" style="font-size:small"></span><span class="gmail_default"><font size="1">Sharif University of Tehran</font></span></font><br></font></span></blockquote></div></div></div></div></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org" target="_blank">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</blockquote></div>