ewoksfluo.tests.tutorials.expected_results.DataType#

class ewoksfluo.tests.tutorials.expected_results.DataType(nmca, nmcasum, nscans, ndim0, ndim1, mosaic, partial_mca_sum, npts, nchan, dim0_name, dim1_name, fit_elementgroups, fit_parameters, mca_meta_counters)[source]#

Bases: NamedTuple

Parameters:
  • nmca (int)

  • nmcasum (int)

  • nscans (int)

  • ndim0 (int)

  • ndim1 (int)

  • mosaic (bool)

  • partial_mca_sum (bool)

  • npts (int)

  • nchan (int)

  • dim0_name (str)

  • dim1_name (str)

  • fit_elementgroups (List[str])

  • fit_parameters (List[str])

  • mca_meta_counters (List[str])

count(value, /)#

Return number of occurrences of value.

property derivate_shape: Tuple[int, ...]#
dim0_name: str#

Alias for field number 9

dim1_name: str#

Alias for field number 10

fit_elementgroups: List[str]#

Alias for field number 11

fit_parameters: List[str]#

Alias for field number 12

property flat_result_shape: Tuple[int, ...]#
property flat_spectra_shape: Tuple[int, ...]#
index(value, start=0, stop=9223372036854775807, /)#

Return first index of value.

Raises ValueError if the value is not present.

mca_meta_counters: List[str]#

Alias for field number 13

property mca_sum_names: List[str]#
mosaic: bool#

Alias for field number 5

nchan: int#

Alias for field number 8

ndim0: int#

Alias for field number 3

ndim1: int#

Alias for field number 4

nmca: int#

Alias for field number 0

nmcasum: int#

Alias for field number 1

npts: int#

Alias for field number 7

nscans: int#

Alias for field number 2

partial_mca_sum: bool#

Alias for field number 6

property regridded_result_shape: Tuple[int, ...]#