https://github.com/emmt/mira
a Multi-aperture Image Reconstruction Algorithm
https://github.com/emmt/mira
Last synced: 5 months ago
JSON representation
a Multi-aperture Image Reconstruction Algorithm
- Host: GitHub
- URL: https://github.com/emmt/mira
- Owner: emmt
- License: gpl-2.0
- Created: 2016-12-01T18:32:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T14:26:15.000Z (over 1 year ago)
- Last Synced: 2025-01-29T05:41:42.649Z (over 1 year ago)
- Language: SWIG
- Size: 787 KB
- Stars: 15
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIRA: Multi-aperture Image Reconstruction Algorithm
MiRA (Multi-aperture Image Reconstruction Algorithm) is an algorithm for image
reconstruction from interferometric data. The software is written in
[Yorick](https://github.com/LLNL/yorick/) and expects data file in the OIFITS format.
A quick way to install MiRA is to use [EasyYorick](https://github.com/emmt/EasyYorick)
script which takes care of downloading, compiling and installing all needed code.
Otherwise, see [*Installation*](doc/INSTALL.md) for prerequisites and instructions to
install MiRA.
The man pages of MiRA give all options. See [*Usage*](doc/USAGE.md) for a short
introduction about using MiRA.
## Links
MiRA is used in a number of projects:
* [OImaging](https://www.jmmc.fr/english/tools/data-analysis/oimaging/) provides a GUI to
assist in image reconstruction form optical interferometric data. MiRA is one of the
image reconstruction software available in OImaging.
* [PYRA](https://github.com/jdrevon/PYRA) is a Python script by Julien Drevon to
automatically sample and tune the parameters of MiRA.
## References
* É. Thiébaut: *"MiRA: an effective imaging algorithm for optical interferometry"* in SPIE
Proc. Astronomical Telescopes and Instrumentation **7013**, 70131I-1-70131I-12 (2008)
[DOI](http://dx.doi.org/10.1117/12.788822).
* É. Thiébaut & J.-F. Giovannelli: *"Image Reconstruction in Optical Interferometry"* in
IEEE Signal Processing Magazine **27**, pp. 97-109 (2010)
[DOI](http://dx.doi.org/10.1109/MSP.2009.934870).
* É. Thiébaut: *"Image reconstruction with optical interferometers"* in New Astronomy
Reviews **53**, pp. 312-328 (2009) [DOI](http://dx.doi.org/10.1016/j.newar.2010.07.011).
* É. Thiébaut & J. Young: *"Principles of image reconstruction in optical interferometry:
tutorial"*, Journal of the Optical Society of America A **34**, pp. 904-923 (2017)
[DOI](http://dx.doi.org/10.1364/JOSAA.34.000904)
[HAL](https://hal.archives-ouvertes.fr/hal-01577899)
[Arxiv](http://arxiv.org/abs/1708.08390).