- Timestamp:
- 02/12/20 15:53:03 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/get_data.sh
r19937 r19938 153 153 if [ "$crabfluxconv" != "" ] 154 154 then 155 echo "# You set a custom conversion to fluxes: "$crabfluxconv" [10^-11 erg/s/cm2]"155 echo "# You set a custom conversion to fluxes: "$crabfluxconv" [10^-11 ph/s/cm2]" 156 156 fi 157 157 fi … … 183 183 zdfactor="(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5))" 184 184 #zdfactor="(1/(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5)))" 185 thfactor="(1-0.00124/1.21*( fThresholdMinSet-500)*(fThresholdMinSet>=500))"185 thfactor="(1-0.00124/1.21*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)-500)*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)>=500))" 186 186 # ETh: 1100 GeV 187 187 crabflux="1.81" … … 685 685 overwrite="yes" 686 686 # optional: require minimal ontime per bin (default 20 min) 687 #ontimelimit= 30 # 30 min687 #ontimelimit=1800 # 30 min 688 688 ontimelimit= # default 20 min 689 689 # data quality selection … … 704 704 # remove lines which contain NULL (e.g. zd-corrected flux when zd=NULL) 705 705 rmemptyrows="yes" 706 rmemptyrow="no" 706 707 # remove lines with zdfactor * thfactor > value 707 708 factorcut=0.3 … … 723 724 724 725 726 # LC for Mrk 421 for crosscheck of BB 727 datapath=/home/dorner/SW/bb/ 728 table="AnalysisResultsRunLP" 729 # nightly 730 bin=-1 731 nightmin=20130111 732 nightmax=20180515 733 thmax=560 734 zdmax=60 735 ontimelimit=1800 736 factorcut= 737 rmemptyrows="yes" 738 dch=" AND fR750Cor/fR750Ref BETWEEN 0.93 AND 1.2 AND fHumidityMean<80 " 739 # Mrk 421 740 source=1 741 name="Mrk421_nightly_BBXcheck" 742 get_results 743 744 745 746 exit 747 748 # LC for Mrk 421 paper with MAGIC 749 # from David: MJD 57030 - 57540 (i.e. 8.1.2015 - 1.6.2016) 750 datapath=/home/dorner/FACT.analysis/corrected.lcs.for.collaborators/lcs/ 751 table="AnalysisResultsRunCutsLC" # CutsLC 752 # nightly 753 bin=-1 754 nightmin=20141101 755 nightmax=20160630 756 # conversion factor to fluxes for CutsLC 757 # using slope of -3.35 -> threshold 690 GeV 758 # details: https://www.fact-project.org/logbook/showthread.php?tid=6994&pid=28875#pid28875 759 crabfluxconv="0.57" 760 # Mrk 421 761 source=1 762 name="Mrk421_nightly_20141101_20160630_forMAGIC" 763 get_results 764 765 766 767 exit 768 769 # LCs for TeVPA poster 770 datapath=/home/dorner/FACT.analysis/tevpa2019 771 table="AnalysisResultsRunCutsLC" # CutsLC 772 # nightly 773 bin=-1 774 nightmin=20111115 775 nightmax=20201231 776 # Mrk 421 777 source=1 778 name="Mrk421_nightly" 779 get_results 780 # Mrk 501 781 name="Mrk501_nightly" 782 source=2 783 get_results 784 # 1959 785 name="1959_nightly" 786 source=7 787 get_results 788 # 2344 789 name="2344_nightly" 790 source=3 791 get_results 792 name="2344_monthly" 793 bin=0 794 get_results 795 name="2344_7d" 796 bin=7 797 get_results 798 usedch="no" 799 name="2344_nightly_nodch" 800 source=3 801 get_results 802 name="2344_monthly_nodch" 803 bin=0 804 get_results 805 name="2344_7d_nodch" 806 bin=7 807 get_results 808 usedch="yes" 809 # 1959 810 name="1959_mixed" 811 source=7 812 bin=0 813 nightmin=20111115 814 nightmax=20160331 815 get_results 816 overwrite="no" 817 nightmin=20160401 818 nightmax=20160815 819 bin=-1 820 get_results 821 bin=0 822 nightmin=20160816 823 nightmax=20201231 824 get_results 825 overwrite="yes" 826 827 exit 828 829 725 830 datapath=/home/dorner/FACT.analysis/corrected.lcs.for.collaborators/lcs 726 831 727 832 # put your data request here, examples below 728 833 729 # LCs for 421 campaign with Astrosat Jan 2019 834 # LCs for 2344 XMM proposal 835 table="AnalysisResultsRunCutsLC" 836 # 2344 837 source=3 838 # monthly 839 bin=0 840 nightmin=20111115 841 nightmax=20191231 842 name="2344_period_XMM-proposal-2019" 843 get_results 844 845 exit 846 847 # LCs for 421 campaign with Astrosat Jan 2019 - crosscheck 730 848 table="AnalysisResultsRunLP" 731 849 # Mrk 421 … … 764 882 765 883 766 767 exit768 884 769 885 # LCs for SED project 2013
Note:
See TracChangeset
for help on using the changeset viewer.