Skip to content

Commit a60da54

Browse files
committed
limit bokeh and first fixes to FLASH config
1 parent 85cddde commit a60da54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Operating System :: OS Independent",
3030
]
3131
dependencies = [
32-
"bokeh>=2.4.2",
32+
"bokeh>=2.4.2,<3.7.0",
3333
"dask>=2021.12.0,<2024.8",
3434
"elabapi-python>=5.0",
3535
"fastdtw>=0.3.4",

src/sed/config/NXmpes_config-HEXTOF.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"value/@units": "@attrs:metadata/scientificMetadata/sample/sample_pressure/unit"
4949
}
5050
},
51-
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser]": {
51+
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer]": {
5252
"description": "HEXTOF Momentum Microscope",
5353
"device_information": {
5454
"vendor": "None",
@@ -78,7 +78,7 @@
7878
"type": "estimated"
7979
}
8080
},
81-
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser]/COLLECTIONCOLUMN[collectioncolumn]": {
81+
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer]/COLLECTIONCOLUMN[collectioncolumn]": {
8282
"projection": "@attrs:metadata/scientificMetadata/Collection/projection",
8383
"scheme": "momentum dispersive",
8484
"lens_mode": "@attrs:metadata/scientificMetadata/Collection/lens_mode",
@@ -107,14 +107,14 @@
107107
}
108108
}
109109
},
110-
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser]/ENERGYDISPERSION[energydispersion]": {
110+
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer]/ENERGYDISPERSION[energydispersion]": {
111111
"pass_energy": "@attrs:metadata/scientificMetadata/Collection/tof_voltage",
112112
"pass_energy/@units": "V",
113113
"scheme": "tof",
114114
"tof_distance": 0.8,
115115
"tof_distance/@units": "m"
116116
},
117-
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser]/DETECTOR[detector]": {
117+
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer]/DETECTOR[detector]": {
118118
"amplifier_type": "MCP",
119119
"detector_type": "DLD",
120120
"sensor_pixels": [2024, 2048]

0 commit comments

Comments
 (0)