Skip to content

Commit

Permalink
Add the copy-helper-script section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nbiederbeck committed May 5, 2023
1 parent a9ca5e1 commit 9d46e5f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,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 <host>:<path-to>/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
Expand Down

0 comments on commit 9d46e5f

Please sign in to comment.