nxtomomill.converter.edf.edfconverter#

module to convert from edf to (nexus tomo compliant) .nx

Functions

edf_to_nx(scan, output_file, file_extension)

Convert an edf file to a nexus file.

from_edf_to_nx(configuration[, progress])

Convert an edf file to a nexus file.

get_byte_order(header)

byte_order (as a str compatible with numpy data types)

post_processing_check(configuration)

check that conversion made contains the same information as a folder and optionnaly delete edf files

Classes

EDFFileKeys(motor_pos_keys, motor_mne_keys, ...)