Index: trunk/Ohana/src/addstar/src/sky_tessalation.c
===================================================================
--- trunk/Ohana/src/addstar/src/sky_tessalation.c	(revision 13093)
+++ trunk/Ohana/src/addstar/src/sky_tessalation.c	(revision 13105)
@@ -292,5 +292,5 @@
   // only keep one of the parity images
   if (((triangle[0].d >= 0) && (parity == +1)) || ((triangle[0].d < 0) && (parity == -1))) {
-    strcpy (image[0].coords.ctype, "RA---TAN");
+    strcpy (image[0].coords.ctype, "DEC--TAN");
   } else {
     strcpy (image[0].coords.ctype, "DROP");
