mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 09:15:07 +00:00
creating script for plot automation
This commit is contained in:
parent
6e473cfb09
commit
44ead6c887
10
scripts/create_plots.sh
Executable file
10
scripts/create_plots.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/local/bin/bash
|
||||||
|
|
||||||
|
for analysis in analyses/*
|
||||||
|
do
|
||||||
|
driving_name=$(basename $analysis|sed 's@[^≻]*≻\([^≻_]*\)_[^_]*@\1@')
|
||||||
|
reproc_name=$(basename $analysis|sed 's@\([^≻]*\)≻[^≻_]*_[^_]*@\1@')
|
||||||
|
# scripts/power_lag_plot.pl $analysis
|
||||||
|
# mv tmp.sourcePSD analyses/tables/$reproc_namePSD.tab
|
||||||
|
echo $driving_name with $reproc_name
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user