amepproject / amep

The Active Matter Evaluation Package (AMEP) - a Python library for the analysis of particle-based and continuum simulation data of soft and active matter systems
https://amepproject.de/
GNU General Public License v3.0
9 stars 2 forks source link

FRQ: update/append trajectory #42

Open kay-ro opened 2 weeks ago

kay-ro commented 2 weeks ago

Proposed new feature or change:

To extend an existing trajectory with additional simulation data, it would be useful to be able to append frames to an existing trajectory. Since the trajectory object already has similar properties as a list, we can define an append methods similar to the one for lists. This also allows to update a trajectory for extended data.

ToDo: