You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ authors:
20
20
orchid: 0000-0003-1641-3371
21
21
affiliation: "1, 2"
22
22
affiliations:
23
-
- name: Department of Mechanical Engineering, Imperial College London, UK
23
+
- name: Department of Mechanical Engineering, Imperial College London, United Kingdom
24
24
index: 1
25
-
- name: The Faraday Institution, UK
25
+
- name: The Faraday Institution, United Kingdom
26
26
index: 2
27
-
- name: Research Computing Service, ICT, Imperial College London, UK
27
+
- name: Research Computing Service, ICT, Imperial College London, United Kingdom
28
28
index: 3
29
29
bibliography: paper.bib
30
30
---
@@ -67,7 +67,7 @@ Once imported into a `PyProBE` **Procedure**, individual cycles and steps can be
67
67
68
68
\autoref{fig:result flowchart} shows how `PyProBE`**RawData** and **Result** objects can be used. **RawData** DataFrames contain only the columns of the `PyProBE` standardised format, while **Result** DataFrames contain any data columns produced from further analysis.The data stored in `PyProBE`**Result** object can be returned as a `NumPy`[@harris2020array] array or `Polars` dataframe for further manipulation. They can also be immediately visualised with built-in plotting methods for `matplotlib`[@Hunter:2007] and `hvplot`[@hvplot2024], or passed to an included wrapper for `seaborn`[@Waskom2021].
69
69
70
-
The analysis module contains classes and functions which, when passed a **Result** object, enable additional functionality. The steps to smooth voltage data before differentiation are described \autoref{fig:analysis flowchart}.
70
+
The analysis module contains classes and functions which, when passed a **Result** object, enable additional functionality. The steps to smooth voltage data before differentiation are described in \autoref{fig:analysis flowchart}.
71
71
72
72

0 commit comments