forked from ShuJiaLab/BSSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
46 lines (35 loc) · 2.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
===========================================================================================
BSSE: An open-source image processing tool for miniaturized microscopy %
Jeonghwan Son, Biagio Mandracchia, Michael D. Caponegro, Stella E. Tsirka, Shu Jia %
Optics Express (2019) %
===========================================================================================
1. BSSE_Matlab
----------------------------------------------------------------------------------------------------------------
Initiate BSSE by 'BSSE_InitiateHere.m'
----------------------------------------------------------------------------------------------------------------
In 'BSSE_BS.m',
optically you can change the baseline frequency at "a0 = a-imgaussfilt(a,1);"
----------------------------------------------------------------------------------------------------------------
In 'BSSE_SE.m',
(1) Please change the parameters to match your expentimental specification.
e.g.
% Prameter %
lambda = 520; %[nm]
NA = 0.5;
(2) We used sub-pixelated magnification as 2 in order to minimize further artefact by intensity-interpolation.
e.g.
M = 2;
(3) For tissue images, a post-smoothing step using a Gaussian filter is included to maintain the continuity of biological structures [33,38], in manuscript.
e.g.
SIG=0.05*PQ(2); %0.05 default - tissues : 0.025
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
2. Calcium_ROI
We used the manual ROI selection and signal extraction from
W. A. Liberti, L. N. Perkins, D. P. Leman, and T. J. Gardner,
“An open source, wireless capable miniature microscope system,” J. Neural Eng., vol. 14, no. 4, p. 045001, Aug. 2017.
https://github.com/gardner-lab/FinchScope
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
README.txt written by
Jeonghwan Son (Dylan), [email protected]