Changeset 19560 for trunk/DataCheck/Tools
- Timestamp:
- 07/07/19 11:53:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/get_data.sh
r19448 r19560 156 156 157 157 # these values use the Crab spectrum from HESS 2006 158 # hess 2006 http://www.aanda.org/articles/aa/pdf/2006/39/aa5351-06.pdf 159 # PL.SetParameter(1,-2.63); 160 # PL.SetParameter(0, 3.45e-11); 158 161 case "$table" in 159 162 "AnalysisResultsRunISDC") 160 163 zdfactor="pow(cos(fZenithDistanceMean*PI()/180)*exp(1-cos(fZenithDistanceMean*PI()/180)),4.2)" 161 164 thfactor="(1.18-IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)*0.00062)" 162 # ETh: 764GeV163 crabflux=" 3.3"165 # ETh: 1060 GeV 166 crabflux="1.9" 164 167 ;; 165 168 "AnalysisResultsRunCutsLC") 166 169 zdfactor="pow(cos(fZenithDistanceMean*PI()/180)*exp(1-cos(fZenithDistanceMean*PI()/180)),4.5)" 167 170 thfactor="(1.37-IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)*0.00118)" 168 # ETh: 543GeV169 crabflux=" 5.7"171 # ETh: 775 GeV 172 crabflux="3.2" 170 173 ;; 171 174 "AnalysisResultsRunLP") … … 173 176 #zdfactor="(1/(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5)))" 174 177 thfactor="(1-0.00124/1.21*(fThresholdMinSet-500)*(fThresholdMinSet>=500))" 175 # ETh: 715GeV176 crabflux=" 3.6"178 # ETh: 1090 GeV 179 crabflux="1.8" 177 180 ;; 178 181 "*") … … 569 572 # path to file with mysql setup (user, password, host, db-name) 570 573 sqlpw=/home/$USER/.mysql.pw.local 574 sqlpw=/home/$USER/.mysql.pw.ethz.fact 571 575 # 572 576 # ------------- … … 639 643 # -------------------------------------------------------------------------------------- # 640 644 645 646 # LC for INTEGRAL Proposal 647 table="AnalysisResultsRunCutsLC" # CutsLC 648 bin=-1 649 # Mrk 421 650 source=1 651 name="Mrk421_all_nightly" 652 get_results 653 # Mrk 501 654 source=2 655 name="Mrk501_all_nightly" 656 get_results 657 # 1959 658 source=7 659 name="1959_all_nightly" 660 get_results 661 # for other INTEGRAL proposal 662 # Mrk 421 663 bin=0 664 source=1 665 name="Mrk421_all_period" 666 get_results 667 668 exit 669 670 671 # Crab 672 source=5 673 nightmin=20121214 674 nightmax=20180418 675 table="AnalysisResultsRunCutsLC" # CutsLC 676 bin=-1 677 zdmax=30 678 thmax=330 679 name="testCrabnightlycheck" 680 get_results 681 682 exit 683 684 # Crab 685 source=5 686 nightmin=20121214 687 nightmax=20180418 688 table="AnalysisResultsRunCutsLC" # CutsLC 689 bin=20 690 name="testCrab20min" 691 get_results 692 693 exit 694 695 # Crab 696 source=5 697 nightmin=20121214 698 nightmax=20180418 699 table="AnalysisResultsRunCutsLC" # CutsLC 700 bin=-1 701 name="testCrabnightly" 702 get_results 703 704 exit 705 706 # Crab 707 source=5 708 #nightmin=20121214 709 #nightmax=20180418 710 table="AnalysisResultsRunCutsLC" # CutsLC 711 bin=-1 712 name="testCraball" 713 get_results 714 715 exit 716 717 718 # Crab 719 source=5 720 nightmin=20121214 721 nightmax=20180418 722 table="AnalysisResultsRunCutsLC" # CutsLC 723 bin=60 724 name="testCrab" 725 get_results 726 727 exit 728 729 730 # Mrk 501 731 source=2 732 zdmax=90 733 thmax=1500 734 # new analysis 735 table="AnalysisResultsRunCutsLC" # CutsLC 736 nightmin=20140622 737 nightmax=20140624 738 name="Mrk501_5min_Flare_newAnalysis_forHESS" 739 bin=5 740 get_results 741 742 exit 743 641 744 # for 2344 paper with MAGIC 642 745
Note:
See TracChangeset
for help on using the changeset viewer.