rwaldheim / ecdpt

R Application for exporting and analyzing battery data from an Arbin cycler
https://rwaldheim.github.io/ecdpt
GNU Affero General Public License v3.0
4 stars 1 forks source link

Time vs. Voltage Conditional Processing #8

Open 2Ryan09 opened 4 years ago

2Ryan09 commented 4 years ago

Raw Arbin data on voltage vs. time plots contains a point near the origin that severly alters the scaling of the resulting graph. Current fix is to exclude all points beneath 0.01V, but a more robust method is needed for future experiments that may contain voltages lower than 0.01V.

Current idea: take difference between points and exclude points that exceed a maximum threshold difference.