sfepy.postprocess.utils module

sfepy.postprocess.utils.get_data_ranges(obj, return_only=False, use_names=None, filter_names=None)[source]

Collect and print information on ranges of data in a dataset.

Parameters
obja mayavi pipeline object

The object to probe for data.

return_onlyboolean

If True, do not print the information, just return it to the caller.

use_nameslist of strings

Consider only data with names in the list.

filter_nameslist of strings

Consider only data with names not in the list.

Returns
rangesdict

The requested data ranges.