Skip to content

Commit

Permalink
Formating changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Aug 27, 2024
1 parent 2e82510 commit 775032b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions ppafm/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,7 @@ def get_simple_df_weight(n=10, dz=0.1):
return w / (w0 * n * dz)


def Fz2df(
F,
dz,
k0,
f0,
amplitude=1.0,
units=16.0217656,
):
def Fz2df(F, dz, k0, f0, amplitude=1.0, units=16.0217656):
"""
conversion of vertical force Fz to frequency shift
according to:
Expand All @@ -352,14 +345,7 @@ def Fz2df(
return dFconv * units * f0 / k0


def Fz2df_tilt(
F,
d,
k0,
f0,
amplitude=1.0,
units=16.0217656,
):
def Fz2df_tilt(F, d, k0, f0, amplitude=1.0, units=16.0217656):
"""
conversion of vertical force Fz to frequency shift
according to:
Expand Down

0 comments on commit 775032b

Please sign in to comment.