Index: trunk/tools/dvodb_calib/SAS37calib/run.relphot
===================================================================
--- trunk/tools/dvodb_calib/SAS37calib/run.relphot	(revision 37884)
+++ trunk/tools/dvodb_calib/SAS37calib/run.relphot	(revision 37909)
@@ -1,8 +1,8 @@
 #!/bin/csh -f
 
-if ($#argv !=1) then
-    echo "usage: run.relphot (catdir)"
-    exit 2
-endif
+#if ($#argv !=1) then
+#    echo "usage: run.relphot (catdir)"
+#    exit 2
+#endif
 
 set catdir = $argv[1]
@@ -17,5 +17,5 @@
 # to use is: /data/ipp064.0/eugene/relastro.20140923/tess.3pi.fits
 
-if (1) then
+#if (1) then
   set options = ""
   set options = "$options -v"
@@ -41,7 +41,4 @@
   echo relphot $options
        relphot $options
-  if ($status) then 
-       echo "ERROR: failure running relphot"
-       echo -n "--done with relphot -- ";date 
-endif
+#endif
 
