Skip to content

Commit df48bd0

Browse files
committed
integrate into docs
1 parent dcf4e96 commit df48bd0

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

Diff for: docs/scripts/build_flash_parquets.py

+22
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,25 @@
2727
system_config=config_file,
2828
collect_metadata=False,
2929
)
30+
31+
dataset.get("W110", root_dir="./tutorial")
32+
data_path = dataset.dir
33+
34+
35+
config_override = {
36+
"core": {
37+
"paths": {
38+
"data_raw_dir": data_path,
39+
"data_parquet_dir": data_path + "/processed/",
40+
},
41+
},
42+
}
43+
44+
runs = ["44498", "44455"]
45+
for run in runs:
46+
sp = SedProcessor(
47+
runs=run,
48+
config=config_override,
49+
system_config=config_file,
50+
collect_metadata=False,
51+
)

Diff for: docs/user_guide/advanced_topics.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
../tutorial/6_binning_with_time-stamped_data
44
../tutorial/7_correcting_orthorhombic_symmetry
55
../tutorial/8_jittering_tutorial
6+
../tutorial/10_hextof_workflow_trXPS_bam_correction
7+
../tutorial/11_hextof_workflow_trXPS_energy_calibration_using_SB
68
```

Diff for: docs/workflows/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ myst:
88

99
```{toctree}
1010
../tutorial/4_hextof_workflow
11-
../tutorial/5_sxp_workflow.ipynb
11+
../tutorial/5_sxp_workflow
12+
../tutorial/9_hextof_workflow_trXPD
1213
```

Diff for: tutorial/10_hextof_workflow_trXPS_bam_correction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "9192f0aa",
66
"metadata": {},
77
"source": [
8-
"# Tutorial for trXPS for the HEXTOF instrument at FLASH: t$_0$, cross-correlation and BAM correction"
8+
"# Tutorial for trXPS for the HEXTOF instrument at FLASH: t0, cross-correlation and BAM correction"
99
]
1010
},
1111
{

0 commit comments

Comments
 (0)