-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Miguel Cárcamo edited this page May 10, 2019
·
38 revisions
GPUVMEM is a framework that allows radio astronomers to do a process called image synthesis. This process takes Fourier space data taken by radio-interferometer like ALMA, ATCA, VLA, or a set of radio-interferometers as EHT, and returns an image from a certain a radio source.





- Object oriented Framework: Object orientation makes easier the creation and building of a feature that you are interested in and plug that to the program.
- Multi-GPU: Radio datasets and memory are distributed between different GPU using the P2P approach.
- Multi-Field/Mosaic support: Mosaic images in interferometry allow the study of large scale objects in the sky. In this Bayesian approach we fit a single model image to the ensemble of all pointings.
- Parameterized reconstruction: Although GPUVMEM requires a few parameters, it does not require user assistance during algorithm iteration. In this sense, we say GPUVMEM is an unsupervised image synthesis algorithm.
- Regular grid-to-irregular grid approach: An interpolation step is done to compute model visibilities from the 2D Fast Fourier transform of the image estimate to compare them directly with observed visibilities.
- Gridding to speed up the reconstructions: Gridding is the process of resampling visibility data into a regular grid. Usually this is done convolving the data with a kernel to avoid aliasing. Although convolutional kernels are not yet implemented in GPUVMEM, the gridding process reduce the amount of data and speeds up the algorithm reducing computation time.
- Multi-frequency support: Spectral dependency can introduce strong effects into image synthesis. In this implementation we use the following image representation for multi-frequency synthesis:

Credits: Ariel Marinkovic ALMA (ESO/NAOJ/NRAO). Paper II EHT Telescope. GPUVMEM Logo: Andrés Alarcón (http://www.andresalarcon.cl)
- Miguel Cárcamo - The University of Manchester, Universidad de Santiago de Chile - miguel.carcamo@postgrad.manchester.ac.uk
- Simon Casassus - Universidad de Chile - simoncasassus@gmail.com
- Nicolás Muñoz - Universidad de Santiago de Chile
- Fernando Rannou - Universidad de Santiago de Chile
- Pablo Román - Universidad de Santiago de Chile
- Axel Osses - Universidad de Chile
- Victor Moral - Universidad de Chile