Getting startedΒΆ
This series of notebooks shows how to run the pipeline to generate a full-cell parameter set valid at a single temperature using GITT data. Before running the notebooks, run the script true_parameters/generate_data.py
to generate the synthetic data.
The workflow is divided into the following steps:
Each step of the workflow performs some analysis and saves the results to JSON or CSV files for use in the subsequent steps. If you would like to skip ahead to a later notebook, you can first run the script true_parameters/run_pipeline.py
which runs the complete workflow and saves all of the intermediate results.