Skip to content

Commit

Permalink
add NXmpes_arpes subdef
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Feb 22, 2024
1 parent 284c477 commit 8470f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynxtools_mpes/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class MPESReader(BaseReader):
# pylint: disable=too-few-public-methods

# Whitelist for the NXDLs that the reader supports and can process
supported_nxdls = ["NXmpes"]
supported_nxdls = ["NXmpes", "NXmpes_arpes"]

def read( # pylint: disable=too-many-branches
self,
Expand Down

0 comments on commit 8470f4d

Please sign in to comment.