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:
  • config (TomoEDFConfig) – configuration to use to process the data

  • skip_nx_tomo_write (bool) – this fonction is used for two use cases: * convert an edf folder to NXtomo (skip_nx_tomo_write is set to True) * check a conversion went well and optionaly remove edf files (skip_nx_tomo_write is set to False and we want to avoid rewritting the file).

Returns:

(nexus_file, entry)

:rtype:tuple