Hi Angel,

I probably was not very clear. As I understand it, when you use:

load TRAJECTORY file

you get one set of atoms and 'number-of-frames' sets of coordinates  
(one set of coordinates for each model/frame in the file).

All my files will have one model in them. What I want to do is have:

load file

to get the initial atom set and initial coordinates. Then have a loop:

for i=1, nframe
    load file(i)
end

that appends just the coordinates to the data that is already loaded  
without creating a new atom set. (This is essentially splitting up the  
"load TRAJECTORY file" command into its component parts.)

set appendNew false

will not help me I do not think as it will add new frames (which is  
what I want to be able to animate the trajectory), it will just append  
the atoms in the appended file to the current frame.

Cheers
Andy

Quoting Angel Herráez <[email protected]>:

> Hi Andy
>
> I'm not sure I understand what you mean by adding a trajectory point  
>  (I haven't worked with
> trajectories), but regarding the addition of atoms without   
> generating new frame/model, there
> is
>
> set appendNew false
>
> Don't know if that would fix the slowness.
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Jmol-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>



==========================================
      Dr Andrew R. Turner
   e: [email protected]
   t: +44 (0)131 651 3578
   p: EPCC, University of Edinburgh EH9 3JZ
==========================================

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to