Skip to content

Commit

Permalink
log Gaussian for single fit
Browse files Browse the repository at this point in the history
  • Loading branch information
RodenLuo committed Oct 18, 2024
1 parent da1458d commit 377412a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,7 @@ def single_fit_button_clicked(self):
f"Smooth by: {self._smooth_by.currentText()}\n"
f"Smooth loops: {self._single_fit_gaussian_loops.value()}\n"
f"Kernel sizes: {self.smooth_kernel_sizes.text()}\n"
f"Gaussian mode: {self.Gaussian_mode}\n"
f"-------\n")

self.disable_spheres_clicked()
Expand Down

0 comments on commit 377412a

Please sign in to comment.