UCL / purify

PURIFY: next-generation radio interferometric imaging.
http://basp-group.github.io/purify/
GNU General Public License v2.0
0 stars 0 forks source link

Add casapy task wrappers #39

Closed mdavezac closed 10 years ago

mdavezac commented 10 years ago

Purify expects U, V data in [-pi, pi[. So wrapper scales CASA UVW data by pi/max |U| and pi/max |V|. CASA's UVW data is in meters, whereas the van Cittert-Zernike theorem involves an FFT over U and V in wave-numbers. However, the conversion to wave numbers would disappear when scaling to [-pi, pi[. So that has no influence.

mdavezac commented 10 years ago

From looking at the van Cittert-Zernike, I would expect a center of inversion at the origin of the visibility domain. However, that does not seem to be (explicitly) the case in the CASA input. Which makes sense, since its more data than needed. However, since purify uses complex to complex FFT transforms, we should include that data explicitly?