Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibSubtractRunningAverage.m File Reference

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
 

Detailed Description

smooth drift correction using the running average correction

Function Documentation

◆ mibSubtractRunningAverage()

function [ shiftXOut , shiftYOut , halfwidth , excludePeaks ] = mibSubtractRunningAverage ( shiftX,
shiftY,
halfwidth,
excludePeaks,
useBatchMode )

smooth drift correction using the running average correction

Parameters
shiftXvector of input X values to be smoothed
shiftYvector of input Y values to be smoothed
halfwidthhalf-width of the smoothing window, when 0-do not smooth
excludePeakspeaks higher than this value are excluded from the correction, when 0 - do not consider peaks
useBatchModeuse the batch mode, i.e. no questions asked
Return values
shiftXOutsmoothed X vector
shiftYOutsmoothed X vector
halfwidthused half-width
excludePeaksexcluded peaks value

References mibInputMultiDlg(), and mibQuestDlg().

Referenced by mibAlignmentController.continueBtn_Callback().

Here is the call graph for this function:
Here is the caller graph for this function: