File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ def DARTS(Z, **kwargs):
34
34
Other Parameters
35
35
----------------
36
36
N_x : int
37
- Number of DFT coefficients to use for the input images, x-axis.
37
+ Number of DFT coefficients to use for the input images, x-axis (default=50) .
38
38
N_y : int
39
- Number of DFT coefficients to use for the input images, y-axis.
39
+ Number of DFT coefficients to use for the input images, y-axis (default=50) .
40
40
N_t : int
41
- Number of DFT coefficients to use for the input images, time axis.
41
+ Number of DFT coefficients to use for the input images, time axis (default=4) .
42
42
M_x : int
43
43
Number of DFT coefficients to compute for the output advection field,
44
- x-axis.
44
+ x-axis (default=2) .
45
45
M_y : int
46
46
Number of DFT coefficients to compute for the output advection field,
47
- y-axis.
47
+ y-axis (default=2) .
48
48
print_info : bool
49
49
If True, print information messages.
50
50
lsq_method : {1, 2}
Original file line number Diff line number Diff line change 8
8
def quiver (UV , geodata = None , ** kwargs ):
9
9
"""Function to plot a motion field as arrows.
10
10
11
- Parameters
12
- ----------
11
+ Parameters
12
+ ----------
13
13
UV : array-like
14
- Array of shape (2, m,n) containing the input motion field.
14
+ Array of shape (2,m,n) containing the input motion field.
15
15
geodata : dictionary
16
16
Optional dictionary containing geographical information about the field.
17
17
If geodata is not None, it must contain the following key-value pairs:
You can’t perform that action at this time.
0 commit comments