https://github.com/maartenpaul/DBD_tracking
Revision 4b5a3cacbb790c9435fba468d025b89ef26bcf73 authored by Maarten Paul on 18 February 2021, 14:52:13 UTC, committed by GitHub on 18 February 2021, 14:52:13 UTC
1 parent d76ce1b
Tip revision: 4b5a3cacbb790c9435fba468d025b89ef26bcf73 authored by Maarten Paul on 18 February 2021, 14:52:13 UTC
Update README.md
Update README.md
Tip revision: 4b5a3ca
Load_Rdata.py
# Set pixelsize [um] and time step [s] corresponding to acquisition parameters
pixSize = 0.100
t = 0.032
##########################################################################################################################
# Feature extraction (in principle, parameters never need to be changed)
addFeat = ['meanMSD', 'xy']
maxOrder = 2
shift = 2
nClasses = 2
min1state = 1
d = getDist(x, y)
featVec = getFeatVec(d, x, y, addFeat, maxOrder, shift)
print('Data loaded and features extracted')

Computing file changes ...