HaloCatalog.
load
(save_halos=True, save_catalog=False, njobs=-1, dynamic=False)[source]¶Load a previously created halo catalog.
This is a wrapper around the main _run function with default arguments tuned for reloading halo catalogs and associated data. By default, halo objects are saved and the halo catalog is not written, opposite to the behavior of the create function.
Parameters: | save_halos : bool
save_catalog : bool
njobs : int
dynamic : int
|
---|
See also