Skip to content
Snippets Groups Projects
Commit 71af6b98 authored by Andrey Aristov's avatar Andrey Aristov
Browse files

add tuple

parent 81000023
No related branches found
No related tags found
No related merge requests found
Pipeline #95129 failed
...@@ -94,7 +94,7 @@ def align_stack(data_or_path, template16, mask2, plot=False, path_to_save=None, ...@@ -94,7 +94,7 @@ def align_stack(data_or_path, template16, mask2, plot=False, path_to_save=None,
return aligned_stack, tvec return aligned_stack, tvec
def align_stack_nd(stack, template16, mask2, path=None, plot=False, binnings=(1,16,2), suffix='.aligned.tif'): def align_stack_nd(stack, template16, mask2, path=None, plot=False, binnings=(1,16,2), suffix='.aligned.tif') -> tuple(np.ndarray, dict):
''' '''
stack should contain two channels: bright field and fluorescence. stack should contain two channels: bright field and fluorescence.
BF will be binned 8 times and registered with template8 (aligned BF). BF will be binned 8 times and registered with template8 (aligned BF).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment