Skip to content

Commit

Permalink
force_calibration: minor docstring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmoerland committed Jul 14, 2023
1 parent 0d58d33 commit 4c9cc94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lumicks/pylake/force_calibration/detail/hydrodynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def calculate_dissipation_frequency(gamma0, bead_radius, rho_bead):
Parameters
----------
gamma0 : float
drag coefficient [mPas]
drag coefficient [m Pa s]
bead_radius : float
radius of the bead [m]
rho_bead : float
Expand Down Expand Up @@ -57,7 +57,7 @@ def calculate_complex_drag(f, gamma0, rho_sample, bead_radius, distance_to_surfa
f : array_like
Frequency [Hz]
gamma0 : float
Drag coefficient [mPas]
Drag coefficient [m Pa s]
bead_radius : float
Bead radius [m]
rho_sample : float
Expand Down Expand Up @@ -132,7 +132,7 @@ def passive_power_spectrum_model_hydro(
diffusion_constant : float
Diffusion constant, in (a.u.)^2/s
gamma0 : float
Drag coefficient, in mPas.
Drag coefficient, in m Pa s.
bead_radius : float
Bead radius, in m.
rho_sample : float
Expand Down Expand Up @@ -173,7 +173,7 @@ def theoretical_driving_power_hydrodynamics(
driving_amplitude : float
Driving amplitude [m]
gamma0 : float
Drag coefficient [mPas]
Drag coefficient [m Pa s]
bead_radius : float
Bead radius [m]
rho_sample : float
Expand Down
1 change: 0 additions & 1 deletion lumicks/pylake/force_calibration/detail/power_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def fit_analytical_lorentzian(ps):
- `sigma_fc`, `sigma_D`: 1-sigma confidence intervals for `fc` and `D`
- `ps_fit`: :class:`~lumicks.pylake.force_calibration.power_spectrum.PowerSpectrum` object with model fit
Note: returns None if the fit fails.
"""
FitResults = namedtuple(
"AnalyticalLorentzianFitResults", ["fc", "D", "sigma_fc", "sigma_D", "ps_fit"]
Expand Down

0 comments on commit 4c9cc94

Please sign in to comment.