You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/chef_guide.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,9 @@
1
1
# Chefs' Guide for Timeline Production
2
2
3
-
The timeline code is provided on `ifarm` via
4
-
```bash
5
-
module load timeline
6
-
```
3
+
The timeline code is provided on `ifarm` via `module load timeline`.
7
4
Please report _any_ issues to the software maintainers, such as warnings or error messages.
8
5
9
-
## Producing Timelines
10
-
11
-
### :green_circle: Step 1: Fill Timeline Histograms
6
+
## :green_circle: Step 1: Fill Timeline Histograms
12
7
13
8
Use the "qtl" model as part of your usual cooking workflow; see [the Chefs' documentation wiki](https://clasweb.jlab.org/wiki/index.php/CLAS12_Chef_Documentation). Output files will appear in your chosen output directory, within `hist/detectors/`.
14
9
@@ -20,19 +15,17 @@ Use the "qtl" model as part of your usual cooking workflow; see [the Chefs' docu
20
15
> - Use `qtl histogram` instead of the workflow, with the option `--focus-physics`; this will run on SLURM directly (rather than through SWIF)
21
16
</details>
22
17
23
-
###:green_circle: Step 2: Analyze Histograms and Make the Timelines
18
+
## :green_circle: Step 2: Analyze Histograms and Make the Timelines
0 commit comments