Core object class
o
- class geobipy.src.classes.core.myObject.myObject
- getsizeof()
Get the size of the object in memory with nice output
- toHdf(h5obj, name, withPosterior=False)
Create and write to HDF.
- Parameters:
h5obj (h5py._hl.files.File or h5py._hl.group.Group) – A HDF file or group object to write the contents to.
myName (str) – The name of the group to write the StatArray to.