Index: /trunk/tools/dvodb_calib/SAS40calib/run.relastro
===================================================================
--- /trunk/tools/dvodb_calib/SAS40calib/run.relastro	(revision 39215)
+++ /trunk/tools/dvodb_calib/SAS40calib/run.relastro	(revision 39216)
@@ -5,5 +5,4 @@
   exit 2
 endif
-
 
 set catdir = $argv[1]
@@ -18,4 +17,5 @@
   set options = "$options -D CATDIR $catdir"
   set options = "$options -basic-image-search"
+  set options = "$options -apply-offsets"
   set options = "$options -update"
   set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1"
Index: /trunk/tools/dvodb_calib/SAS40calib/run.relphot
===================================================================
--- /trunk/tools/dvodb_calib/SAS40calib/run.relphot	(revision 39215)
+++ /trunk/tools/dvodb_calib/SAS40calib/run.relphot	(revision 39216)
@@ -1,13 +1,10 @@
 #!/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]
-
-
-
 
 # run relphot -images 
@@ -42,3 +39,2 @@
        relphot $options
 #endif
-
