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