File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers = [
29
29
" Operating System :: OS Independent" ,
30
30
]
31
31
dependencies = [
32
- " bokeh>=2.4.2" ,
32
+ " bokeh>=2.4.2,<3.7.0 " ,
33
33
" dask>=2021.12.0,<2024.8" ,
34
34
" elabapi-python>=5.0" ,
35
35
" fastdtw>=0.3.4" ,
Original file line number Diff line number Diff line change 48
48
"value/@units" : " @attrs:metadata/scientificMetadata/sample/sample_pressure/unit"
49
49
}
50
50
},
51
- "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser ]" : {
51
+ "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer ]" : {
52
52
"description" : " HEXTOF Momentum Microscope" ,
53
53
"device_information" : {
54
54
"vendor" : " None" ,
78
78
"type" : " estimated"
79
79
}
80
80
},
81
- "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser ]/COLLECTIONCOLUMN[collectioncolumn]" : {
81
+ "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer ]/COLLECTIONCOLUMN[collectioncolumn]" : {
82
82
"projection" : " @attrs:metadata/scientificMetadata/Collection/projection" ,
83
83
"scheme" : " momentum dispersive" ,
84
84
"lens_mode" : " @attrs:metadata/scientificMetadata/Collection/lens_mode" ,
107
107
}
108
108
}
109
109
},
110
- "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser ]/ENERGYDISPERSION[energydispersion]" : {
110
+ "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer ]/ENERGYDISPERSION[energydispersion]" : {
111
111
"pass_energy" : " @attrs:metadata/scientificMetadata/Collection/tof_voltage" ,
112
112
"pass_energy/@units" : " V" ,
113
113
"scheme" : " tof" ,
114
114
"tof_distance" : 0.8 ,
115
115
"tof_distance/@units" : " m"
116
116
},
117
- "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser ]/DETECTOR[detector]" : {
117
+ "/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYZER[electronanalyzer ]/DETECTOR[detector]" : {
118
118
"amplifier_type" : " MCP" ,
119
119
"detector_type" : " DLD" ,
120
120
"sensor_pixels" : [2024 , 2048 ]
You can’t perform that action at this time.
0 commit comments