diff --git a/macros/CCEScan/batch/runPulseAndVoltage.sh b/macros/CCEScan/batch/runPulseAndVoltage.sh index 037fd81..b67dc18 100644 --- a/macros/CCEScan/batch/runPulseAndVoltage.sh +++ b/macros/CCEScan/batch/runPulseAndVoltage.sh @@ -38,7 +38,7 @@ ${swsource}/pulseFit -b -d TT -l TTaU -s ${sector} -f ${fill} -c ${j} -v ${val} done echo " Voltage fit (SPLINE) " - ${swsource}/voltageFit -b -d TT -l TTaU -s ${sector} -f ${fill} -v ${val} + ${swsource}/voltageFit_spline -b -d TT -l TTaU -s ${sector} -f ${fill} -v ${val} done done done @@ -72,7 +72,7 @@ ${swsource}/pulseFit -b -d TT -l TTaU -s ${sector} -f ${fill} -c ${j} -v ${val} -r ${rad} done echo " Voltage fit (SPLINE) " - ${swsource}/voltageFit -b -d TT -l TTaU -s ${sector} -f ${fill} -v ${val} -r ${rad} + ${swsource}/voltageFit_spline -b -d TT -l TTaU -s ${sector} -f ${fill} -v ${val} -r ${rad} done done done @@ -105,7 +105,7 @@ ${swsource}/pulseFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -c ${j} -v ${val} done echo " Voltage fit (SPLINE) " - ${swsource}/voltageFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -v ${val} + ${swsource}/voltageFit_spline -b -d IT -l T3X2 -s ${sector} -f ${fill} -v ${val} done done @@ -136,7 +136,7 @@ ${swsource}/pulseFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -c ${j} -v ${val} -r ${rad} done echo " Voltage fit (SPLINE) " - ${swsource}/voltageFit -b -d IT -l T3X2 -s ${sector} -f ${fill} -v ${val} -r ${rad} + ${swsource}/voltageFit_spline -b -d IT -l T3X2 -s ${sector} -f ${fill} -v ${val} -r ${rad} done done