This function processes a dataset
, saving the
reconstruction data and MATLAB export data to the dataset
directory and printing figures to outputdir
.
retistruct.cli.process(
dataset,
outputdir = NA,
device = "pdf",
titrate = FALSE,
matlab = TRUE
)
Path to dataset to process
Directory in which to save any figures
String representing device to print figures to
Whether to titrate or not
Whether to save to MATLAB or not
David Sterratt