1 #ifndef PROJECTIONHANDLER__H
2 #define PROJECTIONHANDLER__H
15 virtual const Gtransfo* Sky2TP(
const Mapping* M,
const CcdImage &C)
const = 0;
32 typedef std::map<const unsigned, CountedRef<Gtransfo> > TransfoMap;
virtual class needed in the abstraction of the distortion model
Definition: mapping.h:13
A possible implementation of ProjectionHandler for fitting actual WCS's.
Definition: projectionhandler.h:30
handler of an actual image from a single CCD
Definition: ccdimage.h:21
the simplest implementation of ProjectionHandler. Means that coordinates of objects are expressed in ...
Definition: projectionhandler.h:19
This is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (wher...
Definition: projectionhandler.h:13