R/UNUImageProcessingFunctions.R
NrrdMerge.Rd
Merge multiple NRRD images into a multichannel PNG
NrrdMerge(infiles, outdir = NULL, outfile = NULL, axis = 0, CreateDirs = TRUE, Verbose = TRUE, Force = FALSE, UseLock = FALSE, ...)
infiles | Input files |
---|---|
outdir | Output directory |
outfile | Output files |
axis | 0-indexed axis to join (merge) along (defaults to 0) |
CreateDirs | Whether to create implied output directories |
Verbose | Print status messages |
Force | Whether to overwrite an existing file |
UseLock | Whether to use file-based locking to enable simple parallelisation |
... | Currently ignored |
Logical value indicating whether output exists