sdss / mangadap

The MaNGA Data Analysis Pipeline
BSD 3-Clause "New" or "Revised" License
16 stars 9 forks source link

Module parameter control refactor #102

Closed kbwestfall closed 2 years ago

kbwestfall commented 2 years ago

Major refactor of how to parameters for the different analysis modules are altered and passed. This is meant to be more user-oriented, in the sense that it does not require any access to the mangadap source distribution.

codecov[bot] commented 2 years ago

Codecov Report

Merging #102 (b9b4f1b) into develop (2ba8132) will decrease coverage by 1.40%. The diff coverage is 48.27%.

@@             Coverage Diff             @@
##           develop     #102      +/-   ##
===========================================
- Coverage    36.04%   34.63%   -1.41%     
===========================================
  Files           83       83              
  Lines        18337    18399      +62     
===========================================
- Hits          6609     6372     -237     
- Misses       11728    12027     +299     
Impacted Files Coverage Δ
mangadap/config/defaults.py 60.86% <ø> (ø)
mangadap/datacube/datacube.py 17.62% <0.00%> (-0.13%) :arrow_down:
mangadap/scripts/manga_dap.py 23.25% <0.00%> (ø)
mangadap/scripts/manga_dap_inspector.py 15.78% <0.00%> (ø)
mangadap/survey/dapall.py 0.00% <0.00%> (ø)
mangadap/survey/manga_dap.py 0.00% <0.00%> (ø)
mangadap/util/covariance.py 50.24% <0.00%> (-0.88%) :arrow_down:
mangadap/util/fitsutil.py 22.06% <0.00%> (-0.22%) :arrow_down:
mangadap/util/log.py 29.72% <ø> (ø)
mangadap/proc/spatialbinning.py 17.21% <12.79%> (-10.49%) :arrow_down:
... and 29 more

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 2ba8132...b9b4f1b. Read the comment docs.