HaloCatalog.
create
(save_halos=False, save_catalog=True, njobs=-1, dynamic=False)[source]¶Create the halo catalog given the callbacks, quantities, and filters that have been provided.
This is a wrapper around the main _run function with default arguments tuned for halo catalog creation. By default, halo objects are not saved but the halo catalog is written, opposite to the behavior of the load function.
Parameters: | save_halos : bool
save_catalog : bool
njobs : int
dynamic : int
|
---|
See also