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
|
Write a FITS image to a file descriptor; useful for talking to DS9. More...
#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 | |
< multiple inclusion guard macro | |
lsst.afw | |
lsst.afw.display | |
Macros | |
#define | FITS_SIZE 2880 |
Functions | |
template<typename ImageT > | |
void | lsst.afw.display::writeBasicFits (int fd, ImageT const &data, image::Wcs const *Wcs, char const *title) |
template<typename ImageT > | |
void | lsst.afw.display::writeBasicFits (std::string const &filename, ImageT const &data, image::Wcs const *Wcs, char const *title) |
Write a FITS image to a file descriptor; useful for talking to DS9.
This version knows about LSST data structures
Definition in file simpleFits.cc.
#define FITS_SIZE 2880 |
Definition at line 51 of file simpleFits.cc.