Changeset 19448 for trunk/DataCheck/Tools
- Timestamp:
- 03/12/19 19:05:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/get_data.sh
r19447 r19448 330 330 querydch=$dch 331 331 fi 332 else 333 querydch= 332 334 fi 333 335 … … 457 459 echo "# This file was created at "`date` > $fileint 458 460 print_policy >> $fileint 459 print_selection >> $fileint460 echo "# The following query was used: ">> $fileint461 echo "# "$queryint>> $fileint462 echo "#" >> $fileint463 fi461 fi 462 print_selection >> $fileint 463 echo "# The following query was used: " >> $fileint 464 echo "# $queryint" >> $fileint 465 echo "#" >> $fileint 464 466 headerint="# time["$timeunit"] start["$timeunit"] stop["$timeunit"] excess-rate[evts/h] corrected_excess-rate[evts/h] flux[CU] flux[e-11/cm2/s] (stop-start)/2["$timeunit"] ontime[min]" 465 467 headerint=$headerint" excess-rate_error[evts/h] corrected_excess-rate_error[evts/h] flux_error[CU] flux_error[e-11/cm2/s] significance night num_exc num_sig num_bg " … … 480 482 echo "# This file was created at "`date` > $filecol 481 483 print_policy >> $filecol 482 print_selection >> $filecol483 #echo "# The following query was used: ">> $filecol484 #echo "# "$querycol>> $filecol485 #echo "#" >> $filecol486 fi484 fi 485 print_selection >> $filecol 486 #echo "# The following query was used: " >> $filecol 487 #echo "# $querycol" >> $filecol 488 #echo "#" >> $filecol 487 489 headercol="# time["$timeunit"] start["$timeunit"] stop["$timeunit"] excess-rate[evts/h] corrected_excess-rate[evts/h] flux[CU] flux[e-11/cm2/s] (stop-start)/2["$timeunit"] ontime[min]" 488 490 headercol=$headercol" excess-rate_error[evts/h] corrected_excess-rate_error[evts/h] flux_error[CU] flux_error[e-11/cm2/s] significance " … … 637 639 # -------------------------------------------------------------------------------------- # 638 640 639 #expert="yes" 641 # for 2344 paper with MAGIC 642 643 source=3 644 zdmax=90 645 thmax=1500 646 647 # new analysis 648 table="AnalysisResultsRunCutsLC" # CutsLC 649 nightmin=20160618 650 nightmax=20160815 651 name="2344_2016flare_newAnalysis" 652 bin=-7 653 get_results 654 overwrite="no" 655 bin=-28 656 nightmin=20160816 657 nightmax=20161031 658 get_results 659 overwrite="yes" 660 661 # ISDC analysis 662 table="AnalysisResultsRunISDC" 663 nightmin=20160618 664 nightmax=20160815 665 name="2344_2016flare_stdAnalysis" 666 bin=-7 667 get_results 668 overwrite="no" 669 bin=-28 670 nightmin=20160816 671 nightmax=20161031 672 get_results 673 overwrite="yes" 674 675 676 usedch="no" 677 # new analysis 678 table="AnalysisResultsRunCutsLC" # CutsLC 679 nightmin=20160618 680 nightmax=20160815 681 name="2344_2016flare_newAnalysis_noDCh" 682 bin=-7 683 get_results 684 overwrite="no" 685 bin=-28 686 nightmin=20160816 687 nightmax=20161031 688 get_results 689 overwrite="yes" 690 691 # ISDC analysis 692 table="AnalysisResultsRunISDC" 693 nightmin=20160618 694 nightmax=20160815 695 name="2344_2016flare_stdAnalysis_noDCh" 696 bin=-7 697 get_results 698 overwrite="no" 699 bin=-28 700 nightmin=20160816 701 nightmax=20161031 702 get_results 703 overwrite="yes" 704 705 usedch="yes" 706 707 708 exit 640 709 641 710 # Mrk 501
Note:
See TracChangeset
for help on using the changeset viewer.