Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vuillaut committed Feb 7, 2024
1 parent 8d9faa8 commit 1adf5e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions reveal.js/DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ If you don't have it already, clone the lstmcpipe repository in your workspace:

## Tune NSB config

**NB: if you followed the hands-on on NSB tuning earlier, you can skip this step.**

Example:

```bash
Expand Down
2 changes: 1 addition & 1 deletion reveal.js/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![FAIR](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)


LST analysis school, Feb. 2024, [Thomas Vuillaume](mailto:[email protected])
LST analysis school, Feb. 2024, [Thomas Vuillaume](mailto:[email protected]) (@vuillaut on github)

<small>These slides are written in markdown and constitute the [lstmcpipe documentation](https://cta-observatory.github.io/lstmcpipe/).
To visualize as slides:
Expand Down
6 changes: 5 additions & 1 deletion reveal.js/lstmcpipe_user_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,13 @@ It is a mere benchmark for the pipeline.
<span style="font-size:smaller;">

Job logs are stored along with the produced data for each stage.
E.g. in `$PPROD_ID/TrainingDataset/dec_2276/Protons/node_theta_16.087_az_108.090_/job_logs_r0dl1/`
E.g. in
```bash
$PPROD_ID/TrainingDataset/dec_2276/Protons/node_theta_16.087_az_108.090_/job_logs_r0dl1/
```

Higher-level, lstmcpipe logs are produced and stored in the `$HOME/LSTMCPIPE_PROD_LOGS/` directory created when installing lstmcpipe.

Every time a full MC production is launched, two files with logging information are created:

- `log_reduced_Prod{3,5}_{PROD_ID}.yml`
Expand Down

0 comments on commit 1adf5e1

Please sign in to comment.