|
LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <memory>#include "lsst/base.h"#include "lsst/daf/base.h"#include "lsst/afw/image/MaskedImage.h"#include "lsst/afw/image/ExposureInfo.h"#include "lsst/geom/Extent.h"#include "lsst/geom/SpherePoint.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::image::Exposure< ImageT, MaskT, VarianceT > |
| A class to contain the data, WCS, and other information needed to describe an image of the sky. More... | |
Namespaces | |
| lsst | |
| A base class for image defects. | |
| lsst::afw | |
| lsst::afw::image | |
| Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects. | |
Functions | |
| template<typename ImagePixelT , typename MaskPixelT , typename VariancePixelT > | |
| std::shared_ptr< Exposure< ImagePixelT, MaskPixelT, VariancePixelT > > | lsst::afw::image::makeExposure (MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > &mimage, std::shared_ptr< geom::SkyWcs const > wcs=std::shared_ptr< geom::SkyWcs const >()) |
| A function to return an Exposure of the correct type (cf. More... | |
1.8.13