Jpp  18.5.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
input-files.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 script=${0##*/}
3 
4 # --------------------------------------------------------------------------------------------
5 #
6 # Auxiliary script to copy input files.
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 
19 
20 if do_usage $*; then
21  usage "$script <detector identifier> <detector identifier>"\
22  "\nAuxiliary script to copy input files."
23 fi
24 
25 if (( $# != 2 )); then
26  fatal "Wrong number of arguments."
27 fi
28 
29 source JAcousticsToolkit.sh
30 
31 if [[ $1 != [1-9][0-9]* ]] || [[ $2 != [1-9][0-9]* ]]; then
32  JCookie.sh
33 fi
34 
35 ID=($(getDetector -D $1 -O int)
36  $(getDetector -D $2 -O int))
37 
38 if (( $ID[1] == $ID[2] )); then
39  fatal "$1 and $2 are the same detector"
40 fi
41 
42 RUNS=(1 99999999)
44 
45 for KEY in $ACOUSTICS_KEYS[*]; do
46 
47  rm -f $WORKDIR/${KEY}.txt >& /dev/null
48 
49  getFile.sh $JPP_DIR/inputs $ID[1] $RUNS[1] $KEY $VERSION $WORKDIR/${KEY}
50 
51  if (( $? != 0 )); then
52  fatal "Abort."
53  fi
54 
55  putFile.sh $WORKDIR/${KEY}.txt $JPP_DIR/inputs $ID[2] $RUNS[1] $RUNS[2] $KEY $VERSION
56 done
57 
58 rm -f $WORKDIR/${^ACOUSTICS_KEYS}.txt >& /dev/null
then echo Test string reversed by master(hit< return > to continue)." $DIR/JProcess -c "$DIR/JEcho" -rC fi if (( 1 ))
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[*]
o $QUALITY_ROOT d $DEBUG!CHECK_EXIT_CODE JPlot1D f
Definition: JDataQuality.sh:76
usr share Modules init zsh export TMPDIR
exit
Definition: JPizza.sh:36
then
Definition: datalogs.sh:31
JDetectorsHelper & getDetector()
Auxiliary function for helper object initialisation.
Definition: JDBToolkit.hh:378
then fatal Missing detector file $DETECTOR fi eval JPrintDetector a $DETECTOR O IDENTIFIER RUNS
then rm
Definition: sftpput.zsh:30
TFile * getFile(const std::string &file_name, const std::string &option="exist")
Get TFile pointer corresponding to give file name.
&set_variable VERSION
Definition: getLs.sh:21
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
then for FILE in $ACOUSTICS_KEYS[*]
then ls $DIR $ID
Definition: getArchive.sh:85
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 echo
Definition: JQAQC.sh:96
do echo Generating $dir eval D
Definition: JDrawLED.sh:53
esac $JPP_BIN JLogger sh $LOGGER until pgrep JGetMessage</dev/null > dev null
esac done
Definition: JAddHDE.sh:21
#define DEBUG(A)
Message macros.
Definition: JMessage.hh:62