public class Phase_Map extends Object implements ij.plugin.filter.PlugInFilter
The kymograph's horizontal axis is expected to be the temporal one, and the vertical signal is assumed to be periodic.
Modifier and Type | Class and Description |
---|---|
protected static class |
Phase_Map.Gauss1D |
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
Constructor and Description |
---|
Phase_Map() |
Modifier and Type | Method and Description |
---|---|
protected static ij.process.LUT |
createLUT() |
static float[] |
divide(float[] array,
float factor)
Divides a list of float numbers by a factor, non-destructively.
|
protected static int[] |
gaussianLUT() |
static float[] |
range(int from,
int to,
float factor)
Returns an array of increasing integers for use in plot windows.
|
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String arg,
ij.ImagePlus imp) |
protected static int[] gaussianLUT()
protected static ij.process.LUT createLUT()
public static float[] range(int from, int to, float factor)
from
- minimum valueto
- maximum value + 1public static float[] divide(float[] array, float factor)
array
- the input valuesfactor
- the factor to divide bypublic int setup(String arg, ij.ImagePlus imp)
setup
in interface ij.plugin.filter.PlugInFilter
public void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
Copyright © 2015–2021 Fiji. All rights reserved.