nxtomomill.converter.edf.edfconverter.from_edf_to_nx#
- nxtomomill.converter.edf.edfconverter.from_edf_to_nx(configuration, progress=None)[source]#
Convert an edf file to a nexus file. For now duplicate data.
- Parameters:
configuration (
EDF2nxModel) – configuration to use to process the dataprogress (
Optional[tqdm]) – if provided then will be updated with conversion progress
- Return type:
tuple- Returns:
(nexus_file, entry)