Added autosave to shifted_correlation
This commit is contained in:
parent
55b06fa61d
commit
11793d7960
@ -103,7 +103,7 @@ def _average_correlation_multi(result):
|
|||||||
clean_result.append(entry)
|
clean_result.append(entry)
|
||||||
return np.average(np.array(clean_result), axis=0)
|
return np.average(np.array(clean_result), axis=0)
|
||||||
|
|
||||||
|
@autosave_data(2)
|
||||||
def shifted_correlation(
|
def shifted_correlation(
|
||||||
function: Callable,
|
function: Callable,
|
||||||
frames: Coordinates,
|
frames: Coordinates,
|
||||||
|
Loading…
Reference in New Issue
Block a user