Constructor and Description |
---|
SubHyperstackMaker() |
Modifier and Type | Method and Description |
---|---|
static ImagePlus |
makeSubhyperstack(ImagePlus input,
List<Integer> cList,
List<Integer> zList,
List<Integer> tList) |
static ImagePlus |
makeSubhyperstack(ImagePlus input,
String cString,
String zString,
String tString) |
void |
run(String arg)
This method is called when the plugin is loaded.
|
public void run(String arg)
PlugIn
public static ImagePlus makeSubhyperstack(ImagePlus input, String cString, String zString, String tString)