calculate_gitt
Run the GITT method on titration Excel files to compute diffusion coefficients and kinetic parameters for battery analysis. Returns results including plots and summary.
Instructions
Run the GITT method on a titration Excel file from the data folder.
Args: file_name: File name in the data folder (e.g. GITT_67.xlsx). .xlsx is added if omitted. skip_rows: Number of metadata rows to skip at the top (default 6). L: Electrode thickness in cm (default 1e-4). threshold: Minimum dV to classify segment direction in V (default 1e-4). min_points: Minimum points per voltage segment (default 5). tau: Pulse duration in seconds (default 1800). max_plot_points: Maximum number of points per plot series (default 5000).
Returns: JSON with results_path, preview table, plots, and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| L | No | ||
| tau | No | ||
| file_name | Yes | ||
| skip_rows | No | ||
| threshold | No | ||
| min_points | No | ||
| max_plot_points | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |