Skip to content

Commit c45e931

Browse files
committed
Fix parser warning
1 parent e10c3a7 commit c45e931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimap/video/_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def smooth_spatiotemporal(video: np.ndarray, sigma_temporal, sigma_spatial):
178178
def temporal_difference(array: np.ndarray, n: int, fill_value: float = 0, center: bool = False):
179179
"""Temporal difference filter using an offset of `n` frames.
180180
181-
Computes temporal intensity changes in the videos or traces between frames at time :math:`t` and :math:`t - \Delta t`:
181+
Computes temporal intensity changes in the videos or traces between frames at time :math:`t` and :math:`t - \\Delta t`:
182182
183183
.. math::
184184
\\text{signal}_{\\text{diff}}(t) = \\text{signal}(t) - \\text{signal}(t - \\Delta t)

0 commit comments

Comments
 (0)