csv_model_simulation¶
-
simulation.csv_model_simulation(modelData, simID, file_name_generator)[source]¶ Saves the fitting data to a CSV file
Parameters: - modelData (dict) – The data from the model
- simID (string) – The identifier for the simulation
- file_name_generator (function) – Creates a new file with the name <handle> and the extension <extension>. It takes two string parameters: (
handle,extension) and returns onefileNamestring