Skip to content

Commit

Permalink
Fixed generic regridding 1d, 2d, fixed H5OINA overview plot, next ste…
Browse files Browse the repository at this point in the history
…p fix IPF maps
  • Loading branch information
atomprobe-tc committed Aug 29, 2024
1 parent fbd21dc commit 3eddd2c
Show file tree
Hide file tree
Showing 11 changed files with 418 additions and 498 deletions.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
//"../apex/InGaN_nanowires_map.edaxh5",
//"../apex/InGaN_nanowires_spectra.edaxh5",
//"../apex/2023-08-16_Ni_NFDI.edaxh5",
"tests/data/173_0057.h5oina",
"--reader",
"em",
"--nxdl",
Expand All @@ -55,7 +56,8 @@
//"--output=dbg/tescan.nxs",
//"--output=pynxtools_em/dbg/zeiss.nxs",
//"--output=pynxtools_em/dbg/tfs.nxs",
//"--output=dbg/apex.nxs"],
//"--output=dbg/apex.nxs"
"--output=dbg/hfive_oxford.nxs"],
}
]
}
10 changes: 0 additions & 10 deletions src/pynxtools_em/examples/ebsd_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
onto the set of NXem/ENTRY/sample/atom_types.
"""

# typical scan schemes used for EBSD
HEXAGONAL_FLAT_TOP_TILING = "hexagonal_flat_top_tiling"
SQUARE_TILING = "square_tiling"
REGULAR_TILING = "regular_tiling"

# most frequently this is the sequence of set scan positions with actual positions
# based on grid type, spacing, and tiling
FLIGHT_PLAN = "start_top_left_stack_x_left_to_right_stack_x_line_along_end_bottom_right"


FREE_TEXT_TO_CONCEPT = {
"Actinolite": "Actinolite",
"al": "Al",
Expand Down
Loading

0 comments on commit 3eddd2c

Please sign in to comment.