Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualize show spectra #723

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Visualize show spectra #723

wants to merge 22 commits into from

Conversation

DannieSheng
Copy link
Contributor

Describe your changes
A new class called "ShowSpectra" was added to the "visualization" sub package to enable showing spectra for user selected pixels of hyperspectral images.

Type of update
Is this a:

  • New feature
  • Update to documentation
  • Work in progress

Associated issues
#715

Additional context
No tests added yet

Initial basic implementation of interactively show spectra
Update __init__ for added ShowSpectra
@DannieSheng DannieSheng added the new feature New feature ideas and solutions label Mar 11, 2021
@DannieSheng DannieSheng added this to the PlantCV v4.x milestone Mar 11, 2021
@DannieSheng DannieSheng added this to In progress in PlantCV3 via automation Mar 11, 2021
@DannieSheng DannieSheng self-assigned this Mar 11, 2021
@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #723 (f983f35) into master (260aa20) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #723   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          142       143    +1     
  Lines         6482      6571   +89     
=========================================
+ Hits          6482      6571   +89     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
plantcv/plantcv/visualize/__init__.py 100.00% <100.00%> (ø)
plantcv/plantcv/visualize/show_spectra.py 100.00% <100.00%> (ø)

@DannieSheng DannieSheng added the work in progress Mark work in progress label Mar 18, 2021
@nfahlgren nfahlgren removed this from In progress in PlantCV3 Aug 6, 2021
@nfahlgren nfahlgren added this to In progress in PlantCV4 via automation Aug 6, 2021
@HaleySchuhl HaleySchuhl self-requested a review August 24, 2021 16:04
@HaleySchuhl HaleySchuhl removed their request for review September 15, 2021 14:17
@HaleySchuhl HaleySchuhl self-assigned this Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature ideas and solutions work in progress Mark work in progress
Projects
PlantCV4
  
Pull Requests
Development

Successfully merging this pull request may close these issues.

None yet

2 participants