Jpp  18.4.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pre-calibration_D0ORCA010.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 D0ORCA010 (100) 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 11342 11345 11347 11374 11376
19 set_variable: TREADS ACOUSTICS_TREADS 5
20 
21 if do_usage $*; then
22  usage "$script <source directory> [user directory]"\
23  "\nThe source directory corresponds to a pre-calibrated D_ORCA006 detector."\
24  "\nThe user directory should be specified when this script is submitted in a batch queue."
25 fi
26 
29 
30 case $# in
32  1) set_variable DIR ${1:a};;
33  *) fatal "Wrong number of arguments."
34 esac
35 
36 
38 set_variable TRIPOD $DIR/tripod.txt
39 set_variable DETECTOR_INITIAL detector_initial.datx
40 set_variable TRIPOD_INITIAL tripod_initial.txt
41 expand_array RUNS
42 
43 
44 # Run in HOMEDIR
45 
46 mkdir -p $HOMEDIR
47 
48 cd $HOMEDIR
49 
50 if [[ ! -f $DETECTOR_INITIAL ]]; then
51 
52  JDetectorDB \
53  -D $DETECTOR_ID \
54  -r $RUNS[1] \
55  -WW \
56  -o $DETECTOR_INITIAL
57 fi
58 
59 if [[ ! -f $TRIPOD_INITIAL ]]; then
60 
61  cat>$TRIPOD_INITIAL<<EOF
62 # Very preliminary acoustic emitter positions from survey
63 2 +256815.500 +4743395.000 -2436.677
64 3 +257096.200 +4743636.000 -2439.354
65 4 +256919.238 +4743354.178 -2439.354
66 EOF
67 fi
68 
69 eval `JPrintDetector -a $DETECTOR_INITIAL -O SUMMARY`; FINAL_STRINGS=($STRINGS[*])
70 eval `JPrintDetector -a $DETECTOR -O SUMMARY`; FIXED_STRINGS=($STRINGS[*])
71 
72 if [[ ! -f detector.datx ]]; then
73 
74  # Apply modifications.
75 
76  JEditDetector \
77  -a $DETECTOR_INITIAL \
78  -o detector.datx --!
79 
80  JEditDetector -a detector.datx -r "$FIXED_STRINGS[*]" -o detector.datx --!
81  JMergeDetector -a detector.datx -a $DETECTOR -o detector.datx --!
82  JEditDetector -a detector.datx -k "$FINAL_STRINGS[*]" -o detector.datx --!
83 
84  JEditDetector \
85  -a detector.datx \
86  -R "817295048 B1" \
87  -o detector.datx --!
88 fi
89 
90 source JAcousticsToolkit.sh
91 
92 typeset -A TRIPODS
93 
94 get_tripods $TRIPOD_INITIAL TRIPODS; FINAL_TRIPODS=(${(k)TRIPODS[*]})
95 get_tripods $TRIPOD TRIPODS; FIXED_TRIPODS=(${(k)TRIPODS[*]})
96 
97 if [[ ! -f tripod.txt ]]; then
98 
99  cp -p $TRIPOD_INITIAL tripod.txt
100 
101  JEditTripod -f tripod.txt -r "${FIXED_TRIPODS}" -o tripod.txt
102  JMergeTripod -f tripod.txt -f $TRIPOD -o tripod.txt
103  JEditTripod -f tripod.txt -k "${FINAL_TRIPODS}" -o tripod.txt
104 fi
105 
107 set_variable TRIPOD tripod.txt
108 
109 echo Fixed strings: $FIXED_STRINGS[*]
110 echo Fixed tripods: $FIXED_TRIPODS[*]
111 
112 cat>acoustics_trigger_parameters.txt<<EOF
113 Q = 0.0;
114 TMax_s = 0.015;
115 numberOfHits = 150;
116 EOF
117 
118 cat>disable.txt<<EOF
119 # disable transmissions
120 # <emitter identifier> <module identifier>
121 # all emit. and ORCA.0003.16
122 # emitter 2 and ORCA.0009.12
123 # emitter 3 and ORCA.0018.06
124 # emitter 3 and ORCA.0001.12
125 # emitter 2 and ORCA.0011.13
126 # emitter 4 and ORCA.0011.02
127 -1 808966194
128  2 808472260
129  3 817301292
130  3 809503416
131  2 808978694
132  4 808971812
133 EOF
134 
135 cat>transmitter.txt<<EOF
136 # $script
137 EOF
138 
139 cat>hydrophone.txt<<EOF
140 # Data from D0ORCA010_hydrophones.csv
141  1 -1 -0.93 0.46 0.55
142  2 0 0.02 1.04 0.55
143  3 0 0.46 0.93 0.55
144  9 0 -0.75 -0.72 0.55
145  10 -1 0.11 1.04 0.55
146  11 -1 0.54 0.89 0.55
147  12 0 0.46 0.93 0.55
148  17 0 0.61 0.84 0.55
149  18 0 1.03 0.16 0.55
150  19 0 0.11 1.04 0.55
151 EOF
152 
153 JAcousticsEventBuilder.sh $DETECTOR $RUNS[*]
154 
155 INPUT_FILES=(`ls KM3NeT_${(l:8::0::0:)DETECTOR_ID}_0*${^RUNS}_event.root`)
156 
157 
158 # Run in WORKDIR
159 
160 cd $WORKDIR
161 
162 if [ ! $HOMEDIR -ef $WORKDIR ]; then
163  cp -p $HOMEDIR/$DETECTOR $WORKDIR
164  cp -p $HOMEDIR/${^ACOUSTICS_KEYS}.txt $WORKDIR
165  cp -p $HOMEDIR/${^ACOUSTICS_AUXS}.txt $WORKDIR
166  cp -p $HOMEDIR/${^INPUT_FILES} $WORKDIR
167 fi
168 
169 cat>script.txt<<EOF
170 
171 fix string $FIXED_STRINGS[*]
172 fix tripod $FIXED_TRIPODS[*]
173 
174 stage 0 1 0 100.0e-6 10.0 10 0.5
175 stage 1B 1 0 100.0e-6 10.0 0 0.001 0.1
176 stage 2A 1 0 100.0e-6 10.0 20 0.2 0.5
177 stage 2C 1 0 100.0e-6 10.0 20 0.2
178 
179 initialise
180 
181 stage 2a 1 0 100.0e-6 10.0 20 0.2 0.5
182 stage 2c 1 0 100.0e-6 10.0 20 0.2
183 stage 3a 1 0 50.0e-6 10.0 20 0.2 0.5
184 stage 3c 1 0 50.0e-6 10.0 20 0.2
185 EOF
186 
187 JSydney.sh $DETECTOR $INPUT_FILES[*] script.txt
188 
189 if [ ! $HOMEDIR -ef $WORKDIR ]; then
190  cp -vru * $HOMEDIR
191 fi
then fatal No hydrophone data file $HYDROPHONE_TXT fi sort gr k
Q(UTCMax_s-UTCMin_s)-livetime_s
$WORKDIR stage
then JLigier sh continue fi cat
Definition: JDAQDriver.sh:51
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O SUMMARY JPrintDAQHeader f $INPUT_FILE read A DAQ_HEADER set_variable DETECTOR_ID
Definition: JSquid.sh:28
o $QUALITY_ROOT d $DEBUG!CHECK_EXIT_CODE JPlot1D f
Definition: JDataQuality.sh:76
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:868
then
Definition: datalogs.sh:31
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable TRIPOD $argv[2] set_array INPUT_FILES $argv[3,-1] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O CAN JAcoustics sh $DETECTOR_ID
Definition: footprint.sh:38
then fatal Wrong number of arguments fi DIR
then fatal Wrong number of arguments fi JConvertDetectorFormat a o
then fatal Missing detector file $DETECTOR fi eval JPrintDetector a $DETECTOR O IDENTIFIER RUNS
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:70
static const double C
Physics constants.
do JPrintDAQHeader f $INPUT_FILE d read DETECTOR_ID RUN FRAME_INDEX TIMESLICE_START set_variable OUTPUT_FILE $WORKDIR KM3NeT_
then fatal Detector file should be binary format fi eval JPrintDetector a $DETECTOR O IDENTIFIER typeset a INPUT_FILES expand_array RUNS for RUN in $RUNS[*]
then JCalibrateToT a
Definition: JTuneHV.sh:113
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
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:79
$WORKDIR ev_configure_dqsimulator txt echo process $DQ_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DQ_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
then JCookie sh JDataQuality D $DETECTOR_ID R
Definition: JDataQuality.sh:41
fi set_variable FILENAME $WORKDIR
Definition: datalogs.sh:34
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:48
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 cp
set_variable DETECTOR
do set_variable DETECTOR_TXT $WORKDIR detector
then echo
Definition: JQAQC.sh:90
then usage $script[user directory] nThe user directory should be specified when this script is submitted in a batch queue fi set_variable WORKDIR pwd set_variable HOMEDIR $WORKDIR case set_variable HOMEDIR
source $JPP_DIR setenv csh $JPP_DIR &dev null eval JShellParser o a A
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