pyrex.io.HDF5Writer.create_analysis_group¶
-
HDF5Writer.
create_analysis_group
(name, *args, **kwargs)¶ Create the given analysis group in the file.
The name given will be forced into an appropriate analysis location if it isn’t already a valid location. If the given group already exists, will simply return the existing group rather than recreating it.
- Parameters
- namestr
Name of the group to be created. May contain the full path to the group location.
- Returns
- group
The group object corresponding to the created (or existing) group requested.