File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -644,6 +644,10 @@ def pad_number(index, pad_length=2):
644644def locate_latest_imaris (paths_to_check = None ):
645645 """Find paths to latest installed Imaris or ImarisFileConverter version.
646646
647+ Identify the full path to the most recent (as in "version number")
648+ ImarisFileConverter or Imaris installation folder with the latter one having
649+ priority. In case nothing is found, an empty string is returned.
650+
647651 Parameters
648652 ----------
649653 paths_to_check: list of str, optional
@@ -653,11 +657,7 @@ def locate_latest_imaris(paths_to_check=None):
653657 Returns
654658 -------
655659 str
656- Full path to the most recent (as in "version number") ImarisFileConverter
657- or Imaris installation folder with the latter one having priority.
658- Will be empty if nothing is found.
659660 """
660-
661661 if not paths_to_check :
662662 paths_to_check = [
663663 r"C:\Program Files\Bitplane\ImarisFileConverter " ,
You can’t perform that action at this time.
0 commit comments