Submodule datasort¶
This module imports and sorts the data names from the folder data.
- LordOfRings.datasort.datasort()¶
datasort extracts data names from the folder data and sorts them using two criteria: first the number m of circle in a single matrix (mcircle), second the index n of the matrix in the dataset (n.txt).
- Returns
- 1d numpy-array
the numpy array contains numpy arrays with the sorted names of data, one array for each number of circles.