cluster_collections.ProtoCluster#

class cluster_collections.ProtoCluster(profiles, parameters, names, load_method)[source]#

The ProtoCluster class is a precursor to the fully realized :py:class`model.ClusterModel` class. These are used as minimally memory intensive placeholders to allow the user to easily load the full cluster model.

Methods

__init__(profiles, parameters, names, ...)

Loads the ProtoCluster instance.

items()

keys()

load(rmin, rmax[, additional_args])

Loads a model.ClusterModel instance from this cluster_collections.ProtoCluster instance.

value()