buildBatch {IFC} | R Documentation |
Batch Builder
Description
Prepares XML node for ExportToBATCH
.
Usage
buildBatch(
files,
compensation,
analysis,
default_batch_dir,
config_file,
name = "Batch1",
use_acquisition = FALSE,
suffix = "",
allow_channels_dissimilarity = FALSE,
overwrite = TRUE,
segment_rif = "None",
options
)
Arguments
files |
path of files to batch. |
compensation |
path to compensation file. |
analysis |
path to analysis file. |
default_batch_dir |
directory where batches are stored. |
config_file |
path to IDEAS(R) config file. |
name |
name of batch. Default is "Batch1". |
use_acquisition |
whether to use acquisition as analysis template. Default is FALSE. |
suffix |
suffix to add to files when batched. Default is "". |
allow_channels_dissimilarity |
whether to allow building batch when all files were not acquired with same channels. Default is FALSE. |
overwrite |
whether to overwrite files or not. Default is TRUE. |
segment_rif |
size of file segmentation. Default is "None", for no segmentation. |
options |
A list of arguments to be passed. |
Value
a list containing batch information:
-xml, the xml object to be written,
-batch_dir, the directory where xml file is desired to be saved according to 'default_batch_dir' and 'config_file'.