Class SpatialCellImageCandidate¶
Defined in File SpatialCell.h
Inheritance Relationships¶
Base Type¶
public lsst::afw::math::SpatialCellCandidate
(Class SpatialCellCandidate)
Derived Types¶
public lsst::ip::diffim::KernelCandidate< _PixelT >
(Template Class KernelCandidate)public lsst::meas::algorithms::PsfCandidate< PixelT >
(Template Class PsfCandidate)
Class Documentation¶
-
class
SpatialCellImageCandidate
: public lsst::afw::math::SpatialCellCandidate¶ Base class for candidate objects in a SpatialCell that are able to return an Image of some sort (e.g. a PSF or a DIA kernel)
Subclassed by lsst::ip::diffim::KernelCandidate< _PixelT >, lsst::meas::algorithms::PsfCandidate< PixelT >
Public Functions
-
SpatialCellImageCandidate
(float const xCenter, float const yCenter)¶ ctor
- Parameters
xCenter
: The object’s column-centreyCenter
: The object’s row-centre
-
SpatialCellImageCandidate
(SpatialCellImageCandidate const&)¶
-
SpatialCellImageCandidate
(SpatialCellImageCandidate&&)¶
-
SpatialCellImageCandidate &
operator=
(SpatialCellImageCandidate const&)¶
-
SpatialCellImageCandidate &
operator=
(SpatialCellImageCandidate&&)¶
-
~SpatialCellImageCandidate
()¶
-
double
getChi2
() const¶ Return the candidate’s chi^2.
-
void
setChi2
(double chi2)¶ Set the candidate’s chi^2.
Public Static Functions
-
static void
setWidth
(int width)¶ Set the width of the image that getImage should return.
-
static int
getWidth
()¶ Return the width of the image that getImage should return.
-
static void
setHeight
(int height)¶ Set the height of the image that getImage should return.
-
static int
getHeight
()¶ Return the height of the image that getImage should return.
-