|
LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <cstdint>#include <cstdlib>#include <cstdio>#include <cstring>#include <cassert>#include <cctype>#include "lsst/pex/exceptions.h"#include "boost/any.hpp"#include "lsst/afw/fits.h"#include "simpleFits.h"Go to the source code of this file.
Namespaces | |
| lsst | |
| A base class for image defects. | |
| lsst::afw | |
| lsst.afw.display | |
Macros | |
| #define | FITS_SIZE 2880 |
Functions | |
| template<typename ImageT > | |
| void | lsst.afw.display::writeBasicFits (int fd, ImageT const &data, geom::SkyWcs const *Wcs, char const *title) |
| template<typename ImageT > | |
| void | lsst.afw.display::writeBasicFits (std::string const &filename, ImageT const &data, geom::SkyWcs const *Wcs, char const *title) |
| #define FITS_SIZE 2880 |
Definition at line 51 of file simpleFits.cc.
1.8.13