foxes.core.Algorithm.new_point_data(points, states_indices=None)[source]

Creates a point data xarray object, containing only points.

Parameters

points: numpy.ndarray

The points, shape: (n_states, n_points, 3)

states_indices: array_like, optional

The indices of the states dimension

Returns

xarray.Dataset

A dataset containing the points data