Open our Amira Stack viewer script to review a set of files
open_stack_viewer(stackdir = ".", filenames = NULL, template = c("JFRC2", "FCWB", "IS2", "T1"))
stackdir | Path to the directory containing stacks |
---|---|
filenames | Character vector specifying restricted set of stacks to view. |
template | Short name of template brain (to show surface) |
# NOT RUN { # vfbr library can download registered stacks from VFB library(vfbr) open_stack_viewer(getOption("vfbr.stack.downloads")) # }