Load the pmcmc parameters from disk. We expect three files; one
for the overall parameters (info
), one with details of the priors
(prior
) and one describing the proposal kernel (proposal
).
spim_pars_pmcmc_load(
path,
info = "info.csv",
prior = "prior.csv",
proposal = "proposal.csv"
)
Directory where the csv files are found.
Filename for the parameter info, relative to path
Filename for the parameter priors, relative to path
Filename for the parameter proposal, relative to path
A spim_pars_pmcmc object