Index: trunk/Ohana/src/relastro/Makefile
===================================================================
--- trunk/Ohana/src/relastro/Makefile	(revision 15240)
+++ trunk/Ohana/src/relastro/Makefile	(revision 15509)
@@ -55,9 +55,4 @@
 $(SRC)/write_coords.$(ARCH).o
 
-DROP = \
-$(SRC)/setMrelFinal.$(ARCH).o 	 \
-$(SRC)/StarOps.$(ARCH).o	 
-
-
 $(RELASTRO): $(INC)/relastro.h
 $(BIN)/relastro.$(ARCH): $(RELASTRO)
Index: trunk/Ohana/src/relastro/src/UpdateObjects.c
===================================================================
--- trunk/Ohana/src/relastro/src/UpdateObjects.c	(revision 15240)
+++ trunk/Ohana/src/relastro/src/UpdateObjects.c	(revision 15509)
@@ -196,5 +196,5 @@
       catalog[i].average[j].dP  = fit.dp; // parallax error in arcsec
 
-      catalog[i].average[j].Xp  = (fit.Nfit > 1) ? 100.0*log10(fit.chisq) : NO_MAG;
+      catalog[i].average[j].Xp  = (fit.Nfit > 1) ? 100.0*log10(fit.chisq) : NAN_S_SHORT;
     }
 
Index: trunk/Ohana/src/relastro/src/select_images.c
===================================================================
--- trunk/Ohana/src/relastro/src/select_images.c	(revision 15240)
+++ trunk/Ohana/src/relastro/src/select_images.c	(revision 15509)
@@ -142,6 +142,7 @@
       }
       if (RESET) {
+	// XXX do we need this in relastro?
 	assignMcal (&image[nimage], (double *) NULL, -1);
-	image[nimage].dMcal = NO_MAG;
+	image[nimage].dMcal = NAN;
 	image[nimage].code &= ~ID_IMAGE_POOR;
       }
