HERA-Team / uvtools

Tools useful for the handling, visualization, and analysis of interferometric data.
MIT License
1 stars 1 forks source link

Add plot_antclass function for plotting `hera_qm.ant_class.AntennaClassification` objects #149

Closed jsdillon closed 2 years ago

jsdillon commented 2 years ago

This PR adds a new plotting routine for use in the file_inspect notebook and anywhere else that uses AntennaClassification objects.

jsdillon commented 2 years ago

Here's an example use:

image

codecov[bot] commented 2 years ago

Codecov Report

Merging #149 (01768bf) into main (d685123) will decrease coverage by 1.12%. The diff coverage is 3.44%.

@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
- Coverage   63.56%   62.43%   -1.13%     
==========================================
  Files           7        7              
  Lines        1515     1544      +29     
==========================================
+ Hits          963      964       +1     
- Misses        552      580      +28     
Flag Coverage Δ
unittests 62.43% <3.44%> (-1.13%) :arrow_down:

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

Impacted Files Coverage Δ
uvtools/plot.py 3.74% <3.44%> (-0.02%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.