LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Implementation of the Class MaskedImage. More...
#include <ostream>
#include <list>
#include <map>
#include <string>
#include "boost/shared_ptr.hpp"
#include "boost/mpl/at.hpp"
#include "boost/iterator/zip_iterator.hpp"
#include "lsst/daf/base/Citizen.h"
#include "lsst/daf/base/Persistable.h"
#include "lsst/afw/formatters/MaskedImageFormatter.h"
#include "lsst/afw/image/Image.h"
#include "lsst/afw/image/Mask.h"
#include "lsst/afw/image/Pixel.h"
#include "lsst/afw/image/LsstImageTypes.h"
Go to the source code of this file.
Namespaces | |
lsst | |
< multiple inclusion guard macro | |
lsst.afw | |
lsst.afw.image | |
lsst::afw::image::detail | |
lsst::afw::formatters | |
Functions | |
template<typename ImagePixelT , typename MaskPixelT , typename VariancePixelT > | |
MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > * | lsst.afw.image::makeMaskedImage (typename Image< ImagePixelT >::Ptr image, typename Mask< MaskPixelT >::Ptr mask=typename Mask< MaskPixelT >::Ptr(), typename Image< VariancePixelT >::Ptr variance=typename Image< VariancePixelT >::Ptr()) |
Variables | |
std::string const | lsst::afw::image::detail::fitsFile_RE = "\\.fits(\\.[fg]z)?$" |
std::string const | lsst::afw::image::detail::compressedFileNoMEF_RE = "(\\.gz)$" |
be written as MEFs More... | |
Implementation of the Class MaskedImage.
Definition in file MaskedImage.h.