15 using namespace hippodraw;
24 const std::string projType(
"AIT");
25 double crpix[] = {0, 0}, crval[] = {0,0}, cdelt[] = {1,1};
26 initwcs (projType, crpix, crval, cdelt, 0,
false);
32 const std::string projType(
"AIT");
33 double crpix[] = {0, 0}, crval[] = {0,0}, cdelt[] = {1,1};
34 initwcs (projType, crpix, crval, cdelt, 0,
false);
hippodraw::HammerAito class interface
void initwcs(const std::string &transformName, double *crpix, double *crval, double *cdelt, double crota2, bool galactic)
Initialize the WCS transform type.
virtual double aspectRatio() const
Returns the aspect ratio.
virtual HammerAito * clone() const
Creates a new Transform object by copying an existing one.
A transform that transforms coordinates from one coordinate system to another.
UnaryTransform class interface.
A Periodic transform that transforms coordinates from one 2D coordinate system to another...
HammerAito(UnaryTransform *z)
The constructor.
std::string m_name
Name of the Transform.
A transform that transforms coordinates in one dimension from one coordinate system to another...
virtual ~HammerAito()
The virtual destructor.
A transform that performs the HammerAito projection.