Index: /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/FitChip.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/FitChip.c	(revision 37478)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/FitChip.c	(revision 37479)
@@ -75,9 +75,5 @@
 
     // when fitting the map, first fit a linear model (below? change Npolyterms to -1)
-    if (CHIPMAP) {
-      image[0].coords.Npolyterms = 1;
-    } else {
-      image[0].coords.Npolyterms = order_use;
-    }
+    image[0].coords.Npolyterms = CHIPMAP ? 1 : order_use;
 
     if (fit) fit_free (fit);
