Skip to content

Commit c9b7969

Browse files
committed
NOMAD example: add README and description
1 parent fbd83ff commit c9b7969

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

src/pynxtools_igor/nomad/entrypoints.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@
2828
title="Igor Reader",
2929
category="FAIRmat examples",
3030
description="""
31-
Description tbd
31+
This example presents the capabilities of NOMAD platform to convert and
32+
and standardize data stored with Wavemetrics [Igor Pro](https://www.wavemetrics.com/) into the
33+
[NeXus](https://www.nexusformat.org/) format.
34+
35+
It contains two examples:
36+
- Converting Igor Binary Wave (.ibw) and packed experiment (.pxp) into NeXus files.
37+
- An example conversion of time-resolved resonant diffraction data into the standardized
38+
NeXus format for X-ray diffraction, [NXxrd](https://fairmat-nfdi.github.io/nexus_definitions/classes/contributed_definitions/NXxrd.html).
3239
""",
3340
plugin_package="pynxtools_igor",
3441
resources=["nomad/examples/*"],
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Introduction
2+
3+
This example presents the capabilities of NOMAD platform to convert and and standardize data stored with Wavemetrics [Igor Pro](https://www.wavemetrics.com/) into the [NeXus](https://www.nexusformat.org/) format.
4+
5+
It contains two examples:
6+
- Converting Igor Binary Wave (.ibw) and packed experiment (.pxp) into NeXus files.
7+
- An example conversion of time-resolved resonant diffraction data into the standardized
8+
NeXus format for X-ray diffraction
9+
([NXxrd](https://fairmat-nfdi.github.io/nexus_definitions/classes/contributed_definitions/NXxrd.html)).
10+
11+
# Viewing uploaded data
12+
13+
Below, you find an overview of your uploaded data.
14+
Click on the `> /` button to get a list of your data or select **FILES** from the top menu of this upload.
15+
16+
# Running the examples
17+
18+
The examples work can be run using the Jupyter Notebook in the NOMAD Remote Tools Hub (NORTH). To start it, note your upload id (which you find on top of this explanation) and select **ANALYZE** from the top menu, then **NOMAD Remote Tools Hub**. In the appearing list you'll find the `jupyter` container, click on it and click **LAUNCH**.
19+
20+
After a few moments a new tab will open which displays a jupyter environment providing the required analysis tools.
21+
To find the examples navigate to uploads inside the jupyter hub browser and select the folder with your noted upload id.
22+
There you'll find the example `ipynb` notebooks.
23+
Double-clicking one of the notebooks will open the example in the jupyter main window.
24+
From here you find detailed instructions inside each of the notebooks.
25+
26+
# Where to go from here?
27+
28+
If you're interested in using this pipeline and NOMAD in general you'll find support at [FAIRmat](https://www.fairmat-nfdi.eu/fairmat/consortium).
29+
30+
For general questions regarding the MPES pipeline and if you're interested in building one for your
31+
own research workflow, you may contact [Laurenz Rettig](https://www.fairmat-nfdi.eu/fairmat/fairmat_/fairmatteam) and [Lukas Pielsticker](https://www.fairmat-nfdi.eu/fairmat/fairmat_/fairmatteam) from the FAIRmat consortium.

0 commit comments

Comments
 (0)