Changeset 19937 for trunk/DataCheck


Ignore:
Timestamp:
02/03/20 22:28:37 (5 years ago)
Author:
Daniela Dorner
Message:
added option for custom flux conversion factor for download.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Tools/get_data.sh

    r19732 r19937  
    150150            echo "#      You selected a custom datacheck: "$dch
    151151         fi
     152      fi
     153      if [ "$crabfluxconv" != "" ]
     154      then
     155         echo "# You set a custom conversion to fluxes: "$crabfluxconv" [10^-11 erg/s/cm2]"
    152156      fi
    153157   fi
     
    562566# evaluation of command line options (for usage with download.php)
    563567
    564 if [ ${#@} -eq 15 ]
     568if [ ${#@} -eq 16 ]
    565569then
    566570   #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust $rmemptyrows $factorcut
     
    607611   then
    608612      factorcut=${15}
     613   fi
     614   if [ "${16}" != "-" ]
     615   then
     616      crabfluxconv=${16}
    609617   fi
    610618   name=`echo $email | sed -e 's/@/-at-/'`
Note: See TracChangeset for help on using the changeset viewer.