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"
)

Arguments

path

Directory where the csv files are found.

info

Filename for the parameter info, relative to path

prior

Filename for the parameter priors, relative to path

proposal

Filename for the parameter proposal, relative to path

Value

A spim_pars_pmcmc object