https://github.com/phydev/scripts
Collection of scripts for research related tasks
https://github.com/phydev/scripts
Last synced: 11 months ago
JSON representation
Collection of scripts for research related tasks
- Host: GitHub
- URL: https://github.com/phydev/scripts
- Owner: phydev
- License: gpl-3.0
- Created: 2018-06-17T21:17:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T22:25:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T10:11:32.932Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts
Collection of scripts written during my research.
**field_plot2D.m** --- *I used this Matlab R2017b script to plot the 2D fields in the paper Sci. Rep. 8, 8726 (2018).*

**msd_3d.py** --- *Script in Python to calculate the Mean Squared Displacement of 3D trajectories.*
**xyz2vti.py** --- *Script in Python that converts files xyz to the VTK extension .vti.*
The input file must be in the following format:
x0 y0 z0 f0
x1 y1 z1 f1
. . . .
. . . .
. . . .
xn yn zn fn