![]() |
Microscopy Image Browser
1.233
|
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... | |
Script to run correlation analysis for the Correlation Panel.
function correlationAnalysis_script | ( | corr_coef, | |
smooth_corr, | |||
granularity, | |||
roi_size, | |||
dt, | |||
type, | |||
mode, | |||
smooth_window | |||
) |
Script to run correlation analysis for the Correlation Panel.
corr_coef | a matrix with correlation coefficients
|
smooth_corr | a smoothed correlation coefficient
|
granularity | granularity value
|
roi_size | a total number of pixels in the roi
|
dt | time between the frames, a value |
type | a type of correlation coefficient: Pearson, Manders... |
mode | a mode of calculation: relative , absolute |
smooth_window | a number of frames used for smoothing |
Referenced by ib_calcCorrelation().