Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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, the plots of the (sometimes) thousands of measurements, can take a long time to generate, and the code therefore can take a very long time to run. 

  • No labels