diff --git a/macros/CCEScan/batch/makeAllPlots.sh b/macros/CCEScan/batch/makeAllPlots.sh index 8adfa2e..a3139a4 100644 --- a/macros/CCEScan/batch/makeAllPlots.sh +++ b/macros/CCEScan/batch/makeAllPlots.sh @@ -2,7 +2,7 @@ # @Author: Elena Graverini # @Date: 2016-01-15 13:01:56 # @Last Modified by: Elena Graverini -# @Last Modified time: 2016-01-15 13:22:31 +# @Last Modified time: 2016-01-15 13:41:31 # Location swsource=$HOME/STAging/macros/CCEScan @@ -32,7 +32,7 @@ do ${swsource}/plotSector -d IT -s ${sector} -v 7 -b done -for sector in `cat $swsource/TTinner.dat` +for sector in `cat $swsource/ITinner.dat` do ${swsource}/plotSector -d IT -s ${sector} -v 7 -r 175 -b done