Why are the anomalous CVD LMS cone fundamentals colour matching functions from "Machado et al. (2009)" not normalized? #843
MrColourBlind
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @MrColourBlind, This is a great question and it can be puzzling! The rescaling is part of the model, to quote the paper:
Hope it helps! Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to understand the basics of the package, and I am new here :)
While working with Color Vision Deficiency, I realize that there could be a problem with the CVD package.
When I shift the L-cone of Stockman & Sharpe cone sensitivities with 20nm with,
red_blind = colour.msds_cmfs_anomalous_trichromacy_Machado2009(SScmfs, np.array([20, 0, 0]))
the L-cone sensitivity moved to the left side of the spectrum with 20nm which is correct, but the amplitude of it goes beyond 1 which is incorrect. For example, the cone sensitivities of individuals with normal vision are,
but when I tried to shift it with 20nm it becomes like,
So, is there a problem with the package or am I mistaken with the basics of the cone sensitivities?
Could you please help me to understand it?
Sincerely,
MrColourBlind
Beta Was this translation helpful? Give feedback.
All reactions