Open githubdoe opened 3 weeks ago
Because the surface is a matrix of pixels some diameters have more pixels than others inside the outline. Thus you can not use 16 as the divisor. Instead build a map to count how many pixels of each diameter have been used.
That works well and has now been tested. Eventually will add it to dalework. branch.
Create a simulated wave front with 0 SA. Select the 16 diameters button. The very last value is too small. I suspect the code has a bug that causes it not to add that last diameter (or some diameter) to the sum of all diameters.
I will work on it. I discovered it while working on the percent complete feature and creating spheres for debugging purposes of that feature.