diff --git a/VERSION b/VERSION index 6ae756c47..f0a2883d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.9 +1.9.10 diff --git a/caiman/motion_correction.py b/caiman/motion_correction.py index 795ae2161..0d636d95d 100644 --- a/caiman/motion_correction.py +++ b/caiman/motion_correction.py @@ -3125,6 +3125,8 @@ def motion_correction_piecewise(fname, splits, strides, overlaps, add_to_movie=0 if save_movie: if base_name is None: base_name = os.path.split(fname)[1][:-4] + base_name = caiman.paths.fn_relocated(base_name) + fname_tot:Optional[str] = caiman.paths.memmap_frames_filename(base_name, dims, T, order) if isinstance(fname, tuple): fname_tot = os.path.join(os.path.split(fname[0])[0], fname_tot)