_generate_data_file

_generate_data_file(model: Model, parameters: Parameters, coordinates: dict[str, np.ndarray], settings: Settings, file_name: str)[source]

Generate and save the data file for the simulation.

This function simulates the data based on the given model, parameters, coordinates, and settings, and saves the simulated data to a file.

Parameters:
  • model (Model) – The model used for simulation.

  • parameters (Parameters) – The parameters used for simulation.

  • coordinates (Dict[str, np.ndarray]) – The coordinates for the simulation.

  • settings (Settings) – The settings for the simulation.

  • file_name (str) – The name of the file to save the simulated data.