Skip to content
Snippets Groups Projects
Commit c84dc528 authored by valerio's avatar valerio
Browse files

spoke_pattern.py opens within MDI

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2445 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent a5752673
No related branches found
No related tags found
No related merge requests found
......@@ -40,4 +40,6 @@ filter=ost.img.alg.GaussianLowPassFilter(threshold)
image.ApplyIP(filter)
# Viewer is launched to show the result
v=gui.CreateDataViewer(image)
\ No newline at end of file
v=gui.CreateDataViewer(image)
main_area=gui.GostyApp.Instance().perspective.main_area
main_area.AddWidget("Modulated Image", v)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment