Index: trunk/DataCheck/QuickLook/RunGanymed.sh
===================================================================
--- trunk/DataCheck/QuickLook/RunGanymed.sh	(revision 18663)
+++ trunk/DataCheck/QuickLook/RunGanymed.sh	(revision 18664)
@@ -42,5 +42,6 @@
 if  ls $drivefile >/dev/null 2>&1  && ! [ "$tstop" == "" ]
 then
-   printprocesslog "INFO getting coordinates from "$drivefile
+   printprocesslog "INFO getting coordinates from "$drivefile" for time range "$tstart" "$tstop
+   #echo "${factpath}/fitsdump ${drivefile} -c Ra_src Dec_src -r --filter='Time<'${tstop}  2>/dev/null"
    coordinates=( `${factpath}/fitsdump ${drivefile} -c Ra_src Dec_src -r --filter='Time<'${tstop}  2>/dev/null | tail -1 2>&1` )
    if [ "${coordinates[0]}" == "" ] || [ "${coordinates[1]}" == "" ]
