We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9b5a5 commit 3444ea9Copy full SHA for 3444ea9
src/diffpy/fourigui/fourigui.py
@@ -21,6 +21,7 @@ def __init__(self):
21
self.initUI()
22
23
def initUI(self):
24
+ """Initialize the GUI for fourigui"""
25
26
self.loaded = False # denotes whether a dataset is loaded
27
self.transformed = False # denotes whether dataset is Fourier transformed
@@ -533,7 +534,7 @@ def plot_next_plane(self):
533
534
535
def animation(self):
536
"""
- slices through the 3D array along the selcted axis
537
+ slices through the 3D array along the selected axis
538
539
try:
540
if not self.anientry.get():
0 commit comments