You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ppafm/cli/generateElFF.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -121,15 +121,15 @@ def main(argv=None):
121
121
ifparameters.probeType=="8":
122
122
drho_kpfm= {"pz": 0.045}
123
123
sigma=0.48
124
-
logger.debug("Select CO-tip polarization ")
124
+
logger.info("Select CO-tip polarization ")
125
125
ifparameters.probeType=="47":
126
126
drho_kpfm= {"pz": 0.21875}
127
127
sigma=0.7
128
-
logger.debug(f"Select Ag polarization with decay sigma {sigma}")
128
+
logger.info(f"Select Ag polarization with decay sigma {sigma}")
129
129
ifparameters.probeType=="54":
130
130
drho_kpfm= {"pz": 0.250}
131
131
sigma=0.67
132
-
logger.debug("Select Xe-tip polarization")
132
+
logger.info("Select Xe-tip polarization")
133
133
else:
134
134
logger.error(f'Neither is "{args.KPFM_sample}" a density file with an appropriate ("{input_format}") format nor is it a valid name of a tip polarizability model.')
0 commit comments