Helper routines for read index files.
Class MultiReader Wrapper class of data arrays to be aligned.
Class VMultiReader Wrapper class of data arrays to be aligned vertically. Aligned vertically means, all number of function evaluations are the closest from below to the alignment number of function evaluations.
Class HMultiReader Wrapper class of data arrays to be aligned vertically.
Class ArrayMultiReader Wrapper class of ALIGNED data arrays to be aligned together.
Class VArrayMultiReader Wrapper class of ALIGNED data arrays to be aligned vertically.
Class HArrayMultiReader Wrapper class of ALIGNED data arrays to be aligned vertically.
Function alignData No summary
Function split Split a list of data files into arrays corresponding to data sets.
def alignData(data):
Returns an array of aligned data from a list of data arrays. Data is the concatenation of rows, the zero-th column being the alignment value (or index), the subsequent ones the aligned data. The size of the resulting array will be of size 2*N + 1 where N is the number of data sets to be aligned. Rows are sorted: the first data set will be in column 1 and N+1, the second in 2 and N+2. If still valid or if none are available at some point, data obtained in previous rows are repeated in the current one.
def split(dataFiles, dim=None):
Split a list of data files into arrays corresponding to data sets.
API Documentation for cocopp, generated by pydoctor at 2020-01-21 16:27:37.