ess.dream.load_geant4_csv#
- ess.dream.load_geant4_csv(file_path)[source]#
Load a GEANT4 CSV file for DREAM.
- Parameters:
file_path (
Filename[TypeVar(RunType,ess.reduce.nexus.types.SampleRun(int),ess.reduce.nexus.types.VanadiumRun(int),ess.powder.types.EmptyCanRun(int))]) –Indicates where to load data from. One of:
URL of a CSV or zipped CSV file.
Path to a CSV or zipped CSV file on disk.
File handle or buffer for reading text or binary data.
- Returns:
AllRawDetectors[TypeVar(RunType,ess.reduce.nexus.types.SampleRun(int),ess.reduce.nexus.types.VanadiumRun(int),ess.powder.types.EmptyCanRun(int))] – Ascipp.DataGroupcontaining the loaded events.