-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.txt
69 lines (52 loc) · 2.48 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
CO4OI: Convex Optimisation for Optical Interferometry
----------------------------------------------------------------
DESCRIPTION
This is a Matlab implementation of the tensor-based algorithms for
optical-interferometric imaging presented in:
[1] A. Auria, R. E. Carrillo, J.-P. Thiran and Y. Wiaux.
"Convex optimisation for optical-interferometric imaging", submitted
to Monthly Notices of the Royal Astronomical Society, 2013.
AUTHORS
A. Auria (http://people.epfl.ch/anna.auria)
R. E. Carillo (http://people.epfl.ch/rafael.carrillo)
J.-P. Thiran (http://people.epfl.ch/jean-philippe.thiran)
Y. Wiaux (http://people.epfl.ch/yves.wiaux)
EXPERIMENTS
To test a reconstruction using the alternate minimization (AM) method,
run the script AM_example.m.
To test a reconstruction using the nuclear norm minimization (NM)
method, run the script NM_example.m.
REFERENCES
When referencing this code, please cite our related paper:
[1] A. Auria, R. E. Carrillo, J.-P. Thiran and Y. Wiaux.
"Convex optimisation for optical-interferometric imaging", submitted
to Monthly Notices of the Royal Astronomical Society, 2013.
DOCUMENTATION
See doc/index.html
INSTALLATION
To run the NM functions, the TP toolbox (http://tptool.sztaki.hu)
must be installed. Otherwise the code should run as is, without
any additional installation.
DOWNLOAD
https://github.com/basp-group/co-oi
SUPPORT
If you have any questions or comments, feel free to contact Anna
Auria at: anna {DOT} auria {AT} epfl {DOT} ch.
NOTES
The code is not optimized and is given for educational purpose.
LICENSE
co4oi: Convex optimization for optical interferometry
Copyright (C) 2013 Anna Auria, Rafael Carrillo, Jean-Philippe
Thiran and Yves Wiaux.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details (LICENSE.txt).
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.