rename_leica | R Documentation |
Renaming of Leica files according to a microscope infile. Auto-detects the software which generated the images to call the apropriate renamer function. See newinfile.df
or newinfile.char
for a description of the infile structure.
rename_leica(
sourcefolder,
targetfolder,
infilepath,
compress = FALSE,
move = FALSE,
outputDescriptors = TRUE,
printMessages = TRUE,
printFiles = TRUE,
printToGUI = FALSE
)
sourcefolder |
character, the folder with raw images. |
targetfolder |
character, folder where to place renamed files. A subfolder wih the same name as the infile will be created by the function and must not exist previously. |
infilepath |
character, location of the microscope infile |
compress |
logical, compress raw images? |
move |
logical, move (rather than copy) raw images? |
outputDescriptors |
logical, save plain text files with experimental metadata? |
printMessages |
logical, print messages in the console? |
printFiles |
logical, print file-by-file progress in the console? |
printToGUI |
logical, print messages to the renamer GUI? |
None, this function just calls another function to perform the renaming.
rename_leica_gui
for interacting with this function using a GUI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.