Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
grey committed Mar 27, 2014
2 parents 413da36 + e0bdccc commit e6f4ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
batch-iv-analysis
=================

GUI python program to do batch curve fitting on data files generated by the McGehee LabVIEW IV measurement tool. The algorithm here attempts to fit IV data points to the characteristic equation of a solar cell:
This project is a GUI python program to do batch curve fitting on data files generated by the McGehee LabVIEW IV measurement tool. The algorithm here attempts to fit IV data points to the characteristic equation of a solar cell:

![Equation](http://upload.wikimedia.org/math/4/7/d/47d17d3c2fe8840d0b3181860bd22f0a.png)

Expand All @@ -14,7 +14,7 @@ GUI python program to do batch curve fitting on data files generated by the McGe

### Features
---
- Double click anywhere in the table to bring up a graph to compare the fitted curve with the raw data for the data associated with the line you clicked (this is a good way to verify that the curve fit is good)
- Double click anywhere in the table to bring up a graph to compare the fitted curve with the raw data associated with the line you clicked (this is a way to quickly check if the fit is good or bad)
- This feature seems to crash under windows if you do this without closing a previously opened graph window
- Hover over the file name in each column to see the LabVIEW generated summary data for that file (for comparison purposes)

Expand Down

0 comments on commit e6f4ca4

Please sign in to comment.