nxtomomill.converter.hdf5.hdf5converter.from_h5_to_nx#

nxtomomill.converter.hdf5.hdf5converter.from_h5_to_nx(configuration, input_callback=None, progress=None, detector_sel_callback=None)[source]#

convert a bliss file to a set of NXtomo

Parameters
  • configuration (TomoHDF5Config) – configuration for the translation. such as the input and output file, keys…

  • input_callback – possible callback in case of missing information

  • progress – progress bar to be updated if provided

  • detector_sel_callback – callback for the detector selection if any

Returns

tuple of created NXtomo as (output_file, data_path)

Return type

tuple