Input and Output Files ====================== The :class:`FileHelper ` class provides methods for reading input data from a file and writing input parameters and calculated values to a file. The sections that follow describe the process for using input data files, their format and creating output data files. .. _section_reading_data: Reading data from an input file ------------------------------- .. include:: providing_input_data.rst .. include:: input_files_formats.rst .. _section_writing_data: Writing parameters to a file ---------------------------- .. include:: writing_parameters_to_file.rst