-
classmethod foxes.core.TData.from_points(points, data=
{}
, dims={}
, name='tdata'
, **kwargs)[source] Create from points
Parameters¶
- points: np.ndarray
The points, shape: (n_states, n_points, 3)
- data: dict
The initial data to be stored
- dims: dict
The dimensions tuples, same or subset of data keys
- name: str
The data container name
- kwargs: dict, optional
Additional parameters for the constructor
Returns¶
- pdata: Data
The data object