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