Jpp  17.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JAcoustics.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 script=${0##*/}
3 
4 # ------------------------------------------------------------------------------------------
5 #
6 # Auxiliary script for configuration of acoustics scripts.
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 
17 set_variable: DEBUG ACOUSTICS_DEBUG 2
18 set_variable: WORKDIR ACOUSTICS_WORKDIR ./
19 set_variable: VARIANT ACOUSTICS_VARIANT \*
20 
21 if do_usage $*; then
22  usage "$script <detector identifier>"\
23  "\nAuxiliary script to locally install input files for acoustics data processing."
24 fi
25 
26 if (( $# != 1 )); then
27  fatal "Wrong number of arguments."
28 fi
29 
30 let "ID = $1" # Detector identifier
31 let "RUN = 1" # arbitrary run number
32 
33 # Locally install input files.
34 
35 for KEY in \
36  sound_velocity \
37  tripod \
38  transmitter \
39  waveform \
40  hydrophone \
41  mechanics \
42  acoustics_trigger_parameters \
43  acoustics_fit_parameters \
44  disable; do
45 
46  if [[ ! -f $WORKDIR/${KEY}.txt ]]; then
47 
48  getFile.sh $JPP_ARCHIVE $ID $RUN $KEY $VARIANT $WORKDIR/${KEY}
49 
50  if (( $? != 0 )); then
51  fatal "Abort."
52  fi
53  fi
54 done
o $QUALITY_ROOT d $DEBUG!JPlot1D f
Definition: JDataQuality.sh:66
exit
Definition: JPizza.sh:36
then echo
TFile * getFile(const std::string &file_name, const std::string &option="exist")
Get TFile pointer corresponding to give file name.
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable
Definition: JAcoustics.sh:21
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
then display $WORKDIR
Definition: plot-Domino.sh:128
script
Definition: JAcoustics.sh:2
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null
then echo Monitoring data echo Detector
Definition: JSlewingK40.sh:97
esac done
Definition: JAddHDE.sh:21
#define DEBUG(A)
Message macros.
Definition: JMessage.hh:62
&set_variable VARIANT
Definition: JDetector.sh:30