26 #if !defined(SIMPLE_FITS_H) 27 #define SIMPLE_FITS_H 1 37 template <
typename ImageT>
39 char const* title = NULL);
41 template <
typename ImageT>
43 const char* title = NULL);
A 2-dimensional celestial WCS that transform pixels to ICRS RA/Dec, using the LSST standard for pixel...
void writeBasicFits(int fd, ImageT const &data, geom::SkyWcs const *Wcs, char const *title)
A base class for image defects.