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

Step 3: Analyze the Results

After running the detection script, analyze the results using the analysis script. But change the path to the modules inside analyze_results.py

base_dir = os.path.join('/home/hgc-qc-web/Wirebond/', 'Modules') #change with your location of Modules

Finally run

python3 analyze_results.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages