We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1baae commit 0d19389Copy full SHA for 0d19389
rsciio/digitalmicrograph/_api.py
@@ -1064,6 +1064,18 @@ def get_mapping(self):
1064
"Acquisition_instrument.TEM.Detector.EDS.solid_angle",
1065
None,
1066
),
1067
+ "{}.EDS.Images.Count rate".format(tags_path): (
1068
+ "EDS.Count_rate_map",
1069
+ lambda x: np.array(x).reshape(self.shape[1:]),
1070
+ ),
1071
+ "{}.EDS.Images.Live time".format(tags_path): (
1072
+ "EDS.Live_time_map",
1073
+ lambda x: np.array(x).reshape(self.shape[1:])
1074
1075
+ "{}.EDS.Images.Real time".format(tags_path): (
1076
+ "EDS.Real_time_map",
1077
1078
1079
"{}.EDS.Live_time".format(tags_path): (
1080
"Acquisition_instrument.TEM.Detector.EDS.live_time",
1081
0 commit comments