build a histogram over a specified delay sweep, for each delay counting the number of identified coincidences.
Parameters
tagsA: ndarray(dtype=int)
timetags of the first channel.
tagsB: ndarray(dtype=int)
timetags of the second channel.
sizeA: int
number of timetags in the first channel.
sizeB: int
number of timetags in the second channel.
tcc: int
size of coincidence window, as multiple of tag precision.
sizeDelay: int
number of delays in the histogram
delays: ndarray(dtype:int)
array that spans the delay space you want to histogram over.
Returns
coincidences: list
An array correspoding to the delays where each entry is the number of identified coincidences when the input tags where shifted by that specific delay.