Skip to content
Snippets Groups Projects
Commit 866405d3 authored by simply-nicky's avatar simply-nicky
Browse files

small fix

parent ac7fb949
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ contains a :func:`pyrost.SpeckleTracking.iter_update` method, that performs the
profile (`reference_image`) and lens aberrations (`pixel_map`) reconstruction.
.. note:: You should pay outmost attention to choosing the right kernel bandwidth of the
reference image estimator (`h0` in :func:`pyrost.SpeckleTracing.update_reference`). Essentially it
reference image estimator (`h0` in :func:`pyrost.SpeckleTracking.update_reference`). Essentially it
stands for the high frequency cut-off imposed during the reference profile update, so it helps to
supress the noise. If the value is too high you'll lose useful information in the reference
profile. If the value is too low and the data is noisy, you won't get an acurate reconstruction.
......
......@@ -131,7 +131,7 @@ For the speckle tracking update you've got two options to choose from:
to attain the minimal mean-squared-error value.
.. note:: You should pay outmost attention to choosing the right kernel bandwidth of the
reference image estimator (`h0` in :func:`pyrost.SpeckleTracing.update_reference`). Essentially it
reference image estimator (`h0` in :func:`pyrost.SpeckleTracking.update_reference`). Essentially it
stands for the high frequency cut-off imposed during the reference profile update, so it helps to
supress the noise. If the value is too high you'll lose useful information in the reference
profile. If the value is too low and the data is noisy, you won't get an acurate reconstruction.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment