datapoints_window_func#

property NDPositions.datapoints_window_func: tuple[Callable, str, int | float] | None#

Get or set the window function applied along the p dim, as (func, apply_dims, window_size).

apply_dims names the coordinates of the value dim that the window function is applied to, one of "all", "x", "y", "z", "xy", "xz", "yz", "xyz". window_size is in the reference units of the p dim.