Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cdcc8f12 authored by NADAL Morgane's avatar NADAL Morgane
Browse files

modified selem (in micron) in prms + in other fcts

parent c753b56b
No related branches found
No related tags found
No related merge requests found
...@@ -57,10 +57,10 @@ def PlotSomas(somas: Sequence[soma_t], som_nfo: dict, axes: dict) -> None: ...@@ -57,10 +57,10 @@ def PlotSomas(somas: Sequence[soma_t], som_nfo: dict, axes: dict) -> None:
for soma in somas: for soma in somas:
axes[soma.uid] = ot_.PlotLMap(som_nfo["lmp"], labels=soma.uid) axes[soma.uid] = ot_.PlotLMap(som_nfo["lmp"], labels=soma.uid)
pl_.title(f"Soma.{soma.uid}") pl_.title(f"Soma.{soma.uid}")
# pl_.matshow(som_nfo["influence_map"].max(axis=0)), pl_.title("Soma Influencess") pl_.matshow(som_nfo["influence_map"].max(axis=0)), pl_.title("Soma Influencess")
# pl_.show(block=True) pl_.show(block=True)
# pl_.matshow(som_nfo["dist_to_closest"].max(axis=0)), pl_.title("Soma Distances") pl_.matshow(som_nfo["dist_to_closest"].max(axis=0)), pl_.title("Soma Distances")
# pl_.show(block=True) pl_.show(block=True)
def PlotExtensions( def PlotExtensions(
......
...@@ -96,7 +96,7 @@ image = io_.imread(data_path) ...@@ -96,7 +96,7 @@ image = io_.imread(data_path)
# Image size verification - simple version without user interface # Image size verification - simple version without user interface
image = in_.ImageVerification(image, channel) image = in_.ImageVerification(image, channel)
# TODO make a user friendly interface (PySide2) BUT bug with the importation of Shiboken2 on Windows8.1. # TODO make a user friendly interface (PySide2) /!\ conflicts between some versions of PySide2 and Python3
image = image[:, 512:, 512:] # 562 image = image[:, 512:, 512:] # 562
img_shape = image.shape img_shape = image.shape
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment