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
|
#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 | |
< multiple inclusion guard macro | |
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.