NumCosmoMath.MSetCatalog.add_from_mset_array

@accepts(NumCosmoMath.MSetCatalog, NumCosmoMath.MSet, [float])
@returns(none)
def add_from_mset_array(self, mset, ax):
    # Python wrapper for ncm_mset_catalog_add_from_mset_array()
  

Adds a new element to the catalog using the parameters from mset. It assumes that mset is compatible with the catalog and expect the right number of additional values in the array ax.

self

a NumCosmoMath.MSetCatalog

mset

a NumCosmoMath.MSet

ax

additional values array.