Package | Description |
---|---|
acquifer.ij.im.plugins |
Modifier and Type | Method and Description |
---|---|
static Hyperstack_Maker.DisplayMode |
Hyperstack_Maker.DisplayMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hyperstack_Maker.DisplayMode[] |
Hyperstack_Maker.DisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
Hyperstack_Maker.makeHyperStack(String title,
ij.VirtualStack vStack,
int nChannels,
int nZslices,
int nTimepoints,
Hyperstack_Maker.DisplayMode displayMode)
Make a multi-dimensional hyperstack from a 1D virtual stack of disk-resident images.
|
static void |
Hyperstack_Maker.setHyperStackDisplayMode(Hyperstack_Maker.DisplayMode mode)
Set the default display mode for hyperstack when nChannels>1.
|