Closed mheydasch closed 2 years ago
This should be fixed but I didn't have time to properly test, so please let me know if it works now. You can update following these instructions https://github.com/guiwitz/MorphoDynamics#updates.
I am now left with the error:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
~\miniconda3\envs\morphodynamics\lib\site-packages\morphodynamics\plots\ui_outputs.py in load_data(self, b)
71 display(self.wimage.interface)
72 self.wimage.show_segmentation()
---> 73 self.create_ui()
74
75 self.batch = BatchExport(self.param, self.data, self.res)
~\miniconda3\envs\morphodynamics\lib\site-packages\morphodynamics\plots\ui_outputs.py in create_ui(self)
137
138 self.c = Correlation(self.param, self.data, self.res)
--> 139 self.c.create_interface()
140 self.outputs.append(self.c.interface)
141 self.names.append("Correlation")
~\miniconda3\envs\morphodynamics\lib\site-packages\morphodynamics\plots\ui_correlation.py in create_interface(self)
32
33 options = ["displacement", "cumulative displacement"]
---> 34 for m in range(len(self.data.signalfile)):
35 options.append(self.data.get_channel_name(m))
36
AttributeError: 'MultipageTIFF' object has no attribute 'signalfile'
and no further options for figures appear, while a dataless Curvature.pdf graph is saved.
Ok I fixed this now. But it's highly probable thats other things won't work as in recent times we rather focused on the processing part than on the plotting part with Kobus. If you encounter further problems, please create an example dataset and share it with me.
Thanks, this is working now. However, there still is no option to safe the data about edge displacement and curvature, except for the unlabeled and therefore extremely hard to interpret correlation file.
When I try to load a previous segmentation done with the Morpho_segmentation notebook I do get the following error:
This is the case for both, loading an existing analysis with the Morpho_segmentation notebook, as well as trying to load the analysis with the InterfaceFigureTabs notebook.