AnthonyDeSantiago / Spectrum_Analyzer_Tool

Automated RF Spectrum Analysis
1 stars 2 forks source link

Request for Utility Class: Setting Extraction from Spectrum Analyzer Screen #6

Open AnthonyDeSantiago opened 9 months ago

AnthonyDeSantiago commented 9 months ago

Issue Description

Background

I think it would be good if we have a utility class that segregates functions useful for extracting important settings like reference level, span, and center settings from images of the spectrum analyzer screen.

Functionality

I'm thinking it could have at least the following things:

  1. getReferenceLevel( ): The class should be able to locate and return the reference level setting from the spectrum analyzer screen

  2. getSpan( ): The class should be able to locate and return the span setting from the spectrum analyzer screen

  3. getCenter( ): The class should be able to locate and return the center frequency setting from the spectrum analyzer screen

camillereaves commented 9 months ago

Rough draft solution by @Davifus adding Util.py and UtilMain.py in #12