WSClean
|
This file is the generic part of an interface between imaging operators. More...
Go to the source code of this file.
Classes | |
struct | imaging_data |
Holds information about the visibility data. More... | |
struct | imaging_parameters |
Class that defines the image properties. More... | |
Macros | |
#define | DCOMPLEX double complex |
In C++, this is defined as std::complex<double>, while in plain C, this is defined as 'double complex'. More... | |
This file is the generic part of an interface between imaging operators.
It is used in wscleaninterface.h. A client program can use this file, put it in their code repository and link to the WSClean library to avoid needing to compile C++ code.
#define DCOMPLEX double complex |
In C++, this is defined as std::complex<double>, while in plain C, this is defined as 'double complex'.