mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-09 04:16:40 -04:00
9 lines
332 B
Makefile
9 lines
332 B
Makefile
sherpa: Sherpa.yaml
|
|
Sherpa
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
find * ! -name 'Sherpa.yaml' ! -name 'makefile' -exec rm -rf {} +
|
|
|
|
sherpa_xs: Sherpa.yaml
|
|
Sherpa | sed 's/\x1b\[[0-9;]*m//g' | sed -n 's/2_2__d__db__P__P\s:\s\([0-9]*\.[0-9]*\)\spb\s+-\s(\s\([0-9]*\.[0-9]*e-*[0-9]*\).*/\\\sigma = \\\SI{\1\\\pm \2}{\\\pico\\\barn}/p' > sherpa_xs
|