ess.imaging.io.tiff_from_nexus#
- ess.imaging.io.tiff_from_nexus(nexus_file_name, output_path, *, time_bins, pulse_stride)[source]#
Write a tiff image file representing the data from the nexus file.
- Parameters:
nexus_file_name (
str
|Path
|BytesIO
) – The file name of the nexus file to write to tiff.output_path (
str
|Path
|BytesIO
) – Where to write the tiff file.time_bins (
int
|Variable
) – The number of time slices the image should have.pulse_stride (
int
) – The pulse stride that was used when doing the measurement.
- Return type: