PostProcess.sh
author A.M. Thurnherr <athurnherr@yahoo.com>
Mon, 15 Oct 2012 20:28:20 +0000
changeset 10 7e76fdef8953
parent 5 509cc9966b68
child 18 8818acdcd587
permissions -rwxr-xr-x
version prior to carrying out separate dc-/uc- time lagging

#!/bin/sh
#======================================================================
#                    P O S T P R O C E S S . S H 
#                    doc: Mon Oct 17 16:42:08 2011
#                    dlm: Thu Oct 11 14:23:01 2012
#                    (c) 2011 A.M. Thurnherr
#                    uE-Info: 13 47 NIL 0 0 72 2 2 4 NIL ofnI
#======================================================================

# HISTORY:
#	Oct 17, 2011: - created
#	Oct 21, 2011: - made user friendly
#	Oct 11, 2012: - added support for TL output

[ $# -gt 0 ] || {
	echo "Usage: $0 <out-basename> [<run-label> [<data-subdir> [<plot-subdir> [<log-subdir>]]]]" >&2
	exit 1
}

OBN=$1
[ -n "$2" ] && RUN=$2 		|| RUN=default
[ -n "$3" ] && D_SUBDIR=$3 	|| D_SUBDIR=$RUN
[ -n "$4" ] && P_SUBDIR=$4	|| P_SUBDIR=$RUN
[ -n "$5" ] && L_SUBDIR=$5	|| L_SUBDIR=$RUN

chmod +x $D_SUBDIR/$OBN.prof $D_SUBDIR/$OBN.w $D_SUBDIR/$OBN.TL

tile -s 1.3 -y -90 $P_SUBDIR/${OBN}_prof.eps $P_SUBDIR/${OBN}_w.eps \
				   $P_SUBDIR/${OBN}_BR.eps $P_SUBDIR/${OBN}_residuals.eps \
				   $P_SUBDIR/${OBN}_TL.eps $P_SUBDIR/${OBN}_Sv.eps \
	> $P_SUBDIR/$OBN.ps