ess.polarization.EfficiencyLookupTable#

class ess.polarization.EfficiencyLookupTable(table)[source]#

Efficiency of a supermirror as a lookup table. The names of the columns in the table has to be “wavelength”, “efficiency”.

Parameters:

table (DataArray) – The lookup table.

__init__(table)#

Methods

__init__(table)

from_file(path, wavelength_colname, ...[, ...])

Attributes

table