Index: trunk/DataCheck/Tools/get_data.sh
===================================================================
--- trunk/DataCheck/Tools/get_data.sh	(revision 19731)
+++ trunk/DataCheck/Tools/get_data.sh	(revision 19732)
@@ -562,7 +562,7 @@
 # evaluation of command line options (for usage with download.php)
 
-if [ ${#@} -eq 13 ]
+if [ ${#@} -eq 15 ]
 then
-   #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust
+   #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust $rmemptyrows $factorcut
    mode="auto"
    overwrite="yes"
@@ -602,4 +602,9 @@
    then 
       dust=${13}
+   fi
+   rmemptyrows=${14}
+   if [ "${15}" != "novalue" ] && [ "${15}" != "all" ]
+   then 
+      factorcut=${15}
    fi
    name=`echo $email | sed -e 's/@/-at-/'`
