Skip to content

sandialabs/pvcracks

Repository files navigation

PVCracks logo DuraMAT logo

PVCracks

Latest Release

DOI

License

License: BSD 3-Clause

Overview

PVCracks is the DuraMAT project that investigates the effects of cracks on power loss in photovoltaic (PV) solar cells and tracks crack progression over time. We provide:

  • Open-source cell-level imaging and electrical datasets
  • MultiSolSegment: segmentation of cracks, busbars, and dark areas in electroluminescence (EL) images
  • Variational Autoencoder (VAE): parameterization & clustering of segmented data
  • XGBoost model: estimation of power loss (ΔPMPP) per cell
  • pvspice_lite: spice toolset for simulating current-voltage (I-V) curves and building synthetic module I-Vs (more features to come)

Documentation

Read the Docs

Full online documentation is available at
https://pvcracks.readthedocs.io/en/latest/index.html#

Below is a schematic of the repo’s architecture:

Data & Models

All datasets, trained model weights, and additional resources are hosted on DuraMAT DataHub:
https://datahub.duramat.org/project/pv-crack-stress-and-power-loss

Publications

Updates

Installation

Clone and install:

git clone git@github.com:sandialabs/pvcracks.git
cd pvcracks

# 1. Upgrade pip, setuptools, and wheel
pip install --upgrade pip setuptools wheel

# 2. Install runtime dependencies (see requirements.txt for full list)
pip install -r requirements.txt

# 3. Install pvcracks in editable mode
pip install -e .    # enables intra-project imports

Acknowledgments

Funding was provided as part of the Durable Modules Consortium (DuraMAT), an Energy Materials Network Consortium funded by the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy, Solar Energy Technologies Office under agreement number 32509. The views expressed in this article do not necessarily represent the views of the DOE or the U.S. Government. The U.S. Government retains—and the publisher, by accepting the article for publication, acknowledges—that it retains a nonexclusive, paid-up, irrevocable, worldwide license to publish or reproduce the published form of this work, or to allow others to do so, for U.S. Government purposes.

Sandia National Laboratories is a multimission laboratory managed and operated by National Technology and Engineering Solutions of Sandia, LLC, a wholly owned subsidiary of Honeywell International Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.

Releases

No releases published

Packages

 
 
 

Contributors