From 2570581b31c2a22ba230521dc4c0d3a1e40f5561 Mon Sep 17 00:00:00 2001 From: Noah Biederbeck Date: Fri, 21 Apr 2023 15:11:39 +0200 Subject: [PATCH] Add the copy-helper-script section to README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 23b3fae..249a5af 100644 --- a/README.md +++ b/README.md @@ -72,15 +72,14 @@ It is related to https://github.com/nbiederbeck/lst-agn-analysis/issues/26 If you have run snakemake on the cluster, you can create the plots and tex files locally (using your own matplotlibrc for example). We separate the calculation of metrics and the plotting to make sure you can finetune plots later on without needing to run the expensive steps on the local machine. The tables for that are saved as either `fits.gz` or `h5`. - -For the data-selection plots, you need to download `build/dl1-datacheck-masked.h5`, e.g.: +We create a helper script for that that uses `rsync`. Check how to use it: ``` -mkdir -p build -scp :/lst-data-selection/build/dl1-datachecks-masked.h5 build/ +./lapalma.py --help ``` -Afterwards: +For the data-selection plots, you need to download `build/dl1-datacheck-masked.h5`, which is done via the above helper script. +Run it with your settings and afterwards: ``` make -f local.mk