![]() |
Microscopy Image Browser 2.91
MIB
|
smooth drift correction using the running average correction More...
Functions | |
function [ shiftXOut , shiftYOut , halfwidth , excludePeaks ] = | mibSubtractRunningAverage (shiftX, shiftY, halfwidth, excludePeaks, useBatchMode) |
smooth drift correction using the running average correction | |
smooth drift correction using the running average correction
function [ shiftXOut , shiftYOut , halfwidth , excludePeaks ] = mibSubtractRunningAverage | ( | shiftX, | |
shiftY, | |||
halfwidth, | |||
excludePeaks, | |||
useBatchMode ) |
smooth drift correction using the running average correction
shiftX | vector of input X values to be smoothed |
shiftY | vector of input Y values to be smoothed |
halfwidth | half-width of the smoothing window, when 0-do not smooth |
excludePeaks | peaks higher than this value are excluded from the correction, when 0 - do not consider peaks |
useBatchMode | use the batch mode, i.e. no questions asked |
shiftXOut | smoothed X vector |
shiftYOut | smoothed X vector |
halfwidth | used half-width |
excludePeaks | excluded peaks value |
References mibInputMultiDlg(), and mibQuestDlg().
Referenced by mibAlignmentController.continueBtn_Callback().