8 #include <CCfits/CCfits>
15 using namespace CCfits ;
38 PixImage(
const int ncols,
const int nrows) ;
44 FITS * toFits(
const char *foutname)
const ;
52 double at(
const int row,
const int col)
const ;
54 int idx(
const int row,
const int col)
const ;
A rotation followed by a translation.
Definition: RotTrans2D.h:34
A rectangular 2-dimensional array of pixels with individual values.
Definition: PixImage.h:22
int cols
Number of columns.
Definition: PixImage.h:36
valarray< double > vals
The values (intensities) within the pixels.
Definition: PixImage.h:28
A 2-dimensional rectangular boundary box parallel to the two Cartesian axes.
Definition: Bbox2D.h:17
int rows
Number of rows.
Definition: PixImage.h:32
A square represented by the four vertices of the corners.
Definition: Square2D.h:23