Index: /branches/eam_branches/ipp-20101205/Ohana/src/relastro/include/relastro.h
===================================================================
--- /branches/eam_branches/ipp-20101205/Ohana/src/relastro/include/relastro.h	(revision 30522)
+++ /branches/eam_branches/ipp-20101205/Ohana/src/relastro/include/relastro.h	(revision 30523)
@@ -335,4 +335,5 @@
 // int relastroVisualPlotOutliers(Catalog *catalog, int offset, int Nmeasure, StatType statsR, StatType statsD, double thresh);
 void relastroSetVisual(int state);
+int relastroGetVisual(void);
 
 int FixProblemImages (SkyList *skylist);
Index: /branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/UpdateChips.c
===================================================================
--- /branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/UpdateChips.c	(revision 30522)
+++ /branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/UpdateChips.c	(revision 30523)
@@ -167,4 +167,6 @@
   Graphdata graphdata;
 
+  if (!relastroGetVisual()) return (TRUE);
+
   if (kapa == -1) {
     kapa = KapaOpenNamedSocket("kapa", "relastro");
Index: /branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/relastroVisual.c
===================================================================
--- /branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/relastroVisual.c	(revision 30522)
+++ /branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/relastroVisual.c	(revision 30523)
@@ -56,4 +56,7 @@
 }
 
+int relastroGetVisual(void) {
+  return isVisual;
+}
 
 /** Size graphdata to encompass all points */
