Jpp  17.2.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pre-calibration_00000094.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 script=${0##*/}
3 
4 # --------------------------------------------------------------------------------------------
5 #
6 # Steering script for the global-fit-of-global-fits procedure of the D0ARCA009 (94) detector.
7 #
8 # --------------------------------------------------------------------------------------------
9 
10 if [ -z $JPP_DIR ]; then
11  echo "Variable JPP_DIR undefined."
12  exit
13 fi
14 
15 source $JPP_DIR/setenv.sh $JPP_DIR >& /dev/null
16 
18 set_array RUNS 10360 10361 10363 10370 10390 10391 10411 10412
19 set_variable MUL -1.21e-2
20 
21 if do_usage $*; then
22  usage "$script <detector file> <tripod file> [user directory]"\
23  "\nThe user directory should be specified when this script is submitted in a batch queue."\
24  "\nThe detector file and tripod file correspond to a pre-calibrated D0ARCA006 detector."
25 fi
26 
29 
30 case $# in
31  3) set_variable HOMEDIR $3;&
34  *) fatal "Wrong number of arguments."
35 esac
36 
37 set_variable TRIPOD_INITIAL tripod_initial.txt
38 set_variable DETECTOR_INITIAL detector_initial.datx
39 expand_array RUNS
40 
41 
42 # Run in HOMEDIR
43 
44 mkdir -p $HOMEDIR
45 
46 cd $HOMEDIR
47 
48 if [[ ! -f $DETECTOR_INITIAL ]]; then
49 
50  JDetectorDB \
51  -D $DETECTOR_ID \
52  -@ "tcal = A03209429" \
53  -@ "pcal = A03209525" \
54  -@ "rcal = A03209511" \
55  -V "" \
56  -WW \
57  -o $DETECTOR_INITIAL
58 fi
59 
60 if [[ ! -f $TRIPOD_INITIAL ]]; then
61 
62  cat>$TRIPOD_INITIAL<<EOF
63 # Very preliminary acoustic emitter positions from survey
64 3 +587848.700 +4016749.700 -3450.467
65 4 +587657.170 +4017113.940 -3459.600
66 5 +587906.500 +4017094.300 -3459.600
67 6 +586939.550 +4017018.130 -3447.020
68 7 +587198.628 +4016228.693 -3433.306
69 EOF
70 fi
71 
72 eval `JPrintDetector -a $DETECTOR_INITIAL -O SUMMARY`; FINAL_STRINGS=($STRINGS[*])
73 eval `JPrintDetector -a $DETECTOR -O SUMMARY`; FIXED_STRINGS=($STRINGS[*])
74 
75 if [[ ! -f detector.datx ]]; then
76 
77  # Apply modifications.
78 
79  JEditDetector \
80  -a $DETECTOR_INITIAL \
81  -s "-1 mul $MUL" \
82  -o detector.datx
83 
84  JEditDetector -a detector.datx -r "$STRINGS[*]" -o detector.datx
85  JMergeDetector -a detector.datx -a $DETECTOR -o detector.datx
86  JEditDetector -a detector.datx -k "$STRINGS_INITIAL[*]" -o detector.datx
87 fi
88 
89 source JAcousticsToolkit.sh
90 
91 typeset -A TRIPODS
92 
93 get_tripods $TRIPOD_INITIAL TRIPODS; FINAL_TRIPODS=(${(k)TRIPODS[*]})
94 get_tripods $TRIPOD TRIPODS; FIXED_TRIPODS=(${(k)TRIPODS[*]})
95 
96 if [[ ! -f tripod.txt ]]; then
97 
98  cp -p $TRIPOD_INITIAL tripod.txt
99 
100  JEditTripod -f tripod.txt -r "${FIXED_TRIPODS}" -o tripod.txt
101  JMergeTripod -f tripod.txt -f $TRIPOD -o tripod.txt
102  JEditTripod -f tripod.txt -k "${FINAL_TRIPODS}" -o tripod.txt
103 fi
104 
106 set_variable TRIPOD tripod.txt
107 
108 echo Fixed strings: $FIXED_STRINGS[*]
109 echo Fixed tripods: $FIXED_TRIPODS[*]
110 
111 JAcoustics.sh $DETECTOR_ID
112 
113 cat>acoustics_trigger_parameters.txt<<EOF
114 Q = 0.0;
115 TMax_s = 0.020;
116 quantile = 0.9;
117 numberOfHits = 120;
118 EOF
119 
120 JAcousticsEventBuilder.sh $DETECTOR $RUNS[*]
121 
122 INPUT_FILES=(`ls KM3NeT_${(l:8::0::0:)DETECTOR_ID}_0*${^RUNS}_event.root`)
123 
125 
126 
127 # Run in WORKDIR
128 
129 cd $WORKDIR
130 
131 if [ ! $HOMEDIR -ef $WORKDIR ]; then
134  cp -p $HOMEDIR/${^INPUT_FILES} $WORKDIR
135  cp -p $HOMEDIR/{acoustics_fit_parameters,acoustics_trigger_parameters,disable,hydrophone,mechanics,sound_velocity,tripod,waveform}.txt $WORKDIR
136 fi
137 
138 source $JPP_DIR/examples/JAcoustics/acoustics-fit-toolkit.sh
139 
140 JConvertDetectorFormat -a $DETECTOR -o $HOMEDIR/detector_backup.datx
141 JDetachPMTs -a $DETECTOR -o $DETECTOR
142 
144 
145 initialise
146 
147 fixStrings $FIXED_STRINGS[*]
148 fixTripods $FIXED_TRIPODS[*]
149 
150 stage_1a 0.5 1.0 20 >& stage-1a.log; backup $HOMEDIR/1a; timer_lap
151 stage_1b 0.3 20 >& stage-1b.log; backup $HOMEDIR/1b; timer_lap
152 stage_2a 0.3 0.6 20 >& stage-2A.log; backup $HOMEDIR/2A; timer_lap
153 stage_2b 0.3 20 >& stage-2B.log; backup $HOMEDIR/2B; timer_lap
154 
155 initialise
156 
157 stage_2a 0.3 0.6 20 >& stage-2a.log; backup $HOMEDIR/2a; timer_lap
158 stage_2b 0.3 20 >& stage-2b.log; backup $HOMEDIR/2b; timer_lap
159 stage_3a 0.2 0.4 20 >& stage-3a.log; backup $HOMEDIR/3a; timer_lap
160 stage_3b 0.2 20 >& stage-3b.log; backup $HOMEDIR/3b; timer_lap
161 
162 i
163 if [ ! $HOMEDIR -ef $WORKDIR ]; then
164  cp -vru * $HOMEDIR
165 fi
166 
167 clean
168 
169 JAttachPMTs -a $DETECTOR -f $HOMEDIR/detector_backup.datx -o $DETECTOR
170 
171 rm -f $HOMEDIR/detector_backup.datx
&set_variable TRIPOD
then fatal No hydrophone data file $HYDROPHONE_TXT fi sort gr k
Q(UTCMax_s-UTCMin_s)-livetime_s
then JLigier sh continue fi cat
Definition: JDAQDriver.sh:51
o $QUALITY_ROOT d $DEBUG!JPlot1D f
Definition: JDataQuality.sh:66
exit
Definition: JPizza.sh:36
then fatal Number of tripods
Definition: JFootprint.sh:45
then usage $script< detector specific pre-calibration script >< option > nAuxiliary script to make scan of pre stretching of detector strings(see JEditDetector)." "\nPossible options
data_type r[M+1]
Definition: JPolint.hh:779
V(JDAQEvent-JTriggerReprocessor)*1.0/(JDAQEvent+1.0e-10)
then fatal Wrong number of arguments fi JConvertDetectorFormat a o
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null if do_usage *then usage source $script nToolkit for acoustics scripts fi function get_tripods()
then echo
do JCanberra a $DETECTOR f $INPUT_FILE o $WORKDIR canberra[${EMITTER}\] root T $WORKDIR tripod txt V $WORKDIR sound_velocity txt M $WORKDIR mechanics txt H $WORKDIR hydrophone txt E $EMITTER $DISABLE d $DEBUG!done kill_child_processes_at_exit attach getModule a $DETECTOR typeset Z STRING typeset Z FLOOR for STRING in $STRINGS[*]
Definition: JCanberra.sh:68
then timer_start(JRandomTimesliceWriter-a ${DETECTOR}-o ${PIPE}-n ${NUMBER_OF_SLICES}-P ${PMT_FILE}-d ${DEBUG}-S ${SEED}-B"$BACKGROUND_HZ"-N"$RECYCLING"--!&&for((i=0;$i!=10;++i));do;echo 'EOF' > $PIPE;usleep 100000;done &&rm-f $PIPE)&JTimesliceReprocessor-a $
do JPrintDAQHeader f $INPUT_FILE d read DETECTOR_ID RUN FRAME_INDEX TIMESLICE_START set_variable OUTPUT_FILE $WORKDIR KM3NeT_
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null if do_usage *then usage $script< detector identifier > fi case set_variable DETECTOR_ID
Definition: JTDC.sh:11
then fatal Detector file should be binary format fi eval JPrintDetector a $DETECTOR O IDENTIFIER typeset a INPUT_FILES for RANGE in $RUNS[*]
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable
Definition: JAcoustics.sh:21
case $OPTION in clean clean
do debug $__line__ echo $__line__ read URL DETECTOR RUNS RUNS
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR set_variable DEBUG set_variable WORKDIR if do_usage *then usage for INPUT_FILE in $INPUT_FILES[*]
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable DEBUG set_variable WORKDIR
Definition: JLegolas.sh:20
* usage
do sput $STRING $FLOOR sget MODULE INPUT_FILES
Definition: JCanberra.sh:77
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable DETECTOR_ID set_array RUNS set_variable MUL if do_usage *then usage $script< detector file >< tripodfile > nThe user directory should be specified when this script is submitted in a batch queue nThe detector file and tripod file correspond to a pre calibrated D0ARCA006 detector fi set_variable WORKDIR pwd set_variable HOMEDIR $WORKDIR case set_variable HOMEDIR
backup $HOMEDIR
then JCalibrateToT a
Definition: JTuneHV.sh:116
then set_variable MODULE getModule a $DETECTOR L $STRING $FLOOR JEditDetector a $DETECTOR M $MODULE add $X o $DETECTOR else echo No update of detector $DETECTOR
then error Missing CDF files error Run
Definition: JSirene.sh:58
then display $WORKDIR
Definition: plot-Domino.sh:128
then cp
set_variable DETECTOR
do set_variable DETECTOR_TXT $WORKDIR detector
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Definition: JCanberra.sh:46
source $JPP_DIR setenv csh $JPP_DIR &dev null eval JShellParser o a A
script
Definition: JAcoustics.sh:2
do echo Generating $dir eval D
Definition: JDrawLED.sh:53
then fatal Invalid tripod $TRIPOD
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null