Skip to content

Commit

Permalink
remove stm/sts example entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 15, 2024
1 parent 4fdb05a commit 6e5f9b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ nexus_parser = "pynxtools.nomad.entrypoints:nexus_parser"
nexus_schema = "pynxtools.nomad.entrypoints:nexus_schema"
nexus_data_converter = "pynxtools.nomad.entrypoints:nexus_data_converter"
iv_temp_example = "pynxtools.nomad.entrypoints:iv_temp_example"
stm_example = "pynxtools.nomad.entrypoints:stm_example"

[project.scripts]
read_nexus = "pynxtools.nexus.nexus:main"
Expand Down
26 changes: 1 addition & 25 deletions src/pynxtools/nomad/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,4 @@ def load(self):
""",
path="nomad/examples/iv_temp",
local_path="examples/data/uploads/iv_temp.zip",
)

stm_example = ExampleUploadEntryPoint(
title="Scanning Tunneling Microscopy (STM)",
category="FAIRmat examples",
description="""
This example is for two types of experiments: Scanning Tunneling Microscopy (STM) and Scanning Tunneling Spectroscopy (STS) from Scanning Probe Microscopy.
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.
""",
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",
)

sts_example = ExampleUploadEntryPoint(
title="Scanning Tunneling Spectroscopy (STS)",
category="FAIRmat examples",
description="""
This example is for two types of experiments: Scanning Tunneling Microscopy (STM) and Scanning Tunneling Spectroscopy (STS) from Scanning Probe Microscopy.
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.
""",
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",
)
)

0 comments on commit 6e5f9b6

Please sign in to comment.