An open API service indexing awesome lists of open source software.

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

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).*
![Blood Vessels](https://moreirasm.files.wordpress.com/2018/06/screen-shot-2018-06-15-at-23-45-29.png?w=1576)

**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