Constructor and Description |
---|
FolderOpener() |
Modifier and Type | Method and Description |
---|---|
static boolean |
excludedFileType(String name) |
static String[] |
getFilteredList(String[] list,
String filter,
String title) |
static ImagePlus |
open(String path)
Opens the images in the specified directory as a stack.
|
static ImagePlus |
open(String path,
String options)
Opens the images in the specified directory as a stack.
|
void |
openAsVirtualStack(boolean b) |
ImagePlus |
openFolder(String path)
Opens the images in the specified directory as a stack.
|
void |
run(String arg)
This method is called when the plugin is loaded.
|
String[] |
sortFileList(String[] list)
Sorts file names containing numerical components.
|
void |
sortFileNames(boolean b) |
String[] |
trimFileList(String[] rawlist)
Removes names that start with "." or end with ".db", ".txt", ".lut", "roi", ".pty", ".hdr", ".py", etc.
|
public static ImagePlus open(String path)
public static ImagePlus open(String path, String options)
public ImagePlus openFolder(String path)
public void run(String arg)
PlugIn
public String[] trimFileList(String[] rawlist)
public static boolean excludedFileType(String name)
public void openAsVirtualStack(boolean b)
public void sortFileNames(boolean b)
public String[] sortFileList(String[] list)
Author: Norbert Vischer