- Timestamp:
- 02/03/20 22:28:37 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/get_data.sh
r19732 r19937 150 150 echo "# You selected a custom datacheck: "$dch 151 151 fi 152 fi 153 if [ "$crabfluxconv" != "" ] 154 then 155 echo "# You set a custom conversion to fluxes: "$crabfluxconv" [10^-11 erg/s/cm2]" 152 156 fi 153 157 fi … … 562 566 # evaluation of command line options (for usage with download.php) 563 567 564 if [ ${#@} -eq 1 5]568 if [ ${#@} -eq 16 ] 565 569 then 566 570 #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust $rmemptyrows $factorcut … … 607 611 then 608 612 factorcut=${15} 613 fi 614 if [ "${16}" != "-" ] 615 then 616 crabfluxconv=${16} 609 617 fi 610 618 name=`echo $email | sed -e 's/@/-at-/'`
Note:
See TracChangeset
for help on using the changeset viewer.