Skip to content

Commit

Permalink
rebase-1
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Dec 2, 2024
1 parent c03ba37 commit b95ef92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pynxtools_spm/configs/nanonis_dat_generic_sts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@default": {"raw_path": "@default:current"},
"definition": {"@version": ""},
"experiment_instrument": {
"LOCKIN[lockin]": {
"lockin_amplifier[lockin]": {
"modulation_status": {
"raw_path": "/Lock-in/Lock-in status/value",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ definitions:
m_annotations:
template:
reader: spm
nxdl: NXsts
nxdl: NXspm
eln:
hide: []
quantities:
Expand Down
4 changes: 4 additions & 0 deletions src/pynxtools_spm/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ def manually_filter_data_type(template):
class SPMReader(BaseReader):
"""Reader for XPS."""

<<<<<<< HEAD
supported_nxdls = ["NXspm", "NXsts", "NXstm", "NXafm"]
=======
supported_nxdls = ["NXstm", "NXspm", "NXafm", "NXsts"]
>>>>>>> e1c1cf1 (Prepare nomad examples for sts-1)

def read(
self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"definition": {"@version": ""},
"experiment_instrument": {
"LOCKIN[lockin]": {
"lockin_amplifier[lockin]": {
"modulation_status": {
"raw_path": "/Lock-in/Lock-in status/value"
},
Expand Down

0 comments on commit b95ef92

Please sign in to comment.