Reworked the header of each org-mode file

This commit is contained in:
2019-05-14 16:59:02 +02:00
parent 627859f026
commit 1fdc6df90f
18 changed files with 451 additions and 25 deletions

View File

@@ -41,6 +41,7 @@ For all the measurements shown here:
:END:
<<sec:effect_control_all>>
** ZIP file containing the data and matlab files :ignore:
#+begin_src bash :exports none :results none
if [ matlab/effect_control_all.m -nt data/effect_control_all.zip ]; then
cp matlab/effect_control_all.m effect_control_all.m;
@@ -366,6 +367,7 @@ First, we compute the Power Spectral Density of the signals coming from the Geop
:END:
<<sec:effect_control_one>>
** ZIP file containing the data and matlab files :ignore:
#+begin_src bash :exports none :results none
if [ matlab/effect_control_one.m -nt data/effect_control_one.zip ]; then
cp matlab/effect_control_one.m effect_control_one.m;
@@ -634,6 +636,7 @@ And we compare the Amplitude Spectral Densities (figures [[fig:psd_marble_comp_l
:END:
<<sec:effect_symetrie_driver>>
** ZIP file containing the data and matlab files :ignore:
#+begin_src bash :exports none :results none
if [ matlab/effect_symetrie_driver.m -nt data/effect_symetrie_driver.zip ]; then
cp matlab/effect_symetrie_driver.m effect_symetrie_driver.m;
@@ -784,6 +787,7 @@ First, we compute the Power Spectral Density of the signals coming from the Geop
:END:
<<sec:tf_stages_geophone>>
** ZIP file containing the data and matlab files :ignore:
#+begin_src bash :exports none :results none
if [ matlab/tf_stages_geophone.m -nt data/tf_stages_geophone.zip ]; then
cp matlab/tf_stages_geophone.m tf_stages_geophone.m;