summaryrefslogtreecommitdiff
path: root/jakob_hanika.py
AgeCommit message (Collapse)Author
2020-06-19Major cleanupPaweł Redman
- The interpolator code is no longer here (but in the Colour fork) - Refactoring made the code shorter and cleaner - All tests work properly again
2020-06-15Adapt Jakob and Hanika's interpolation codePaweł Redman
2020-06-12Make sure the solver works for all inputsPaweł Redman
This is achieved by using feedback. In case of a failure, a color with known coefficients is used to solve for a point somewhere between the target and the color. The process is repeated, getting closer and closer to the target until it finally converges.
2020-06-11Refactoring; use primed c's everywherePaweł Redman
2020-06-09Some important fixes and general cleanupPaweł Redman
I missed the 'illuminant' argument in sd_to_XYZ and effectively treated the reflectivities as emission spectra. This was probably very wrong and is now fixed.
2020-06-08Factor out the colorchecker test codePaweł Redman
2020-06-01Jakob-Hanika for a single colorPaweł Redman