py21cmmc.analyse.load_primitive_chain#

py21cmmc.analyse.load_primitive_chain(modelname, direc='.')[source]#

Load a chain file produced by run_mcmc() to be interactively useable.

Parameters:
  • modelname (str) – Model name of the MCMC run.

  • direc (str) – Directory in which data was stored.

Returns:

chain (LikelihoodComputationChain) – The fully set-up chain, with no computed samples.