Skip to content

Commit

Permalink
minor text change
Browse files Browse the repository at this point in the history
  • Loading branch information
sezelt committed Sep 25, 2024
1 parent e2ee4b2 commit 2d02fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py4D_browser/update_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def update_real_space_view(self, reset=False):
yc = np.clip(yc, 0, self.datacube.Q_Ny - 1)
vimg = self.datacube.data[:, :, xc, yc]

self.diffraction_space_view_text.setText(f"Diffraction Point: [{xc},{yc}]")
self.diffraction_space_view_text.setText(f"Diffraction: Point [{xc},{yc}]")

else:
raise ValueError("Detector shape not recognized")
Expand Down

0 comments on commit 2d02fba

Please sign in to comment.