Skip to content

Commit

Permalink
Update isonet_gui.py
Browse files Browse the repository at this point in the history
highpassnyquist
  • Loading branch information
procyontao authored Aug 22, 2021
1 parent 6f4dea3 commit 674f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/isonet_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ def retranslateUi(self, MainWindow):
self.lineEdit_tile.setToolTip(_translate("MainWindow", "<html><head/><body><p><span style=\" font-size:9pt;\">The program crop the tomogram in multiple tiles (z,y,x) for multiprocessing and assembly them into one. e.g. (1,2,2)</span></p></body></html>"))
self.lineEdit_tile.setPlaceholderText(_translate("MainWindow", "1,4,4"))
self.label_highpassnyquist.setText(_translate("MainWindow", "highpassnyquist"))
self.lineEdit_highpassnyquist.setToolTip(_translate("MainWindow", "<html><head/><body><p><span style=\" font-size:9pt;\">(0.02) Keep this default value.</span></p></body></html>"))
self.lineEdit_highpassnyquist.setToolTip(_translate("MainWindow", "<html><head/><body><p><span style=\" font-size:9pt;\">(0.02) Highpass filter at very low resolution.</span></p></body></html>"))
self.lineEdit_highpassnyquist.setPlaceholderText(_translate("MainWindow", "0.02"))
self.label_overlap.setText(_translate("MainWindow", "overlap"))
self.lineEdit_overlap.setToolTip(_translate("MainWindow", "<html><head/><body><p><span style=\" font-size:9pt;\">The overlapping rate for adjecent tiles.</span></p></body></html>"))
Expand Down

0 comments on commit 674f67f

Please sign in to comment.