PURIFY
Next-generation radio interferometric imaging
Namespaces | Functions
operators.cc File Reference
#include "purify/operators.h"
#include "purify/wide_field_utilities.h"
+ Include dependency graph for operators.cc:

Go to the source code of this file.

Namespaces

 purify
 
 purify::details
 

Functions

Sparse< t_complex > purify::details::init_gridding_matrix_2d (const Vector< t_real > &u, const Vector< t_real > &v, const Vector< t_complex > &weights, const t_uint &imsizey_, const t_uint &imsizex_, const t_real &oversample_ratio, const std::function< t_real(t_real)> kernelu, const std::function< t_real(t_real)> kernelv, const t_uint Ju, const t_uint Jv)
 Construct gridding matrix. More...
 
Image< t_complex > purify::details::init_correction2d (const t_real &oversample_ratio, const t_uint &imsizey_, const t_uint &imsizex_, const std::function< t_real(t_real)> ftkernelu, const std::function< t_real(t_real)> ftkernelv, const t_real &w_mean, const t_real &cellx, const t_real &celly)