Skip to content

Commit

Permalink
update pynxtools
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Sep 12, 2024
1 parent 9bde8a3 commit c78a1f4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 29 deletions.
58 changes: 31 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ matplotlib = ">=3.5.1"
numpy = ">=1.21.6"
opencv-python = ">=4.8.1.78"
pynxtools-mpes = "^0.2.0"
pynxtools = "^0.6.0"
pynxtools = "^0.7.0"
python-dateutil = ">=2.8.2"
pyyaml = ">=6.0"
xarray = ">=0.20.2"
Expand Down
4 changes: 3 additions & 1 deletion specsscan/config/NXmpes_arpes_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"/ENTRY/experiment_institution": "Fritz Haber Institute - Max Planck Society",
"/ENTRY/experiment_facility": "Time Resolved ARPES",
"/ENTRY/experiment_laboratory": "Clean Room 4",
"/ENTRY/entry_identifier": "@attrs:metadata/loader/scan_path",
"/ENTRY/entry_identifier": {
"identifier":"@attrs:metadata/loader/scan_path"
},
"/ENTRY/end_time": "@attrs:metadata/timing/acquisition_stop",
"/ENTRY/duration": "@attrs:metadata/timing/acquisition_duration",
"/ENTRY/duration/@units": "s",
Expand Down

0 comments on commit c78a1f4

Please sign in to comment.