Jpp 21.0.0-rc.1-88-g0130508c4
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 DEBUG 2
17set_variable: FORMAT GRAPHICS_FORMAT gif
18set_variable+ BATCH GRAPHICS_BATCH -B
19
20if do_usage $*; then
21 usage "$script"
22fi
23
24$JPP_DIR/examples/JAcoustics/JBellhop \
25 -o ${TMPDIR:-/tmp}/bellhop.root \
26 -d $DEBUG
27
28JPlot2D \
29 -f ${TMPDIR:-/tmp}/bellhop.root:h2 \
30 -XX \
31 -YY \
32 -> "#Deltax [m]" \
33 -< "#Deltaz [m]" \
34 -\^ "#Deltat [#mus]" \
35 -O COLZ \
36 -N "X 505" \
37 -N "Y 505" \
38 -T "" \
39 -o bellhop.$FORMAT $BATCH