MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / get_total_count

Method get_total_count

pyxrf/model/fileio.py:742–744  ·  view source on GitHub ↗
(self, *, client=None)

Source from the content-addressed store, hash-verified

740 return total_spectrum.copy()
741
742 def get_total_count(self, *, client=None):
743 _, total_count = self._get_sum(client=client)
744 return total_count.copy()
745
746 def get_total_spectrum_and_count(self, *, client=None):
747 total_spectrum, total_count = self._get_sum(client=client)

Callers 2

get_total_count_rangeMethod · 0.95

Calls 1

_get_sumMethod · 0.95

Tested by

no test coverage detected