Open jasonmnemonic opened 1 year ago
Good question.
We did this to adjust for the thickness of each ring (-2 was added as the inner diameter was 2 mm smaller than the outer diameter, with the ring thickness being 1mm). Due to this thickness, we need to adjust for the available space allowing the light to pass out. To compute the adjustment factor, we minimized that parameter for the reconstruction on a set of test images and found it to be 0.5 mm.
Hi,
In the method
get_arc_step_params
, it refers to themodel_file
or thering_distribution
file and does the maths for the ring radius (column 0) and its working distance from the cone's first ring at the base (column 1).Some excerpt from the file:
How does the maths in:
What is the numbers for
-2 + 0.5
mean (what they refer to)?Thanks.