Colors.jl icon indicating copy to clipboard operation
Colors.jl copied to clipboard

Reflect input/output whitepoints in `whitebalance`

Open kimikage opened this issue 4 years ago • 2 comments

This is a preparation for supporting the Bradford transform. (cf. #278) This also updates the document for whitebalance.

whitebalance

kimikage avatar Aug 01 '21 12:08 kimikage

Codecov Report

Merging #507 (297aa43) into master (f71d7a1) will increase coverage by 0.56%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #507      +/-   ##
==========================================
+ Coverage   93.84%   94.41%   +0.56%     
==========================================
  Files           9        9              
  Lines        1154     1163       +9     
==========================================
+ Hits         1083     1098      +15     
+ Misses         71       65       -6     
Impacted Files Coverage Δ
src/algorithms.jl 69.29% <100.00%> (+8.34%) :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 f71d7a1...297aa43. Read the comment docs.

codecov[bot] avatar Aug 01 '21 12:08 codecov[bot]

I may rewrite some of the internal functions for bradford_transform. For this reason, I made this a draft PR, but will not make any major changes. I will merge this after I submit the PR for bradford_transform.

kimikage avatar Aug 16 '21 01:08 kimikage