Hi @dafrasaga the additional shots were helpful, thank you! I have now also seen the ‘aperture scaling’ effect in action for the first time 
I am a little stumped though, because even though I think I did my analysis right, and even with the additional samples, I still cannot get rid of the purple highlight in your original image. Somehow the whitelevels are still off…
But there are still a few tricks we can pull for which I hope you can oblige. Could you also provide the following shots:
- Fully overexposed, f/11, ISO200, no LENR, please three shots like these for averaging (these are basically the conditions in which you shot your original image)
- Fully overexposed, all intermediate f-stops from the lowest you have available up until f/6.3 at ISO200, no LENR (for more information on aperature scaling)
- Same as above, but for ISO2000 (from this ISO onwards the camera scales the raw differently)
- Shot with lens cap on (so completely dark), aperture irrelevant, focus irrelevant, but please two identical shots for all available ISOs.
I know I’m asking a lot, but I kinda like these analyses and it bugs me that the problem isn’t resolved yet 
FWIW, this is my current change for camconst.json
if you want to try it out yourself:
{ // Quality B, samples provided by dasafraga (pixls.us), intermediate aperture scaling not available
"make_model": "Nikon D300",
"dcraw_matrix": [ 9000, -1966, -711, -7030, 14976, 2185, -2354, 2959, 7990 ], // DNG_v13 (Neutral v4)
//"dcraw_matrix": [ 9030, -1992, -716, -8465, 16302, 2256, -2689, 3217, 8068 ], // DNG_v13 (Neutral)
"ranges": {
"white": [
{ "iso": [ 200, 250, 320, 400, 500, 640, 800, 1000, 1250, 1600 ], "levels": [ 16383, 15292, 16383, 15317 ] }, // R, G1, B, G2 - R G typically saturate, G1 G2 differ slightly
{ "iso": [ 2000, 2500, 3200 ], "levels": [ 16383, 16323, 16383, 16347 ] }
],
"aperture_scaling": [
{ "aperture": 2.8, "scale_factor": 1.025 },
{ "aperture": 4.0, "scale_factor": 1.011 }
]
}
},