Fixed up cantilever-data/Makefile to trigger DATA_DIRS generation.
All cantilever-data/*.sh scrips now exit on errors.
$(DATA_DIRS) :
mkdir $@
-#data/raw : extract_f_v_k_data.sh $(DATA_DIRS)
+data/raw : extract_f_v_k_data.sh $(DATA_DIRS)
+ touch data/raw
# ./$< > $@
data/spring-constants data/averaged-data : avg_data.py data/raw
#!/bin/bash
+set -e # exit immediately on failed command
+set -o pipefail # pipes fail if any stage fails
+
KFILE='./data/spring-constants'
AVGFILE='./data/averaged-data'
#!/bin/bash
+set -e # exit immediately on failed command
+set -o pipefail # pipes fail if any stage fails
+
KFILE='./data/spring-constants'
AVGFILE='./data/averaged-data'
ASYFILE='./v-dep.asy'
D &\equiv P_0 - P && \text{the number of dead (unfolded) proteins} \\
\kappa &\equiv -\frac{1}{P} \deriv{t}{P} && \text{the unfolding rate}
\end{align}
+\notation{$\equiv$}{Defined as (\ie equivalent to)}
The proteins are under constant loading because
\begin{equation}
\deriv{t}{F} = \deriv{x}{F}\deriv{t}{x} = kv\;,