Index: trunk/DataCheck/Processing/FillRatescans.sh
===================================================================
--- trunk/DataCheck/Processing/FillRatescans.sh	(revision 18211)
+++ trunk/DataCheck/Processing/FillRatescans.sh	(revision 18212)
@@ -4,6 +4,6 @@
 printprocesslog "INFO starting "$0
 
-# setup to use ftools
-source $HEADAS/headas-init.sh
+## setup to use ftools
+#source $HEADAS/headas-init.sh
 
 logfile=$runlogpath"/FillRatescan-"$datetime".log"
@@ -16,5 +16,5 @@
 if [ "$certaindate" != "" ]
 then
-   checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
+   checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'\|'^[0-9][0-9][0-9]$'`
    if [ "$checkstring" = "" ]
    then
@@ -67,10 +67,10 @@
       fi
       continue
-   else
-      ratescannumerrors=`fverify $ratescanfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
-      if [ $ratescannumerrors -gt 0 ]
-      then 
-         printprocesslog "WARN for $ratescanfile fverify returned "$ratescannumerrors" error(s)."
-      fi
+#   else
+#      ratescannumerrors=`fverify $ratescanfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
+#      if [ $ratescannumerrors -gt 0 ]
+#      then 
+#         printprocesslog "WARN for $ratescanfile fverify returned "$ratescannumerrors" error(s)."
+#      fi
    fi
 
