Index: trunk/DataCheck/Tools/get_data.sh
===================================================================
--- trunk/DataCheck/Tools/get_data.sh	(revision 19936)
+++ trunk/DataCheck/Tools/get_data.sh	(revision 19937)
@@ -150,4 +150,8 @@
             echo "#      You selected a custom datacheck: "$dch
          fi
+      fi
+      if [ "$crabfluxconv" != "" ]
+      then
+         echo "# You set a custom conversion to fluxes: "$crabfluxconv" [10^-11 erg/s/cm2]"
       fi
    fi
@@ -562,5 +566,5 @@
 # evaluation of command line options (for usage with download.php)
 
-if [ ${#@} -eq 15 ]
+if [ ${#@} -eq 16 ]
 then
    #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust $rmemptyrows $factorcut
@@ -607,4 +611,8 @@
    then 
       factorcut=${15}
+   fi
+   if [ "${16}" != "-" ] 
+   then 
+      crabfluxconv=${16}
    fi
    name=`echo $email | sed -e 's/@/-at-/'`
