#!/bin/sh
# \
exec tclsh.exe "$0" "$@"

#if ![file exists hls2sto.log] {
    catch {exec elegant.exe hls2sto.ele > hls2sto.log}
#}

exec sddsplot -device=lpng,onwhite -output=0.png \
    -yscale=names "-title=Centroid vs distance during injection" \
    -split=page -graph=line,vary \
    -column=s,Cx hls2sto.cen  &




