LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
#include "boost/mpl/for_each.hpp"
#include "boost/mpl/vector.hpp"
#include "lsst/afw/geom.h"
#include "lsst/afw/fits.h"
#include "lsst/afw/image/fits/fits_io.h"
#include "lsst/afw/image/Image.h"
Go to the source code of this file.
Namespaces | |
lsst | |
Estimate image backgrounds. | |
lsst::afw | |
lsst::afw::image | |
Functions | |
template<typename supported_fits_types , typename ImageT > | |
void | lsst::afw::image::fits_read_image (fits::Fits &fitsfile, ImageT &img, lsst::daf::base::PropertySet &metadata, geom::Box2I const &bbox=geom::Box2I(), ImageOrigin const origin=PARENT) |
template<typename supported_fits_types , typename ImageT > | |
void | lsst::afw::image::fits_read_image (fits::Fits &fitsfile, ImageT &img, boost::shared_ptr< lsst::daf::base::PropertySet > metadata=boost::shared_ptr< lsst::daf::base::PropertySet >(), geom::Box2I const &bbox=geom::Box2I(), ImageOrigin const origin=PARENT) |
ndarray::Array<typename ImageT::Pixel,2,2>& _array |
Definition at line 77 of file fits_io_mpl.h.
geom::Box2I const& _bbox |
Definition at line 80 of file fits_io_mpl.h.
fits::Fits* _fitsfile |
Definition at line 76 of file fits_io_mpl.h.
daf::base::PropertySet& _metadata |
Definition at line 79 of file fits_io_mpl.h.
ImageOrigin _origin |
Definition at line 81 of file fits_io_mpl.h.
geom::Point2I& _xy0 |
Definition at line 78 of file fits_io_mpl.h.