Skip to content

Commit

Permalink
remove example files, use url in example entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 11, 2024
1 parent b359eb9 commit 97bbb00
Show file tree
Hide file tree
Showing 52 changed files with 9 additions and 26,050 deletions.
18 changes: 9 additions & 9 deletions src/pynxtools/nomad/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def load(self):
and keep the size of your NOMAD installation small. Once started, we recommend changing the respective
input file in the NOMAD Oasis ELN to run the example with your own datasets.
""",
path="nomad/examples/apm",
url="https://download-directory.github.io/?url=https://github.com/FAIRmat-NFDI/pynxtools-apm/tree/main/examples/nomad",
local_path="examples/data/uploads/apm.zip",
)

Expand All @@ -72,7 +72,7 @@ def load(self):
It shows the generation of a NeXus file according to the [NXellipsometry](https://manual.nexusformat.org/classes/contributed_definitions/NXellipsometry.html#nxellipsometry)
application definition and a successive analysis of a SiO2 on Si Psi/Delta measurement.
""",
path="nomad/examples/ellips",
url="https://download-directory.github.io/?url=https://github.com/FAIRmat-NFDI/pynxtools-ellips/tree/main/examples/nomad",
local_path="examples/data/uploads/ellips.zip",
)

Expand All @@ -88,7 +88,7 @@ def load(self):
NOMAD installation small. Ones started, we recommend to change the respective input file in the NOMAD Oasis
ELN to run the example with your own datasets.
""",
path="nomad/examples/em",
url="https://download-directory.github.io/?url=https://github.com/FAIRmat-NFDI/pynxtools-em/tree/main/examples/nomad",
local_path="examples/data/uploads/em.zip",
)

Expand All @@ -114,8 +114,8 @@ def load(self):
- Binning of raw data (see [here](https://www.nature.com/articles/s41597-020-00769-8) for additional resources) into a h5 file and consecutively generating a NeXus file from it.
- An analysis example using data in the NeXus format and employing the [pyARPES](https://github.com/chstan/arpes) analysis tool to reproduce the main findings of [this paper](https://arxiv.org/pdf/2107.07158.pdf).
""",
path="nomad/examples/iv_temp",
local_path="examples/data/uploads/iv_temp.zip",
url="https://download-directory.github.io/?url=https://github.com/FAIRmat-NFDI/pynxtools-mpes/tree/main/examples/nomad",
local_path="examples/data/uploads/mpes.zip",
)

stm_example = ExampleUploadEntryPoint(
Expand All @@ -126,7 +126,7 @@ def load(self):
It can transform the data from files generated by a the nanonis software into the NeXus application definition NXsts.
The example contains data files from the two specific nanonis software versions generic 5e and generic 4.5.
""",
path="nomad/examples/sts/stm",
url="https://download-directory.github.io/?url=https://github.com/FAIRmat-NFDI/pynxtools-stm/tree/main/examples/nomad/stm",
local_path="examples/data/uploads/stm.zip",
)

Expand All @@ -138,7 +138,7 @@ def load(self):
It can transform the data from files generated by a the nanonis software into the NeXus application definition NXsts.
The example contains data files from the two specific nanonis software versions generic 5e and generic 4.5.
""",
path="nomad/examples/sts/sts",
url="https://download-directory.github.io/?url=https://github.com/FAIRmat-NFDI/pynxtools-stm/tree/main/examples/nomad/sts",
local_path="examples/data/uploads/sts.zip",
)

Expand All @@ -151,6 +151,6 @@ def load(self):
[NXmpes](https://manual.nexusformat.org/classes/contributed_definitions/NXmpes.html#nxmpes)
application definition and a successive analysis of an example data set.
""",
path="nomad/examples/sts/sts",
local_path="examples/data/uploads/sts.zip",
url="https://download-directory.github.io/?url=https://github.com/FAIRmat-NFDI/pynxtools-xps/tree/main/examples/nomad",
local_path="examples/data/uploads/xps.zip",
)
55 changes: 0 additions & 55 deletions src/pynxtools/nomad/examples/apm/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/pynxtools/nomad/examples/apm/apm.archive.json

This file was deleted.

17 changes: 0 additions & 17 deletions src/pynxtools/nomad/examples/apm/apm.oasis.specific.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions src/pynxtools/nomad/examples/apm/downloads.archive.yaml

This file was deleted.

124 changes: 0 additions & 124 deletions src/pynxtools/nomad/examples/apm/eln_data.yaml

This file was deleted.

Loading

0 comments on commit 97bbb00

Please sign in to comment.