1 #ifndef IMAGING_INTERFACE_H 2 #define IMAGING_INTERFACE_H 16 #define DCOMPLEX std::complex<double> 20 #define DCOMPLEX double complex 57 enum { DATA_TYPE_DOUBLE, DATA_TYPE_COMPLEX_DOUBLE }
const char * extraParameters
A string containing command line parameters that are passed to WSClean, for example "-weight natural"...
Definition: imaginginterface.h:47
const char * msPath
Path to the measurement set.
Definition: imaginginterface.h:36
long dataSize
Number of visibilities in the set (that are selected).
Definition: imaginginterface.h:56
double pixelScaleY
Vertical size of a pixel in radians.
Definition: imaginginterface.h:44
double pixelScaleX
Horizontal size of a pixel in radians.
Definition: imaginginterface.h:42
int imageHeight
Image height in pixels.
Definition: imaginginterface.h:40
Class that defines the image properties.
Definition: imaginginterface.h:33
int imageWidth
Image width in pixels.
Definition: imaginginterface.h:38
Holds information about the visibility data.
Definition: imaginginterface.h:53