Jpp  18.5.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pre-calibration_D0ORCA007.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 script=${0##*/}
3 
4 # --------------------------------------------------------------------------------------------
5 #
6 # Auxiliary script to derive the geometry of the D0ORCA007 (110) detector from other detectors.
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 
19 if do_usage $*; then
20  usage "$script <source directory A> <source directory B>" \
21  "\nThe source directory A corresponds to a pre-calibrated D0ORCA010 detector." \
22  "\nThe source directory B corresponds to a pre-calibrated D1ORCA011 detector."
23 fi
24 
25 case $# in
27  set_variable DIR_DETECTOR_B ${2:a};;
28  *) fatal "Wrong number of arguments."
29 esac
30 
31 set_variable DETECTOR_A $DIR_DETECTOR_A/detector.datx
32 set_variable TRIPOD_A $DIR_DETECTOR_A/tripod.txt
33 set_variable DETECTOR_B $DIR_DETECTOR_B/detector.datx
34 set_variable TRIPOD_B $DIR_DETECTOR_B/tripod.txt
35 
36 if [[ ! -f $DETECTOR_A ]]; then
37  fatal "Missing pre-calibrated D0ORCA010 input detector file"
38 fi
39 
40 if [[ ! -f $DETECTOR_B ]]; then
41  fatal "Missing pre-calibrated D1ORCA011 input detector file"
42 fi
43 
44 if [[ ! -f $TRIPOD_B ]]; then
45  fatal "Missing pre-calibrated D1ORCA011 input tripod file"
46 fi
47 
48 # D1ORCA011 detector striped of all the new strings wrt D0ORCA007 and ID of D0ORCA007 assigned
49 JEditDetector \
50  -a $DETECTOR_B \
51  -@ "id=$DETECTOR_ID" \
52  -k "1 2 3 9 10 12" \
53  -o detector.datx
54 
55 # D0ORCA010 detector striped of all strings but the ones in D0ORCA007
56 JEditDetector \
57  -a $DETECTOR_A \
58  -k "1 2 3 9 10 11 12" \
59  -o detector_tmp.datx
60 
61 cat >tripod_tmp.txt<<EOF
62 EOF
63 
64 # D0ORCA010 detector aligned with D1ORCA011 at the base level.
65 JAlignDetector \
66  -A \
67  -O \
68  -a detector_tmp.datx \
69  -T tripod_tmp.txt \
70  -b detector.datx \
71  -r 0-0
72 
73 # D0ORCA010 detector striped of all the strings but ORCA.0011
74 JEditDetector \
75  -a detector_tmp.datx \
76  -k "11" \
77  -o detector_tmp.datx
78 
79 # The two detector merged
80 JMergeDetector \
81  -a detector.datx \
82  -a detector_tmp.datx \
83  -o detector.datx
84 
85 JEditTripod \
86  -f $TRIPOD_B \
87  -r "6" \
88  -o tripod.txt
89 
90 rm -f tripod_tmp.txt
91 rm -f detector_tmp.datx
92 
93 echo "# $script" > disable.txt
94 egrep -v "^#" $DIR_DETECTOR_A/disable.txt >> disable.txt
95 egrep -v "^#" $DIR_DETECTOR_B/disable.txt >> disable.txt
96 
97 JEditTransmitter \
98  -f $DIR_DETECTOR_A/transmitter.txt \
99  -k "1 2 3 9 10 11 12" \
100  -o transmitter.txt
101 
102 JEditHydrophone \
103  -f $DIR_DETECTOR_A/hydrophone.txt \
104  -k "1 2 3 9 10 11 12" \
105  -o hydrophone.txt
then fatal No hydrophone data file $HYDROPHONE_TXT fi sort gr k
static const JGeographicalLocation ORCA(42, 48, 06, 02)
then ls $DIR egrep
Definition: getArchive.sh:75
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 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 echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable DETECTOR_ID if do_usage *then usage $script< source directory A >< sourcedirectoryB > nThe source directory A corresponds to a pre calibrated D0ORCA010 detector nThe source directory B corresponds to a pre calibrated D1ORCA011 detector fi case set_variable DIR_DETECTOR_A
then fatal Wrong number of arguments fi JConvertDetectorFormat a o
then rm
Definition: sftpput.zsh:30
then JCalibrateToT a
Definition: JTuneHV.sh:113
do set_variable OUTPUT_DIRECTORY $WORKDIR T
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable
* usage
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
do set_variable DETECTOR_TXT $WORKDIR detector
data_type v[N+1][M+1]
Definition: JPolint.hh:866
then echo
Definition: JQAQC.sh:96
source $JPP_DIR setenv csh $JPP_DIR &dev null eval JShellParser o a A
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null