The module :module:`itm.grid.data` contains the classes for working with data that is stored CPO fields using the general grid description.
Contents
Wraps a complexgrid_scalar data structure to provide high-level operations.
Return the data for this scalar data field. Depending on the data representation a 1d, 2d or 3d numpy array is returned, with one value/vector/matrix per object in the associated subgrid.
Return values of this data object for a sequence of objects as 1d numpy array.
If for any of the object no data is available, None is returned.
Wrap a list of complexgrid_scalar data structures to provide high-level operations.
Return data values for the given objects. If values for the objects are stored in multiple entries of the data list, the data from the first entry that can serve all objects is returned. If no data entry is found that can serve all objects, None is returned.