Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
correlationAnalysis_script.m File Reference

Script to run correlation analysis for the Correlation Panel. More...

Functions

function  correlationAnalysis_script (corr_coef, smooth_corr, granularity, roi_size, dt, type, mode, smooth_window)
 Script to run correlation analysis for the Correlation Panel. More...
 

Detailed Description

Script to run correlation analysis for the Correlation Panel.

Function Documentation

function correlationAnalysis_script (   corr_coef,
  smooth_corr,
  granularity,
  roi_size,
  dt,
  type,
  mode,
  smooth_window 
)

Script to run correlation analysis for the Correlation Panel.

Parameters
corr_coefa matrix with correlation coefficients
  • Normal run: [ROI_no, 1, Frame_no, M1/M2]
  • Grid run: [Y_no, X_no, Frame_no, M1/M2]
smooth_corra smoothed correlation coefficient
  • Normal run: [ROI_no, 1, Frame_no, M1/M2]
  • Grid run: [Y_no, X_no, Frame_no, M1/M2]
granularitygranularity value
  • Normal run: [ROI_no, 1, Frame_no]
  • Grid run: [Y_no, X_no, Frame_no]
roi_sizea total number of pixels in the roi
  • Normal run: [ROI_no, 1]
  • Grid run: [Y_no, X_no]
dttime between the frames, a value
typea type of correlation coefficient: Pearson, Manders...
modea mode of calculation: relative, absolute
smooth_windowa number of frames used for smoothing
See Also
calc_correlation.m, ib_calcCorrelation

Referenced by ib_calcCorrelation().

Here is the caller graph for this function: