Skip to content

Commit

Permalink
Continuing on the refactoring of apex going slower than expected
Browse files Browse the repository at this point in the history
  • Loading branch information
atomprobe-tc committed Sep 3, 2024
1 parent 8a98ea7 commit 8142fd2
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 788 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"configurations": [
{
"name": "pynx-em debug",
"type": "debugpy",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}",
"program": "../.py3.12.4/bin/dataconverter",
"args": ["convert",
"args": [//"convert",
// eln_data/oasis_specific
//"examples/em.conventions.yaml",
//"examples/eln_data.yaml",
Expand Down Expand Up @@ -39,7 +39,7 @@
//"../apex/InGaN_nanowires_map.edaxh5",
//"../apex/InGaN_nanowires_spectra.edaxh5",
//"tests/data/2023-08-16_Ni_NFDI.edaxh5",
"tests/data/173_0057.h5oina",
"tests/data/hfive_oxford/173_0057.h5oina",
"--reader",
"em",
"--nxdl",
Expand All @@ -57,7 +57,7 @@
//"--output=pynxtools_em/dbg/zeiss.nxs",
//"--output=pynxtools_em/dbg/tfs.nxs",
//"--output=dbg/apex.nxs"
"--output=dbg/hfive_oxford.nxs",
"--output=dbg/hfive_oxford.nxs"]
//"--output=dbg/hfive_apex.nxs"],
}
]
Expand Down
59 changes: 0 additions & 59 deletions src/pynxtools_em/concepts/nxs_em_eds_indexing.py

This file was deleted.

80 changes: 0 additions & 80 deletions src/pynxtools_em/concepts/nxs_image_set.py

This file was deleted.

64 changes: 0 additions & 64 deletions src/pynxtools_em/concepts/nxs_object.py

This file was deleted.

84 changes: 0 additions & 84 deletions src/pynxtools_em/concepts/nxs_spectrum_set.py

This file was deleted.

Loading

0 comments on commit 8142fd2

Please sign in to comment.