Changeset 19943 for trunk/DataCheck


Ignore:
Timestamp:
04/02/20 14:17:35 (4 years ago)
Author:
Daniela Dorner
Message:
clarification in setup comments
File:
1 edited

Legend:

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

    r19939 r19943  
    168168   # PL.SetParameter(0, 3.45e-11);
    169169   case "$table" in
     170   "AnalysisResultsRunLP")
     171      zdfactor="(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5))"
     172      #zdfactor="(1/(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5)))"
     173      thfactor="(1-0.00124/1.21*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)-500)*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)>=500))"
     174      # ETh: 1100 GeV
     175      crabflux="1.81"
     176      ;;
    170177   "AnalysisResultsRunISDC")
    171178      zdfactor="pow(cos(fZenithDistanceMean*PI()/180)*exp(1-cos(fZenithDistanceMean*PI()/180)),4.2)"
     
    179186      # ETh: 785 GeV
    180187      crabflux="3.14"
    181       ;;
    182    "AnalysisResultsRunLP")
    183       zdfactor="(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5))"
    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*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)-500)*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)>=500))"
    186       # ETh: 1100 GeV
    187       crabflux="1.81"
    188188      ;;
    189189   "*")
     
    685685overwrite="yes"
    686686# optional: require minimal ontime per bin (default 20 min)
     687#  values given in seconds
     688#  option only valid for binnings >= 1 day
    687689#ontimelimit=1800 # 30 min
    688690ontimelimit= # default 20 min
     
    724726
    725727
     728# LC for periodicity studies
     729datapath=/home/dorner/analysis.FACT/corrected.lcs.for.collaborators/lcs/
     730table="AnalysisResultsRunCutsLC" # CutsLC
     731# nightly
     732bin=-1
     733nightmin=20111115
     734nightmax=20201231
     735# Mrk 421
     736name="Mrk421_nightly_forPeriodicity"
     737source=1
     738get_results
     739# 1959
     740name="1ES1959_nightly_forPeriodicity"
     741source=7
     742get_results
     743# Crab
     744name="Crab_nightly_forPeriodicity"
     745source=5
     746get_results
     747
     748exit
     749
     750
     751# check of Vitalii's BB
     752datapath=/home/dorner/SW/bb/
     753table="AnalysisResultsRunCutsLC" # CutsLC
     754# nightly
     755bin=-1
     756nightmin=20111115
     757nightmax=20201231
     758# Mrk 421
     759source=1
     760name="Mrk421_nightly_forBB"
     761get_results
     762
     763exit
     764
     765
     766# LC for Fermi collaboration meeting
     767datapath=/home/dorner/analysis.FACT/LC.incl.alerts
     768table="AnalysisResultsRunCutsLC" # CutsLC
     769# nightly
     770bin=-1
     771nightmin=20111115
     772nightmax=20201231
     773# Mrk 421
     774source=1
     775name="Mrk421_nightly_forFermiCM"
     776get_results
     777# Mrk 501
     778name="Mrk501_nightly_forFermiCM"
     779source=2
     780get_results
     781# 1959
     782name="1959_nightly_forFermiCM"
     783source=7
     784get_results
     785
     786
     787exit
     788
     789# LC for Mrk 421 paper with MAGIC
     790# from David: MJD 57030 - 57540 (i.e. 8.1.2015 - 1.6.2016)
     791datapath=/home/dorner/FACT.analysis/corrected.lcs.for.collaborators/lcs/
     792table="AnalysisResultsRunCutsLC" # CutsLC
     793# nightly
     794bin=-1
     795nightmin=20141101
     796nightmax=20160630
     797# conversion factor to fluxes for CutsLC
     798#  using slope of -3.35 -> threshold ~685 GeV
     799#  details: https://www.fact-project.org/logbook/showthread.php?tid=6994&pid=28902#pid28902
     800crabfluxconv="3.64"
     801# Mrk 421
     802source=1
     803name="Mrk421_nightly_20141101_20160630_forMAGIC"
     804get_results
     805
     806
     807
     808exit
     809# LC for Gopal for periodicity study
     810datapath=/home/dorner/FACT.analysis/corrected.lcs.for.collaborators/lcs/
     811table="AnalysisResultsRunCutsLC" # CutsLC
     812# nightly
     813bin=-1
     814nightmin=20111115
     815nightmax=20201231
     816# Mrk 501
     817name="Mrk501_nightly"
     818source=2
     819get_results
     820
     821exit
     822
     823
    726824# LC for Mrk 421 for crosscheck of BB
    727825datapath=/home/dorner/SW/bb/
Note: See TracChangeset for help on using the changeset viewer.