Go to the source code of this file.
|
typedef void(* | casa::GCFPtr )(casacore::Double *griduvw, casacore::Double *area, casacore::Double *raoff1, casacore::Double *decoff1, casacore::Double *raoff2, casacore::Double *decoff2, casacore::Int *doGrad, casacore::Complex *weight, casacore::Complex *dweight1, casacore::Complex *dweight2, casacore::Double *currentCFPA) |
|
|
void | casa::gcppeij (casacore::Double *griduvw, casacore::Double *area, casacore::Double *raoff1, casacore::Double *decoff1, casacore::Double *raoff2, casacore::Double *decoff2, casacore::Int *doGrad, casacore::Complex *weight, casacore::Complex *dweight1, casacore::Complex *dweight2, casacore::Double *currentCFPA) |
|
More...
|
|
The Gridding Convolution casacore::Function (GCF) used by the underlying gridder written in FORTRAN.
The arguments must all be pointers and the value of the GCF at the given (u,v) point is returned in the weight variable. Making this a function which returns a complex value (namely the weight) has problems when called in FORTRAN - I (SB) don't understand why.
Definition at line 49 of file GlobalFTMachineCallbacks.h.