retistruct.cli.process: Process a dataset, saving results to disk

View source: R/retistruct-cli.R

retistruct.cli.processR Documentation

Process a dataset, saving results to disk

Description

This function processes a dataset, saving the reconstruction data and MATLAB export data to the dataset directory and printing figures to outputdir.

Usage

retistruct.cli.process(
  dataset,
  outputdir = NA,
  device = "pdf",
  titrate = FALSE,
  matlab = TRUE
)

Arguments

dataset

Path to dataset to process

outputdir

Directory in which to save any figures

device

String representing device to print figures to

titrate

Whether to titrate or not

matlab

Whether to save to MATLAB or not

Author(s)

David Sterratt


retistruct documentation built on April 3, 2025, 5:58 p.m.