Skip to content

Commit

Permalink
update heading and index
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Mar 2, 2024
1 parent 3ff86cb commit dafc9ac
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Concept description. TODO

getting_started
specsanalyzer/config
1_specsanalyzer_conversion_examples
2_specsscan_example
3_specsscan_conversion_to_NeXus
4_specsscan_load_sweep_scan

.. toctree::
:maxdepth: 1
Expand Down
4 changes: 3 additions & 1 deletion tutorial/1_specsanalyzer_conversion_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## This is an example showcasing the conversion of Phoibos analyzer data with SpecsAnalyzer\n",
"## Example 1: SpecsAnalyzer conversion\n",
"This is an example showcasing the conversion of Phoibos analyzer data with SpecsAnalyzer\n",
"\n",
"The image is loaded from a text file, and the conversion into xarrays with calibrated dimensions is demonstrated for different modes of operation "
]
},
Expand Down
4 changes: 3 additions & 1 deletion tutorial/2_specsscan_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## This is an example showcasing the loading of trARPES data as collected using the Phoibos detector at FHI Berlin.\n",
"## Example: SpecsScan loading\n",
"This is an example showcasing the loading of trARPES data as collected using the Phoibos detector at FHI Berlin.\n",
"\n",
"The band dispersion is loaded as a xarray dataframe demonstrating different modes of operation "
]
},
Expand Down
4 changes: 3 additions & 1 deletion tutorial/3_specsscan_conversion_to_NeXus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## This is an example showcasing the loading of a tilt map Fermi surface mapping\n",
"## Example 3: Export to NeXus\n",
"This is an example showcasing the loading of a tilt map Fermi surface mapping\n",
"\n",
"The band dispersion is loaded as a xarray dataframe following a conversion to the [NXmpes_arpes NeXus format](https://manual.nexusformat.org/classes/contributed_definitions/NXmpes.html#nxmpes) using the [FAIRmat pynxtools](https://github.com/FAIRMAT-nfdi/pynxtools)."
]
},
Expand Down
4 changes: 3 additions & 1 deletion tutorial/4_specsscan_load_sweep_scan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## This is an example showcasing the loading of a kinetic energy sweep scan\n",
"## Example 4: Sweep Scan loading\n",
"This is an example showcasing the loading of a kinetic energy sweep scan\n",
"\n",
"The individual images are loaded, and summed onto the grid of data that overlap on all images"
]
},
Expand Down

0 comments on commit dafc9ac

Please sign in to comment.