From bb7e747d969d8d643c036d02d9f97549645de03f Mon Sep 17 00:00:00 2001 From: Andrey ARISTOV <andrey.aristov@pasteur.frsource> Date: Tue, 7 Apr 2020 10:51:48 +0200 Subject: [PATCH] fix import --- bin_stitched/__main__.py | 2 +- nd2_combine/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin_stitched/__main__.py b/bin_stitched/__main__.py index 538e601..90022db 100644 --- a/bin_stitched/__main__.py +++ b/bin_stitched/__main__.py @@ -1,7 +1,7 @@ from pims_nd2 import ND2_Reader import numpy as np import sys -from nd2shrink import transform +from nd2tif import transform def main(path, factor=16): diff --git a/nd2_combine/tools.py b/nd2_combine/tools.py index 5999b8d..f9f35c9 100644 --- a/nd2_combine/tools.py +++ b/nd2_combine/tools.py @@ -5,7 +5,7 @@ import sys import numpy as np import logging from tqdm import tqdm -from nd2shrink.transform import Well +from nd2tif.transform import Well logger = logging.getLogger(__name__) -- GitLab