#include <ImageMaxFitter.h>
Public Member Functions | |
ImageMaxFitter (SPCIIT image, const Record *const ®ion) | |
Top level interface source max fitting. | |
~ImageMaxFitter () | |
destructor | |
String | getClass () const |
Record | fit (Bool point, Int width=5, Bool negfind=False, Bool list=True) const |
Protected Member Functions | |
CasacRegionManager::StokesControl | _getStokesControl () const |
std::vector< Coordinate::Type > | _getNecessaryCoordinates () const |
Represents the minimum set of coordinates necessary for the task to function. | |
Bool | _supportsMultipleBeams () const |
does this task support images with multiple beams? False means it never does. |
Definition at line 8 of file ImageMaxFitter.h.
casa::ImageMaxFitter< T >::ImageMaxFitter | ( | SPCIIT | image, | |
const Record *const & | region | |||
) |
casa::ImageMaxFitter< T >::~ImageMaxFitter | ( | ) | [inline] |
destructor
Definition at line 30 of file ImageMaxFitter.h.
std::vector<Coordinate::Type> casa::ImageMaxFitter< T >::_getNecessaryCoordinates | ( | ) | const [inline, protected, virtual] |
Represents the minimum set of coordinates necessary for the task to function.
Implements casa::ImageTask< T >.
Definition at line 42 of file ImageMaxFitter.h.
CasacRegionManager::StokesControl casa::ImageMaxFitter< T >::_getStokesControl | ( | ) | const [inline, protected, virtual] |
Implements casa::ImageTask< T >.
Definition at line 38 of file ImageMaxFitter.h.
References casa::CasacRegionManager::USE_FIRST_STOKES.
Bool casa::ImageMaxFitter< T >::_supportsMultipleBeams | ( | ) | const [inline, protected, virtual] |
does this task support images with multiple beams? False means it never does.
True means it does, but not necessarily in all cases (in which case, the derived class is responsible for checking for and throwing exceptions in those cases).
Reimplemented from casa::ImageTask< T >.
Definition at line 46 of file ImageMaxFitter.h.
References casacore::True.
Record casa::ImageMaxFitter< T >::fit | ( | Bool | point, | |
Int | width = 5 , |
|||
Bool | negfind = False , |
|||
Bool | list = True | |||
) | const |
String casa::ImageMaxFitter< T >::getClass | ( | ) | const [inline, virtual] |