endrov.flowMisc
Class EvOpConfocalShiftCorrection

java.lang.Object
  extended by endrov.flow.EvOpGeneral
      extended by endrov.flow.EvOpSlice1
          extended by endrov.flowMisc.EvOpConfocalShiftCorrection

public class EvOpConfocalShiftCorrection
extends EvOpSlice1

Correct for horizontal shift when using a confocal microscope


Constructor Summary
EvOpConfocalShiftCorrection(java.lang.Number shift)
           
 
Method Summary
 EvPixels exec1(ProgressHandle ph, EvPixels... p)
          Apply given several image planes, returns only the first image plane
static EvPixels shift(ProgressHandle ph, EvPixels a, java.lang.Number shift)
           
 
Methods inherited from class endrov.flow.EvOpSlice1
exec, exec, exec, exec1, exec1, getNumberChannels
 
Methods inherited from class endrov.flow.EvOpGeneral
exec11, exec11, exec1Untyped, execUntyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvOpConfocalShiftCorrection

public EvOpConfocalShiftCorrection(java.lang.Number shift)
Method Detail

exec1

public EvPixels exec1(ProgressHandle ph,
                      EvPixels... p)
Description copied from class: EvOpGeneral
Apply given several image planes, returns only the first image plane

Specified by:
exec1 in class EvOpGeneral

shift

public static EvPixels shift(ProgressHandle ph,
                             EvPixels a,
                             java.lang.Number shift)