15 using namespace hippodraw;
24 const std::string projType(
"AIR");
25 double crpix[] = {180, 90}, crval[] = {180,90}, cdelt[] = {1,1};
26 initwcs (projType, crpix, crval, cdelt, 0,
false);
32 const std::string projType(
"AIR");
33 double crpix[] = {180, 90}, crval[] = {180,90}, cdelt[] = {1,1};
34 initwcs (projType, crpix, crval, cdelt, 0,
false);
47 return new AIR2 ( *
this );