Vincent M. Le Corre
Series of utilities for fitting non-ideal diode models to JV data. The utilities can be used to fit a JV curves of a solar cells with the following equations:
The method used to calculate the dark JV is based on the the study by Ortiz-Conde et al. published in Solid-State Electronics 44 (2000) 1861-1864.\
For the light JV, the method is based on the study by Jain et al. published in Solar Energy Materials & Solar Cells 81 (2004) 269–277
.
├── Main # Main directory, place Notebooks here to run them
├── core # Contains main custom packages and functions
├── test_data # Directory with some test samples of JV data
├── image # Directory with some useful images
├── Notebooks # Contains clean versions of the Notebooks, Notebooks need to be moved to the main directory to be used
└── README.md
- Setting up the python environment with conda:
conda create -n pvlc_diode_fit
source activate pvlc_diode_fit
- Installing the necessary packages:
pip install -r requirements.txt