-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
53 lines (43 loc) · 2.56 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
47
48
49
50
51
52
53
Title: Matlab code for "Phase-space deconvolution for light field microscopy"
Author: Zhi Lu ([email protected]), Jiamin Wu, Hui Qiao and You Zhou .etc
Version: 1.0
Copyright: 2019, Zhi Lu, Jiamin Wu, Hui Qiao, You Zhou, Tao Yan, Zijing Zhou, Xu Zhang, Jingtao Fan, Qionghai Dai*
Edited based on the reference [1].
Matlab code for "Phase-space deconvolution for light field microscopy"
==========================================================
This package contains an implementation of the Phase-space deconvolution algorithm described in the paper:
Zhi Lu, Jiamin Wu, Hui Qiao and You Zhou .etc, "Phase-space deconvolution for light field microscopy".
Please cite our paper if using the code to generate data (e.g., images, tables of processing times, etc.)
in an academic publication.
For algorithmic details, please refer to our paper.
----------------
How to use
----------------
The code is tested in MATLAB 2018b(64bit) under the MS Windows 10 64bit version with an Intel Xeon [email protected] and 32GB RAM.
1. unpack the package
2. include code/subdirectory in your Matlab path
3. Run "main.m" to try the examples included in this package.
4. Download the required data through "https://www.dropbox.com/sh/2iz04d2ifxurufk/AADwwOJDYi7T4Y6LvS5uQF66a?dl=0"
a). The Lightfield Data referred to Fig.3 (the imaging of B16cell ) in our paper is saved in "Raw" which can be used for test.
b). MAT file of the point spread function is located in dir "PSF". Readers can also obtain the similar PSFs by the origin code of reference[1];
----------------
User specified parameter:
----------------
There are a few parameters need to be specified by users.
---------------
Main.m file:
---------------
'RL_deconv': the old deconvolution method in LF microscopy (typically set as 1 and 0)
'Phase_space_deconv': the new phase_space deconvolution method in our paper (typically set as 1 and 0)
---------------
deconv_phase_space.m file:
---------------
Nnum: the pixel number after every single micro lens
maxIter: the maximum iteration times during deconbolution
----------------
IMPORTANT NOTE
----------------
Should you have any questions regarding this code and the corresponding results, please contact Zhi Lu ([email protected]).
Reference:
1. R. Prevedel, Y.-G. Yoon, M. Hoffmann, N. Pak, G. Wetzstein, S. Kato, T. Schr?del, R. Raskar, M. Zimmer, E. S. Boyden, and A. Vaziri,
"Simultaneous whole-animal 3D imaging of neuronal activity using light-field microscopy," Nature Methods 11, 727¨C730 (2014).