Skip to content

TTU-HEP/Aigantry

Repository files navigation

Wirebond Detection and Analysis

This guide will walk you through the steps to set up and run wirebond detection and analysis.


Step 1: Set Up the Environment

Create and activate the Conda environment using the provided environment.yml file.

conda env create -f environment.yml
conda activate Wirebond

Step 2: Run Wirebond Detection

Execute the wirebond detection script to process the data.

python3 wirebonddetect.py

It will ask for a Module Number enter the following for the sample module

M16

Step 3: Analyze the Results

After running the detection script, analyze the results using the analysis script. There exits a dummy Module in Modules called M16 which has sample images

Finally run

python3 analyze_results.py

It will ask for a Module Number enter the following for the sample module

M16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages