Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JBellhop.sh
Go to the documentation of this file.
1#!/usr/bin/env zsh
2#
3# \author mdejong
4#
5version=1.0
6script=${0##*/}
7
8# ------------------------------------------------------------------------------------------
9#
10# Example script for ray tracing of sound.
11#
12# ------------------------------------------------------------------------------------------
13
14source $JPP_DIR/setenv.sh $JPP_DIR
15
16set_variable DIR `pwd`
17set_variable DEBUG 2
18set_variable: FORMAT GRAPHICS_FORMAT gif
19set_variable+ BATCH GRAPHICS_BATCH -B
20
21if do_usage $*; then
22 usage "$script"
23fi
24
25$DIR/JBellhop \
26 -o ${TMPDIR:-/tmp}/bellhop.root \
27 -d $DEBUG
28
29JPlot2D \
30 -f ${TMPDIR:-/tmp}/bellhop.root:h2 \
31 -XX \
32 -YY \
33 -> "#Deltax [m]" \
34 -< "#Deltaz [m]" \
35 -\^ "#Deltat [#mus]" \
36 -O COLZ \
37 -N "X 505" \
38 -N "Y 505" \
39 -T "" \
40 -o bellhop.$FORMAT $BATCH