ess.snspowder.powgen.data#

Utilities for loading example data for POWGEN.

Module Attributes

providers

Sciline Providers for loading POWGEN data.

Functions

convert_detector_to_wavelength(da, graph)

convert_monitor_to_wavelength(monitor, graph)

detector_coordinate_transformation_graph(...)

Generate a coordinate transformation graph for detectors.

extract_accumulated_proton_charge(data)

Return the stored accumulated proton charge from a loaded data group.

extract_proton_charge(dg)

Return the proton charge from a loaded data group.

extract_raw_data(dg, sizes)

Return the events from a loaded data group.

monitor_coordinate_transformation_graph(...)

Generate a coordinate transformation graph for monitors.

pooch_load(filename)

Load a file with pooch.

pooch_load_calibration(filename, ...)

Load the calibration data for the POWGEN test data.

powgen_tutorial_calibration_file(*[, small])

Return the path to the POWGEN calibration file.

powgen_tutorial_mantid_calibration_file()

powgen_tutorial_mantid_empty_instrument_file()

powgen_tutorial_mantid_sample_file()

powgen_tutorial_mantid_vanadium_file()

powgen_tutorial_sample_file(*[, small])

Return the path to the POWGEN sample file.

powgen_tutorial_vanadium_file(*[, small])

Return the path to the POWGEN vanadium file.

sample_position(dg)

Return the sample position from a loaded data group.

source_position(dg)

Return the source position from a loaded data group.

Classes

TofDetector(x)

Detector with a time-of-flight coordinate

TofMonitor(x)

Monitor data with time-of-flight coordinate.