|
LSSTApplications
11.0-13-gbb96280,12.1+18,12.1+7,12.1-1-g14f38d3+72,12.1-1-g16c0db7+5,12.1-1-g5961e7a+84,12.1-1-ge22e12b+23,12.1-11-g06625e2+4,12.1-11-g0d7f63b+4,12.1-19-gd507bfc,12.1-2-g7dda0ab+38,12.1-2-gc0bc6ab+81,12.1-21-g6ffe579+2,12.1-21-gbdb6c2a+4,12.1-24-g941c398+5,12.1-3-g57f6835+7,12.1-3-gf0736f3,12.1-37-g3ddd237,12.1-4-gf46015e+5,12.1-5-g06c326c+20,12.1-5-g648ee80+3,12.1-5-gc2189d7+4,12.1-6-ga608fc0+1,12.1-7-g3349e2a+5,12.1-7-gfd75620+9,12.1-9-g577b946+5,12.1-9-gc4df26a+10
LSSTDataManagementBasePackage
|
Declare the Kernel class and subclasses. More...
#include <memory>#include <type_traits>#include <utility>#include <vector>#include "boost/mpl/or.hpp"#include "boost/serialization/shared_ptr.hpp"#include "boost/serialization/vector.hpp"#include "boost/serialization/export.hpp"#include "lsst/daf/base/Persistable.h"#include "lsst/daf/base/Citizen.h"#include "lsst/afw/geom.h"#include "lsst/afw/image/Image.h"#include "lsst/afw/image/Utils.h"#include "lsst/afw/math/Function.h"#include "lsst/afw/math/traits.h"#include "lsst/afw/table/io/Persistable.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::math::Kernel |
| Kernels are used for convolution with MaskedImages and (eventually) Images. More... | |
| class | lsst::afw::math::FixedKernel |
| A kernel created from an Image. More... | |
| class | lsst::afw::math::AnalyticKernel |
| A kernel described by a function. More... | |
| class | lsst::afw::math::DeltaFunctionKernel |
| A kernel that has only one non-zero pixel (of value 1) More... | |
| class | lsst::afw::math::LinearCombinationKernel |
| A kernel that is a linear combination of fixed basis kernels. More... | |
| class | lsst::afw::math::SeparableKernel |
| A kernel described by a pair of functions: func(x, y) = colFunc(x) * rowFunc(y) More... | |
Namespaces | |
| lsst | |
| Remove all non-astronomical counts from the Chunk Exposure's pixels. | |
| lsst::afw | |
| lsst::afw::formatters | |
| lsst::afw::math | |
| boost | |
| boost::serialization | |
Typedefs | |
| typedef std::vector < boost::shared_ptr< Kernel > > | lsst::afw::math::KernelList |
Functions | |
| template<class Archive > | |
| void | boost::serialization::save_construct_data (Archive &ar, lsst::afw::math::DeltaFunctionKernel const *k, unsigned int const file_version) |
| template<class Archive > | |
| void | boost::serialization::load_construct_data (Archive &ar, lsst::afw::math::DeltaFunctionKernel *k, unsigned int const file_version) |
Declare the Kernel class and subclasses.
Definition in file Kernel.h.
1.8.5