lsst.afw
19.0.0-22-gd98cb7f78
|
#include <climits>
#include <list>
#include <map>
#include <string>
#include <utility>
#include "boost/format.hpp"
#include "boost/mpl/bool.hpp"
#include <memory>
#include "lsst/afw/image/lsstGil.h"
#include "lsst/daf/base.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/fits.h"
Go to the source code of this file.
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 | |
std::shared_ptr< daf::base::PropertyList > | lsst::afw::image::readMetadata (std::string const &fileName, int hdu=fits::DEFAULT_HDU, bool strip=false) |
Return the metadata (header entries) from a FITS file. More... | |
template<typename ImageT > | |
ImageT::SinglePixel | lsst::afw::image::badPixel (typename ImageT::Pixel bad=0) |
Return a value indicating a bad pixel for the given Image type. More... | |