py21cmmc.cosmoHammer.HDFStorage.get_blobs#

HDFStorage.get_blobs(**kwargs)[source]#

Get the chain of blobs for each sample in the chain.

Parameters:

**kwargs

flat (Optional[bool]): Flatten the chain across the ensemble.

(default: False)

thin (Optional[int]): Take only every thin steps from the

chain. (default: 1)

discard (Optional[int]): Discard the first discard steps in

the chain as burn-in. (default: 0)

Returns:

array[…, nwalkers] – The chain of blobs.