Skip to content

Commit b53c6df

Browse files
committed
fixing -s flag and setting to 10 (100s extraction interval)
1 parent 9608f40 commit b53c6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/extract_lastnight.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msdate=$last
1212
hrs=(06 07 08 09 10 11 12)
1313
for hr in ${hrs[@]}
1414
do
15-
python3 $scriptdir/extract_autocor.py -p /lustre/pipeline/slow/ -d 30 -d $msdate -t $hr -w $workingdir
15+
python3 $scriptdir/extract_autocor.py -p /lustre/pipeline/slow/ -s 10 -d $msdate -t $hr -w $workingdir
1616
done
1717

1818
workingdir=$workingdir$last"/"

0 commit comments

Comments
 (0)