scippneutron.metadata.SourceType#

class scippneutron.metadata.SourceType(value)[source]#

Type of source.

Names are based on NeXus definitions.

__init__()#

Attributes

SpallationNeutronSource

A spallation neutron source.

ReactorNeutronSource

A reactor neutron source.

SynchrotronXraySource

A synchrotron X-ray source.

ReactorNeutronSource = 'Reactor Neutron Source'#

A reactor neutron source.

SpallationNeutronSource = 'Spallation Neutron Source'#

A spallation neutron source.

SynchrotronXraySource = 'Synchrotron X-ray Source'#

A synchrotron X-ray source.