xopto / pyxopto

PyXOpto is a collection of python tools for performing Monte Carlo simulations of light propagation in turbid media.
GNU General Public License v3.0
32 stars 8 forks source link

Obtaining pathlengths from RadialPl #17

Closed Mrinmoyst1 closed 1 year ago

Mrinmoyst1 commented 1 year ago

Hello, referring to the previous solution that you gave, I am going to use RadialPl for obtaining pathlength. But, could you please add some details about that? I found nothing there specifically in the documentation. I think, some calculations need to be done for obtaining that. Please answer these:

  1. Please give me a sample code for RadialPl having position at (0, 0).
  2. After that also the code for obtaining the pathlengths.
  3. I am currently thinking, pathlengths should be in this, "detector.top.normalized". Is that so? If not, then please tell me the process.

Thanks!