mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Apply phase #12

Closed fredRos closed 7 years ago

fredRos commented 7 years ago

Evaluate whether to apply phase after visibility sampling

mtazzari commented 7 years ago

This is almost resolved. In commit https://github.com/mtazzari/galario/commit/b1925f8ab73ac3ae869b2f664f4f9c9eac4a2910 I fully implemented the GPU counterpart. The new function apply_phase_sampled() allows one to apply a phase to the sampled visibilities.

Remains to do:

mtazzari commented 7 years ago

Fixed by commit 6a1125d96a1c1aee0035922f7fa04557914ece4d [cpp,test] Implement usage of apply_phase_sampled in sample and chi2()