LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Functions
simpleFits.h File Reference
#include "lsst/afw/image/Image.h"
#include "lsst/afw/image/Mask.h"
#include "lsst/afw/geom/SkyWcs.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst.afw.display
 

Functions

template<typename ImageT >
void lsst.afw.display::writeBasicFits (int fd, ImageT const &data, lsst::afw::geom::SkyWcs const *Wcs=NULL, char const *title=NULL)
 
template<typename ImageT >
void lsst.afw.display::writeBasicFits (std::string const &filename, ImageT const &data, lsst::afw::geom::SkyWcs const *Wcs=NULL, const char *title=NULL)