24 #include "lsst/afw/table/Source.h" 27 namespace lsst {
namespace meas {
namespace base {
30 afw::table::SourceCatalog
const & measCat,
31 afw::image::Exposure<float>
const & exposure
34 pex::exceptions::LogicError,
35 "measureN not implemented for this algorithm" 40 afw::table::SourceCatalog
const & measCat,
41 afw::image::Exposure<float>
const & exposure,
42 afw::table::SourceCatalog
const & refRecord,
43 afw::image::Wcs
const & refWcs
46 pex::exceptions::LogicError,
47 "measureN not implemented for this algorithm" virtual void measureNForced(afw::table::SourceCatalog const &measCat, afw::image::Exposure< float > const &exposure, afw::table::SourceCatalog const &refRecord, afw::image::Wcs const &refWcs) const
Called to simultaneously measure all children in a deblend family, in a single image.
virtual void measureN(afw::table::SourceCatalog const &measCat, afw::image::Exposure< float > const &exposure) const
Called to simultaneously measure all children in a deblend family, in a single image.