Skip to content

Commit

Permalink
Fix parser warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sitic committed May 8, 2024
1 parent e10c3a7 commit c45e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimap/video/_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def smooth_spatiotemporal(video: np.ndarray, sigma_temporal, sigma_spatial):
def temporal_difference(array: np.ndarray, n: int, fill_value: float = 0, center: bool = False):
"""Temporal difference filter using an offset of `n` frames.
Computes temporal intensity changes in the videos or traces between frames at time :math:`t` and :math:`t - \Delta t`:
Computes temporal intensity changes in the videos or traces between frames at time :math:`t` and :math:`t - \\Delta t`:
.. math::
\\text{signal}_{\\text{diff}}(t) = \\text{signal}(t) - \\text{signal}(t - \\Delta t)
Expand Down

0 comments on commit c45e931

Please sign in to comment.