LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "lsst/log/Log.h"
#include "lsst/afw/table/fwd.h"
#include "lsst/afw/geom/SkyWcs.h"
#include "lsst/afw/image/Exposure.h"
#include "lsst/meas/base/exceptions.h"
#include "lsst/meas/base/FlagHandler.h"
Go to the source code of this file.
Classes | |
class | lsst::meas::base::BaseAlgorithm |
Ultimate abstract base class for all C++ measurement algorithms. More... | |
class | lsst::meas::base::SingleFrameAlgorithm |
Base class for algorithms that measure the properties of sources on single image. More... | |
class | lsst::meas::base::ForcedAlgorithm |
Base class for algorithms that measure the properties of sources on one image, using previous measurements on another image to hold certain quantities fixed. More... | |
class | lsst::meas::base::SimpleAlgorithm |
An abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm and ForcedAlgorithm. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::meas | |
lsst::meas::base | |