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: obj : a mayavi pipeline object
The object to probe for data.
return_only : boolean
If True, do not print the information, just return it to the caller.
use_names : list of strings
Consider only data with names in the list.
filter_names : list of strings
Consider only data with names not in the list.
Returns: ranges : dict
The requested data ranges.