java.lang.Object
ij.plugin.SubHyperstackMaker
- All Implemented Interfaces:
PlugIn
public class SubHyperstackMaker extends java.lang.Object implements PlugIn
This plugin is used by the Image/Stacks/Tools/Make Substack
command to create substacks of hyperstacks.
- Author:
- Curtis Rueden
-
Constructor Summary
Constructors Constructor Description SubHyperstackMaker()
-
Method Summary
Modifier and Type Method Description static ImagePlus
makeSubhyperstack(ImagePlus input, java.lang.String cString, java.lang.String zString, java.lang.String tString)
static ImagePlus
makeSubhyperstack(ImagePlus input, java.util.List<java.lang.Integer> cList, java.util.List<java.lang.Integer> zList, java.util.List<java.lang.Integer> tList)
void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
SubHyperstackMaker
public SubHyperstackMaker()
-
-
Method Details
-
run
public void run(java.lang.String arg)Description copied from interface:PlugIn
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt. -
makeSubhyperstack
-
makeSubhyperstack
-