pymchelper.readers.common module

class pymchelper.readers.common.Readers[source]

Bases: enum.IntEnum

Available converters

fluka_bin = 0
fluka_txt = 2
shieldhit_bin = 1
shieldhit_txt = 3
pymchelper.readers.common.group_input_files(input_file_list)[source]

Takes set of input file names, belonging to possibly different estimators. Input files are grouped according to the estimators and for each group merging is performed, as in @merge_list method. Output file name is automatically generated. :param input_file_list: list of input files :return: core_names_dict

pymchelper.readers.common.guess_reader(filename)[source]