Index: /branches/eam_branches/ohana.20190329/src/opihi/mana/deimos_fitobj.c
===================================================================
--- /branches/eam_branches/ohana.20190329/src/opihi/mana/deimos_fitobj.c	(revision 40739)
+++ /branches/eam_branches/ohana.20190329/src/opihi/mana/deimos_fitobj.c	(revision 40740)
@@ -54,4 +54,7 @@
   float stilt = 0.0; // angle of the slit
   ohana_gaussdev_init ();
+
+  fprintf (stderr, "use deimos fitalt instead\n");
+  return FALSE;
 
   // a crude noise model valid for both the guess vectors and the
@@ -293,8 +296,8 @@
       opihi_flt *skytest = deimos_make_test (skyVal, NULL, row, Nrow, TRUE);
       opihi_flt *bcktest = deimos_make_test (bckVal, NULL, row, Nrow, TRUE);
-
+      
       // generate the model based on the test values
       // objtest, skytest, bcktest are segments of the full parameter vectors
-      float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, Nx, Nrow, row);
+      float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, NULL, Nx, Nrow, row);
       
       // calculate the current chisq
@@ -333,5 +336,5 @@
       // generate the model based on the test values
       // objtest, skytest, bcktest are segments of the full parameter vectors
-      float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, Nx, Nrow, row);
+      float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, NULL, Nx, Nrow, row);
       
       // calculate the current chisq
@@ -385,5 +388,5 @@
 
 	// generate the model based on the test values
-	float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, Nx, Nrow, row);
+	float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, NULL, Nx, Nrow, row);
       
 	// calculate the current chisq
