nasa / dorado-scheduling

Dorado observation planning and scheduling simulations
Other
23 stars 8 forks source link

Add dusty injections #68

Closed mcoughlin closed 3 years ago

mcoughlin commented 3 years ago

Create dust extincted injections when doing efficiency studies.

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 (f99b43f) into main (dd38394) will increase coverage by 0.65%. The diff coverage is 6.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   30.52%   31.17%   +0.65%     
==========================================
  Files          35       35              
  Lines        1671     1639      -32     
==========================================
+ Hits          510      511       +1     
+ Misses       1161     1128      -33     
Impacted Files Coverage Δ
dorado/scheduling/scripts/metrics.py 9.09% <0.00%> (ø)
dorado/scheduling/scripts/simsurvey.py 8.27% <0.00%> (ø)
dorado/scheduling/scripts/survey_slicer.py 5.88% <2.17%> (+1.53%) :arrow_up:
dorado/scheduling/metrics/kne.py 19.76% <18.18%> (+0.87%) :arrow_up:
dorado/scheduling/dust.py 32.14% <25.00%> (+3.11%) :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 dd38394...f99b43f. Read the comment docs.

mcoughlin commented 3 years ago

Unit tests pass. Merging.