Bugfix/fix normalization
Changed time axis to duration in analysis involving correlations between 2 frames. Fix normalization by removing setitem method in OutputData class. To note that an alternative solution was already partially implemented directly in the analysis, by using: self._outputData["vacf_total"][:] = vacfTotal Which one would be better?
Edited by Miguel Angel Gonzalez