@@ -621,7 +621,7 @@ <h3>Signal Compute Functions<a class="headerlink" href="#signal-compute-function
621621</ thead >
622622< tbody >
623623< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> absolute</ span > </ code > </ p > </ td >
624- < td > < p > Compute absolute value with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.absolute.html#numpy.absolute " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.absolute</ span > </ code > </ a > </ p > </ td >
624+ < td > < p > Compute absolute value with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.absolute.html#numpy.absolute " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.absolute</ span > </ code > </ a > </ p > </ td >
625625< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/operation_unit_test.py#L229 "> test_signal_absolute</ a > </ p > </ td >
626626</ tr >
627627< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> add_gaussian_noise</ span > </ code > </ p > </ td >
@@ -745,7 +745,7 @@ <h3>Signal Compute Functions<a class="headerlink" href="#signal-compute-function
745745< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/fitting_unit_test.py#L842 "> test_signal_evaluate_fit</ a > </ p > </ td >
746746</ tr >
747747< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> exp</ span > </ code > </ p > </ td >
748- < td > < p > Compute exponential with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.exp.html#numpy.exp " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.exp</ span > </ code > </ a > </ p > </ td >
748+ < td > < p > Compute exponential with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.exp.html#numpy.exp " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.exp</ span > </ code > </ a > </ p > </ td >
749749< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/operation_unit_test.py#L365 "> test_signal_exp</ a > </ p > </ td >
750750</ tr >
751751< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> exponential_fit</ span > </ code > </ p > </ td >
@@ -825,7 +825,7 @@ <h3>Signal Compute Functions<a class="headerlink" href="#signal-compute-function
825825< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/fitting_unit_test.py#L110 "> test_signal_linear_fit</ a > </ p > </ td >
826826</ tr >
827827< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> log10</ span > </ code > </ p > </ td >
828- < td > < p > Compute Log10 with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.log10.html#numpy.log10 " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.log10</ span > </ code > </ a > </ p > </ td >
828+ < td > < p > Compute Log10 with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.log10.html#numpy.log10 " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.log10</ span > </ code > </ a > </ p > </ td >
829829< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/operation_unit_test.py#L373 "> test_signal_log10</ a > </ p > </ td >
830830</ tr >
831831< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> lorentzian_fit</ span > </ code > </ p > </ td >
@@ -889,7 +889,7 @@ <h3>Signal Compute Functions<a class="headerlink" href="#signal-compute-function
889889< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/fitting_unit_test.py#L144 "> test_polynomial_fit</ a > </ p > </ td >
890890</ tr >
891891< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> power</ span > </ code > </ p > </ td >
892- < td > < p > Compute power with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.power.html#numpy.power " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.power</ span > </ code > </ a > </ p > </ td >
892+ < td > < p > Compute power with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.power.html#numpy.power " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.power</ span > </ code > </ a > </ p > </ td >
893893< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/operation_unit_test.py#L389 "> test_signal_power</ a > </ p > </ td >
894894</ tr >
895895< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> product</ span > </ code > </ p > </ td >
@@ -941,7 +941,7 @@ <h3>Signal Compute Functions<a class="headerlink" href="#signal-compute-function
941941< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/fitting_unit_test.py#L749 "> test_sinusoidal_fit</ a > </ p > </ td >
942942</ tr >
943943< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> sqrt</ span > </ code > </ p > </ td >
944- < td > < p > Compute square root with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.sqrt.html#numpy.sqrt " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.sqrt</ span > </ code > </ a > </ p > </ td >
944+ < td > < p > Compute square root with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.sqrt.html#numpy.sqrt " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.sqrt</ span > </ code > </ a > </ p > </ td >
945945< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/signal/operation_unit_test.py#L381 "> test_signal_sqrt</ a > </ p > </ td >
946946</ tr >
947947< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> standard_deviation</ span > </ code > </ p > </ td >
@@ -1027,7 +1027,7 @@ <h3>Image Compute Functions<a class="headerlink" href="#image-compute-functions"
10271027</ thead >
10281028< tbody >
10291029< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> absolute</ span > </ code > </ p > </ td >
1030- < td > < p > Compute absolute value with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.absolute.html#numpy.absolute " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.absolute</ span > </ code > </ a > </ p > </ td >
1030+ < td > < p > Compute absolute value with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.absolute.html#numpy.absolute " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.absolute</ span > </ code > </ a > </ p > </ td >
10311031< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/image/operation_unit_test.py#L284 "> test_image_absolute</ a > </ p > </ td >
10321032</ tr >
10331033< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> add_gaussian_noise</ span > </ code > </ p > </ td >
@@ -1203,7 +1203,7 @@ <h3>Image Compute Functions<a class="headerlink" href="#image-compute-functions"
12031203< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/image/morphology_unit_test.py#L49 "> test_erosion</ a > </ p > </ td >
12041204</ tr >
12051205< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> exp</ span > </ code > </ p > </ td >
1206- < td > < p > Compute exponential with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.exp.html#numpy.exp " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.exp</ span > </ code > </ a > </ p > </ td >
1206+ < td > < p > Compute exponential with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.exp.html#numpy.exp " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.exp</ span > </ code > </ a > </ p > </ td >
12071207< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/image/operation_unit_test.py#L459 "> test_image_exp</ a > </ p > </ td >
12081208</ tr >
12091209< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> extract_roi</ span > </ code > </ p > </ td >
@@ -1283,11 +1283,11 @@ <h3>Image Compute Functions<a class="headerlink" href="#image-compute-functions"
12831283< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/image/profile_unit_test.py#L19 "> test_line_profile</ a > </ p > </ td >
12841284</ tr >
12851285< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> log10</ span > </ code > </ p > </ td >
1286- < td > < p > Compute log10 with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.log10.html#numpy.log10 " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.log10</ span > </ code > </ a > </ p > </ td >
1286+ < td > < p > Compute log10 with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.log10.html#numpy.log10 " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.log10</ span > </ code > </ a > </ p > </ td >
12871287< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/image/operation_unit_test.py#L471 "> test_image_log10</ a > </ p > </ td >
12881288</ tr >
12891289< tr class ="row-odd "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> log10_z_plus_n</ span > </ code > </ p > </ td >
1290- < td > < p > Compute log10(z+n) with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.log10.html#numpy.log10 " title ="(in NumPy v2.3 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.log10</ span > </ code > </ a > </ p > </ td >
1290+ < td > < p > Compute log10(z+n) with < a class ="reference external " href ="https://numpy.org/doc/stable/reference/generated/numpy.log10.html#numpy.log10 " title ="(in NumPy v2.4 ) "> < code class ="xref py py-data docutils literal notranslate "> < span class ="pre "> numpy.log10</ span > </ code > </ a > </ p > </ td >
12911291< td > < p > < a class ="reference external " href ="https://github.com/DataLab-Platform/Sigima/blob/v1.0.5/sigima/tests/image/operation_unit_test.py#L483 "> test_image_log10_z_plus_n</ a > </ p > </ td >
12921292</ tr >
12931293< tr class ="row-even "> < td > < p > < code class ="xref py py-func docutils literal notranslate "> < span class ="pre "> magnitude_spectrum</ span > </ code > </ p > </ td >
0 commit comments