Skip to content

Commit 9d412f2

Browse files
committed
Update optics.py
1 parent 5582572 commit 9d412f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deeptrack/optics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def _scale_region_2d(
405405

406406
return imaged_sample
407407

408+
"""
408409
#TODO: erase rest of the method
409410
# Merge with input
410411
if not image:
@@ -418,6 +419,7 @@ def _scale_region_2d(
418419
for i in range(len(image)):
419420
image[i].merge_properties_from(imaged_sample)
420421
return image
422+
"""
421423

422424
# def _no_wrap_format_input(self, *args, **kwargs) -> list:
423425
# return self._image_wrapped_format_input(*args, **kwargs)

0 commit comments

Comments
 (0)