astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

Conjugate symmetry w option #237

Closed Luke-Pratley closed 5 years ago

Luke-Pratley commented 5 years ago

Added an option to allow w values to be made positive before reconstruction in wide-field imaging. Could reduce computation a lot in some cases!

codecov-io commented 5 years ago

Codecov Report

Merging #237 into development will increase coverage by 0.56%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #237      +/-   ##
===============================================
+ Coverage        85.85%   86.42%   +0.56%     
===============================================
  Files               67       67              
  Lines             5304     5305       +1     
===============================================
+ Hits              4554     4585      +31     
+ Misses             750      720      -30
Impacted Files Coverage Δ
cpp/purify/utilities.h 100% <ø> (ø) :arrow_up:
cpp/purify/yaml-parser.h 100% <ø> (ø) :arrow_up:
cpp/tests/utils.cc 100% <100%> (ø) :arrow_up:
cpp/purify/utilities.cc 65.59% <100%> (+5.89%) :arrow_up:
cpp/purify/yaml-parser.cc 80.09% <100%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9be36f3...b9dba74. Read the comment docs.

Luke-Pratley commented 5 years ago

This is a small pull request, and should be ready to merge.