Index: /trunk/Ohana/src/relastro/src/UpdateChips.c
===================================================================
--- /trunk/Ohana/src/relastro/src/UpdateChips.c	(revision 15236)
+++ /trunk/Ohana/src/relastro/src/UpdateChips.c	(revision 15237)
@@ -15,6 +15,4 @@
     if (strcmp(&image[i].coords.ctype[4], "-WRP")) continue;
 
-    /* XXX I probably need modes for getImageRaw/Ref to distinguish SIMPLE, CHIP, MOSAIC */
-
     /* convert measure coordinates to raw entries */
     raw = getImageRaw (catalog, Ncatalog, i, &Nstars, TRUE);
@@ -23,7 +21,4 @@
     ref = getImageRef (catalog, Ncatalog, i, &Nstars, TRUE);
 
-    /* XXX grab this code from mosastro */
-    /* XXX check that it matches psastro */
-    /* XXX this may need a 'mosaic' and 'non-mosaic' version */
     FitChip (raw, ref, Nstars, &image[i].coords);
 
Index: /trunk/Ohana/src/relastro/src/UpdateMosaic.c
===================================================================
--- /trunk/Ohana/src/relastro/src/UpdateMosaic.c	(revision 15236)
+++ /trunk/Ohana/src/relastro/src/UpdateMosaic.c	(revision 15237)
@@ -23,7 +23,4 @@
     ref = getImageRef (catalog, Ncatalog, i, &Nstars, TRUE);
 
-    /* XXX grab this code from mosastro */
-    /* XXX check that it matches psastro */
-    /* XXX this may need a 'mosaic' and 'non-mosaic' version */
     FitMosaic (raw, ref, Nstars, &image[i].coords);
 
Index: /trunk/Ohana/src/relastro/src/UpdateSimple.c
===================================================================
--- /trunk/Ohana/src/relastro/src/UpdateSimple.c	(revision 15236)
+++ /trunk/Ohana/src/relastro/src/UpdateSimple.c	(revision 15237)
@@ -16,6 +16,4 @@
     if (!strcmp(&image[i].coords.ctype[4], "-DIS")) continue;
 
-    /* XXX I probably need modes for getImageRaw/Ref to distinguish SIMPLE, CHIP, MOSAIC */
-
     /* convert measure coordinates to raw entries */
     raw = getImageRaw (catalog, Ncatalog, i, &Nstars, FALSE);
@@ -24,7 +22,4 @@
     ref = getImageRef (catalog, Ncatalog, i, &Nstars, FALSE);
 
-    /* XXX grab this code from mosastro */
-    /* XXX check that it matches psastro */
-    /* XXX this may need a 'mosaic' and 'non-mosaic' version */
     FitSimple (raw, ref, Nstars, &image[i].coords);
 
