GLE_analysisEM.datas_loaders.loadData

GLE_analysisEM.datas_loaders.loadData(paths, dim_x, maxlenght=None)[source]

Loads trajectories from a list of file

Parameters
pathslist of str

List of paths to trajectory files, one trajectory per file The file are loaded with numpy.loadtxt and should have one column by dimension and one data point per line.

dim_xint

Number of column to take from each file