Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The code to analyze solar cell QE data is available on the Solar Cell GitHub page, here: https://github.com/stubbslab/solarCells.  The specific necessary file is AnalyzeSCQE_fromRefPD.py, along with the required libraries.  

To run the code, the user needs to change a few code variables, to point to the data file they want to analyze.  Specifically: 

stems, suffixes, extra_save_suffixes, date_strs

must be changed to point to the QE file(s) that the user wants to analyze.  The user should also change the 

extra_title_str, cell_ids 

variables to indicate the cell ID, as they want it to appear in the generated plots. 


Once these changes are made, it's easy to run the code.  Simply do so from the command line: 

python AnalyzeSCQE_fromRefPD.py 

Note, these plots can take a long time to generate, and the code therefore can take a very long time to run.