<div dir="ltr">On Tue, Nov 25, 2008 at 01:47, Suman Chakrabarty <span dir="ltr">&lt;<a href="mailto:suman@sscu.iisc.ernet.in">suman@sscu.iisc.ernet.in</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear all,<br>
<br>
I have a very long trajectory split over a large number of files. What<br>
would be the most efficient way to use the analysis programs over them?<br>
Do they support multiple input for trajectory? Or I need to combine all<br>
files into a single one anyway?<br>
</blockquote></div><br>You should analyze each individual part on its own, and output the raw data of the result, then average the parts together.<br><br>For example - say you are interested in coordination number of molecule X:<br>
For each part, output both the total number of X&#39;s found, plus the total number of X neighbors found. The coordination number is then the sum of neig. divided by the sum of X&#39;s, from ALL parts.<br>It might be an issue if each part has different time length, then averaging the coordination number of each part might give more statistical weigh to short parts then they should have.<br>
<br>In other words, you should first collect the data of each part together, and only then avg..<br><br>--Omer.<br></div>