Track grains,clusters, etc. over time
This modifier is currently in early beta / under development. It might not work for your data. If you encounter any issues or have suggestions, please feel free to open an issue or contact me via email.
Additional information can be found in this matsci discussion.
[[Function parameters]]
Examples can be found in "examples/"
-
OVITO Pro integrated Python interpreter:
ovitos -m pip install --user git+https://github.com/ovito-org/AtomTimeTracker.git
The
--user
option is recommended and installs the package in the user's site directory. -
Other Python interpreters or Conda environments:
pip install git+https://github.com/ovito-org/AtomTimeTracker.git
- Tested on OVITO version 3.11.0 (currently in development and available from https://www.ovito.org/development_builds/)
Daniel Utt utt@ovito.org