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