Based on the discussions during AreaA TF today, we can generalize the Transmission plugin in the following steps -
[x] Identify the general components in Hiroki's UV-Vis Transmission schema
~Classes like UVVisNirTransmission and InfraRedTransmission can extend Transmission in the nomad_measurement plugin. One can alter the default units of the wavelength based on the popular choice of units for the particular community (UV-Vis or InfraRed).~
[x] Not making an intermediate Transmission class. Different flavors of transmission directly inherit Measurement
Based on the discussions during AreaA TF today, we can generalize the Transmission plugin in the following steps -
UVVisNirTransmission
andInfraRedTransmission
can extendTransmission
in thenomad_measurement
plugin. One can alter the default units of the wavelength based on the popular choice of units for the particular community (UV-Vis or InfraRed).~Transmission
class. Different flavors of transmission directly inheritMeasurement
@budschi @hampusnasstrom @aalbino2 what are your thoughts on this?