Index: /trunk/DataCheck/QuickLook/RunGanymed.sh
===================================================================
--- /trunk/DataCheck/QuickLook/RunGanymed.sh	(revision 18468)
+++ /trunk/DataCheck/QuickLook/RunGanymed.sh	(revision 18469)
@@ -26,6 +26,7 @@
    printprocesslog "INFO processing "$rawfile
    tstopi=`$factpath/fitsdump -h $rawfile  2>/dev/null | grep TSTOPI | grep -E -o '[0-9]+'`
-   tstopf=`$factpath/fitsdump -h $rawfile  2>/dev/null | grep TSTOPF | grep -E -o '[.][0-9]+'`
-   tstop=${tstopi}${tstopf}
+   tstopf=`$factpath/fitsdump -h $rawfile  2>/dev/null | grep TSTOPF | grep -E -o '[0-9][.][0-9]+([E][\-][0-9][0-9])?' | sed -e 's/[E]+*/\\*10\\^/'`
+   tstop=`echo " $tstopi + $tstopf " | bc -l`
+   #tstop=${tstopi}${tstopf}
 else
    printprocesslog "WARN "$rawfile" not found."
