Skip to content

Commit

Permalink
Working EBSD ZIP parser for a special project (#66)
Browse files Browse the repository at this point in the history
* Working EBSD ZIP parser for a special project

* Downgraded typing or notation to union for it to work for py3.8 and py3.9

* Reactivated parsers that were temporarily deactivated for testing purposes

---------

Co-authored-by: mkuehbach <markus.kuehbach@physik.hu-berlin.de>
  • Loading branch information
mkuehbach and atomprobe-tc authored Sep 5, 2024
1 parent b1040fe commit dfe9bb0
Show file tree
Hide file tree
Showing 6 changed files with 7,000 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
//"tests/data/hfive_apex/InGaN_nanowires_map.edaxh5",
//"tests/data/hfive_apex/InGaN_nanowires_linescan.edaxh5",
//"tests/data/hfive_apex/InGaN_nanowires_spectra.edaxh5",
"tests/data/hfive_oxford/57764_CR_ZG_380.h5oina.h5",
//"tests/data/hfive_oxford/57764_CR_ZG_380.h5oina.h5",
"tests/data/ebsd_zip/13368338/original_data.zip",
//"tests/data/hfive_oxford/173_0057.h5oina",
"--reader",
"em",
Expand All @@ -66,7 +67,8 @@
//"--output=tests/data/hfive_apex/InGaN_nanowires_spectra.edaxh5.nxs"]
//"--output=tests/data/hfive_apex/2023-08-16_Ni_NFDI.edaxh5.nxs"]
//"--output=tests/data/hfive_oxford/173_0057.h5oina.nxs"
"--output=tests/data/hfive_oxford/57764_CR_ZG_380.h5oina.h5.nxs"]
//"--output=tests/data/hfive_oxford/57764_CR_ZG_380.h5oina.h5.nxs"
"--output=tests/data/ebsd_zip/ebsd.mp.zip.nxs"]
}
]
}
Loading

0 comments on commit dfe9bb0

Please sign in to comment.