We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9608f40 commit b53c6dfCopy full SHA for b53c6df
1 file changed
scripts/extract_lastnight.sh
@@ -12,7 +12,7 @@ msdate=$last
12
hrs=(06 07 08 09 10 11 12)
13
for hr in ${hrs[@]}
14
do
15
- python3 $scriptdir/extract_autocor.py -p /lustre/pipeline/slow/ -d 30 -d $msdate -t $hr -w $workingdir
+ python3 $scriptdir/extract_autocor.py -p /lustre/pipeline/slow/ -s 10 -d $msdate -t $hr -w $workingdir
16
done
17
18
workingdir=$workingdir$last"/"
0 commit comments