class documentation

Wrapper class of aligned data arrays to be aligned horizontally.

Method __init__ accepts a list of arrays or a MultiReader (i.e. a list of SingleReader) as input data type
Instance Variable idxCurrentF Undocumented
Instance Variable idxCurrentFOld Undocumented
Instance Variable isNegative Undocumented
Instance Variable nbPtsF Undocumented

Inherited from ArrayMultiReader:

Method currentLine Aggregates currentLines information.
Class Variable idx Undocumented

Inherited from HMultiReader (via ArrayMultiReader):

Method align Undocumented
Method calculateCurrentValue Undocumented
Method getInitialValue Undocumented
Method isFinished Is finished when we found the last alignment value reached.
Method newCurrentValue Undocumented
Instance Variable idxData Undocumented

Inherited from MultiReader (via ArrayMultiReader, HMultiReader):

Class SingleReader Single data array reader class.
Method currentValues Gets the list of the current alignment values.
Method nextValues Gets the list of the next alignment values.
Instance Variable isHArray Undocumented
def __init__(self, data):

accepts a list of arrays or a MultiReader (i.e. a list of SingleReader) as input data type

idxCurrentF =
idxCurrentFOld: float =
isNegative: bool =
nbPtsF =

Undocumented